How can i type this code:
because when i type it C# tells me "The name 'axWinsock1_Dat aArrival' does not exist in the current context". Where is error?
Code:
this.axWinsock1.DataArrival += new AxMSWinsockLib.DMSWinsockControlEvents_DataArrivalEventHandler(axWinsock1_DataArrival);
Comment