Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by WhyIsIt

  1. WhyIsIt

    Control/Reference events.

    THANK YOU! HEHE - it works :-) I have one last problem - then i will be ready to code the rest of my program for world domination *** oops, i mean errr, yeah... :-p I havent written any code yet, BUT, the Private Sub Winsock1_Connect() Handles Winsock1.Connect End Sub The last...
  2. WhyIsIt

    Control/Reference events.

    Thanks BUT - adding 'New' is the same as leaving it out. I am able to get the winsock1.Something, but i need to be able to get the event procedures. For example; Public Winsock1 As New MSWinsockLib.Winsock ' ' Private Sub Winsock1.DataArival(some stuff here) Winsock1.GetData......... End Sub...
  3. WhyIsIt

    Control/Reference events.

    Thanks for the help - however, i have 1 more question. How can i reach the events from the MSWinsock reference? To add it, i have added the reference: Project --> Add reference --> COM --> MSWinsock Control 6 Then have added a global variable: Public Winsock1 As MSWinsockLib.Winsock() How...
  4. WhyIsIt

    Control/Reference events.

    Hi there. I am used to VB6, and when you double click on a control, an even sub is started, for example, double clicking on a command button brings up this: Private Sub Command1_Click() End Sub Then other events can be found using a drop down list. However, i cannot work out how to get...

Part and Inventory Search

Back
Top