Hi all,
I have a modal form which is called from a MDI main form and I'm checking some conditions in it's Form_Activate event. If Condition is True, I want the form to be displayed for 3 seconds, and then closed. Otherwise Form should remain active and wait for user input.
My problem is that it doesn't show the form when the condition is True and it proceed to the rest of program.
User Profile
Collapse
-
Closing a form if some conditions is met
-
Thank You for the Reply. -
Transferring from Delphi 7.0 to vb.net
Hi,
I have a program written in Delphi 7.0. It produces a file which I have to read it in another project written in Vb.net. I have problem in masking my structures to the files read. Suppose I have an structure in Delphi for Machine information, such as name and Color. I have problem reading back this machine info. spec. Color info. In Delphi I could easily BlockRead(file, MachineRec....) , but in vb I have to read it via stream reader, then...Last edited by Frinavale; Dec 10 '13, 07:41 PM. -
Reading almost online data on XP environment
I'm developing a project in vb.net. It communicates with external device via USB. I have to read data to check the device state, also send data to device if everything is o.k.
I must read state every 20 ms. (which I have a timer foe it)
I'm not sure if Windows XP is a good platform, may be embeded XP is better idea.
Can anyone give any suggestion for better plat form or programming language? (This project has been written...Last edited by Frinavale; Dec 10 '13, 07:40 PM.
No activity results to display
Show More
Leave a comment: