Posts
 
Reputation
Joined
Last Seen
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.

0 Endorsements
Ranked #4K
~395 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for viperz_d

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

Member Avatar for CzechRock3
0
125
Member Avatar for kdee
Member Avatar for zillabunny

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 = …

Member Avatar for zillabunny
0
109

The End.