0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: ok first you'd need to establish a peer to peer connection then you'd need to pass strings back and forth between that connection hope that helps =P | |
Re: dim myForm as form2 myform.open i beilive | |
Hello, I'm trying to write a simple little TAsk Schedulaer app When my lable caption timer hits a certian time It's supposed to load a program If lblTime.Caption = "9:11:25 AM" Then fullpath = "C:\windows\notepad.exe" iTask = Shell(fullpath, vbNormalFocus) pHandle = OpenProcess(SYNCHRONIZE, False, iTask) 'ret = WaitForSingleObject(pHandle, INFINITE) 'ret = … |
The End.