I'm writing an application that uses USB interface....
I'm getting this error sometimes when i migrated from vb6 to vb2005 (migration required to reference process not by his address but by Delegate function)
A callback was made on a garbage collected delegate of type 'Project1!Proje ct1.HIDDLLInter face+SubClassPr ocDelegate::Inv oke'. This may cause application crashes, corruption and data loss. When passing...
Search Result
Collapse
4 results in 0.0015 seconds.
Keywords
Members
Tags
-
Addhandler problem
Hi,
I've this procedure
and I need to addhandler for itCode:Private Sub ClientSocket_WriteCompleted(ByVal sender As Object, ByVal e As AsyncCompletedEventArgs) ... End Sub
...Code:Private Sub buttonConnect_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles buttonConnect.Click ........ ClientSocket = New SimpleClientTcpSocket() AddHandler ClientSocket.WriteCompleted,
-
Assigning a null value to an event in one class from another class
Hello guys,
My program would allow a user to tweak its calculations engine via certain controls: radio buttons, check boxes etc. The problem is, based on such settings, appropriate events would take place that would either improve my programs performance (by disabling certain dynamic GUI updates) or slow it down (dynamic GUI control's updates).
To disable those GUI components, an event has to be assigned to null.
How can I... -
Setting Up Delegates in Exhcange
In outlook you can have other users administer your mail and tasks by setting them up as a delegate. Is there a way to administer delegates from Exchange Server. We have SBS 2003 and Outlook 2003.
Thanks