Hi All I am trying to get from Java to VB and back again.
I have a simple VB server which receives requests from a Java Client. The VB Server then acts as client to MapBasic application. the DDE part of the code is in a sub procedure of the program - not an event on the control. i.e uses Text1 but not from an event procedure. On running the program crashes. I know it must be because the DDE code is outwith a control procedure , i.e. Command1_Click(). I know my DDE code works as I used it to test communication from VB to MapBasic in simple app - however my code was in Command1_Click(). I have tried to make calls to Command1_Click() but it doesnt seem to like it. Has anybody got any ideas how i can get around this or how you call a control event such as Command1_Click() without actually having to click the button. Any suggestions much appreciated Thanks Mark --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
