Forum: VB.NET Dec 15th, 2008 |
| Replies: 2 Views: 362 Thanks for your reply.
The format that i am using for sleep method is for the current thread i have checked that. Interestingly the same code works well for desktop pc. I am really a beginner and... |
Forum: VB.NET Dec 14th, 2008 |
| Replies: 2 Views: 362 Hi
I am working on a pocket pc application. I am displaying text as one word at a time on the screen with a delay of 240ms. But the problem is as soon the the text starts running on the screen ,,... |
Forum: VB.NET Dec 2nd, 2008 |
| Replies: 2 Views: 2,150 Thanks for your reply...code is working beautifully
I am using space key to initialize a thread which starts flashing text on the screen. Now the problem is that if i press the same key again... |
Forum: VB.NET Nov 30th, 2008 |
| Replies: 2 Views: 2,150 Hi all
I am working on application which displays text on the screen as one word of a line at a time. Now words are changing at a set speed of 240ms using ( system.threading.thread.sleep).But i... |
Forum: VB.NET Nov 20th, 2008 |
| Replies: 1 Views: 652 Hi All
I am trying to convert xml file to a text file. But my program creates an empty text file and does not copy any text from the xml file. Please help
Thanks
My code:
Dim Doc As New... |
Forum: VB.NET Nov 20th, 2008 |
| Replies: 0 Views: 521 Hi All
I am getting this error message when i run my pocket pc application using active sync on my PDA. i get this message when I am using threading in my application otherwise the code works but... |