Moin!
Das mit dem anrufen habe ich mit
![]()
Visual Basic Quellcode
1AxSkype1.PlaceCall({Name})
hingekreigt!
Jetzt meine Frage:
Kann ich iwie den Verlauf auslesen? (/htmlhistory geht ja nicht mehr...)
MfG Jopi24
|
|
Visual Basic Quellcode |
1 2 3 |
For Each C As SKYPE4COMLib.Chat In AxSkype1.RecentChats ListBox1.Items.Add(C.FriendlyName) Next |
fehler:
Hier klicken für weitere Informationen
System.InvalidOperationException wurde nicht behandelt.
Message="Fehler beim Erstellen des Formulars. Weitere Informationen finden Sie in Exception.InnerException. Fehler: Klasse nicht registriert (Ausnahme von HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))."
Source="WindowsApplication1"
StackTrace:
bei WindowsApplication1.My.MyProject.MyForms.Create__Instance__[T](T Instance) in 17d14f5c-a337-4978-8281-53493378c1071.vb:Zeile 190.
bei WindowsApplication1.My.MyProject.MyForms.get_Form1()
bei WindowsApplication1.My.MyApplication.OnCreateMainForm() in C:\Users\Johannes\AppData\Local\Temporary Projects\WindowsApplication1\My Project\Application.Designer.vb:Zeile 35.
bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
bei WindowsApplication1.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:Zeile 81.
bei System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
bei Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
bei System.Threading.ThreadHelper.ThreadStart()
InnerException: System.Runtime.InteropServices.COMException
Message="Klasse nicht registriert (Ausnahme von HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))"
Source="System.Windows.Forms"
ErrorCode=-2147221164
StackTrace:
bei System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
bei System.Windows.Forms.AxHost.CreateWithoutLicense(Guid clsid)
bei System.Windows.Forms.AxHost.CreateWithLicense(String license, Guid clsid)
bei System.Windows.Forms.AxHost.CreateInstanceCore(Guid clsid)
bei System.Windows.Forms.AxHost.CreateInstance()
bei System.Windows.Forms.AxHost.GetOcxCreate()
bei System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
bei System.Windows.Forms.AxHost.CreateHandle()
bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
bei System.Windows.Forms.AxHost.EndInit()
bei WindowsApplication1.Form1.InitializeComponent() in C:\Users\Johannes\AppData\Local\Temporary Projects\WindowsApplication1\Form1.Designer.vb:Zeile 58.
bei WindowsApplication1.Form1..ctor()
InnerException:
hab win 7 64 bit. könnts vieleicht am 64 bit liegen?
ich glaube das Problem liegt am 64 Bit und wurde irgendwo auch schonmal gelöst(hier im Forum)...also einfach mal die Ziel-CPU auf x86 stellen...
Könntest du erklären, wie das funktioniert?
:|
|
Quellcode |
1 |
<PlatformTarget>x86</PlatformTarget> |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »jvbsl« (18. August 2010, 22:44)
und hat es geklappt? alle benötigten verweise hinzugefügt?
Zitat
ja das hab ich versucht
|
|
Visual Basic Quellcode |
1 |
AxSkype1.SendMessage("username", "nachricht") |
ja, glaub schon das der in der liste sein muss
Zitat
Muss der Benutzer, den man bei
![]()
Visual Basic Quellcode
1 AxSkype1.SendMessage("username", "nachricht")
anschreibt, in der Liste sein?
Sonst könnte man ja mit einem Crawler nen Spambot machen![]()
