Search found 1 match

by MKL
Wed Dec 28, 2005 8:55 pm
Forum: Windows
Topic: DDE problem
Replies: 0
Views: 1330

DDE problem

hi,

i'm just starting programming purebasic but i have some problems with DDE, i found this example on this forum:


Global DDEServerName.s
DDEServerName = "kepdde"
Global idInst.l
Global hItemMessage.l
;Global hData.l
Global hconvServer.l
Global myresult


#TIMEOUT_SYNC = 5
#XCLASS_BOOL = $1000 ...