Any help woulf be appreciated here...
I open pbdos in a windows under win2k, everything looks good and I write a little test program and run it and all is fine then when I hit a key and drop back to the IDE I'm fine for a little while (2-5 secs) then everything freezes. I'm suspecting the mouse but I'm still testing that. By small program I mean like:
Are there any win2k issues I need to be aware of?
Thanks
------------------
Paul Dwyer
Network Engineer
Aussie in Tokyo
I open pbdos in a windows under win2k, everything looks good and I write a little test program and run it and all is fine then when I hit a key and drop back to the IDE I'm fine for a little while (2-5 secs) then everything freezes. I'm suspecting the mouse but I'm still testing that. By small program I mean like:
Code:
Dim x As Integer For x = 1 To 10 Print Str$(x) & " Hello" Next End
Thanks
------------------
Paul Dwyer
Network Engineer
Aussie in Tokyo
Comment