Forum: Visual Basic 4 / 5 / 6 Feb 6th, 2006 |
| Replies: 5 Views: 3,036 heh that was a much better answer than mine |
Forum: Visual Basic 4 / 5 / 6 Feb 6th, 2006 |
| Replies: 5 Views: 3,036 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 |
Forum: Visual Basic 4 / 5 / 6 Feb 6th, 2006 |
| Replies: 3 Views: 1,980 code looks solid i'm sure it will work!
btw do you have any idewa what the
'ret = WaitForSingleObject(pHandle, INFINITE)
'ret = CloseHandle(pHandle)
arre for? |
Forum: Visual Basic 4 / 5 / 6 Feb 6th, 2006 |
| Replies: 5 Views: 2,212 dim myForm as form2
myform.open
i beilive |
Forum: Visual Basic 4 / 5 / 6 Feb 6th, 2006 |
| Replies: 3 Views: 1,980 as per this post I set my timer interval to 1000
http://www.daniweb.com/techtalkforums/thread38847.html
and it looks like it's only loading one instance, however this seems too simple of a fix,... |
Forum: Visual Basic 4 / 5 / 6 Feb 6th, 2006 |
| Replies: 3 Views: 1,980 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
... |