How To Call Get_Response Via VB6 [message #113993] |
Sat, 11 September 2004 05:40 |
|
Nightma12
Messages: 2593 Registered: August 2003
Karma:
|
General (2 Stars) Category Moderator |
|
|
Send_Message rpass, 16777343, rport
Send_Message msg, 16777343, rport
fdsmsg = String$(26601, vbNullChar)
Get_Response fdsmsg 'connect info
Send_Message "Bye", 16777343, rport
fdsmsg = String$(26601, vbNullChar)
Get_Response fdsmsg 'main msg
trash = String$(26601, vbNullChar)
Get_Response trash 'goodbye message
^_^, unfortunetly, this appears to cause problems with Service 0.o (crashes, after it has been called several times)
this may not be exactly how to use FDSTalk.dll from VB6, but we are getting somewhere
|
|
|