Hi all, I am doing a utility about checking network. I want to set a timeout for it. I mean that if timeout = t, after that time the function of checking network will be stopped. I tried with the Timer control but it failed. I am thinking about multithreading... Can you help me. Thank you in advanced. Thanh :o)
Nguyen Thi Thanh
Posts
-
How to set timeout in VB.net -
Is there a way to call sql script from inside of another sql in SQLServerWhat i have is a sql script that builds tables and other objects and what i need is to be able to run other filename.sql scripts in side of the first. For instance in oracle, I make an installer.sql and do this: @createtable.sql @altertable.sql @select.sql @insert.sql @delete.sql etc..... from inside the install.sql so instead of having one really huge sql script i have many smaller ones that all get run from another filename.sql.
-
BeginnerI have created my project in VC++ using MFCAppWizard. Can you help me to understand the Globals folder in ClassView Tab of project. Thank you.
-
Beginning with VC++I am a beginer with VC++. I write a class in VC++ but I don't know where is the program started (as main() in C language). Can you help me. Thank you.
-
Top-Level Window problemThatsAlok wrote:
Pass SW_MAXIMIZE in nShow parameter
In this case, I can click on restore button of window and I can still touch the parent screen. I mean the end user does not have no way to transfer to another screen until the new program is closed. I want the new program running as top-level window. Thank you very much.
-
Top-Level Window problemHi All, I have the problem about focus when execute a new program from my application (I used SHELLEXECUTEINFO to do that). I expect that focus must remain on the new program until it is closed. Current if I run a new program and it does not go full screen I can touch the parent screen and then I have no way to get back the program. Please help me. Thank you very much