•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 426,133 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,772 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 3355 | Replies: 36
![]() |
•
•
Join Date: Jun 2007
Posts: 52
Reputation:
Rep Power: 2
Solved Threads: 0
actually....how do i make the code written in my project wait until the command button in the module has been clicked......
i tried setting the boolean variable true when the command button is clicked.....but the statements in the main project are executed before the command button is clicked......how do i rectify this problem???
i tried setting the boolean variable true when the command button is clicked.....but the statements in the main project are executed before the command button is clicked......how do i rectify this problem???
•
•
Join Date: Jun 2007
Posts: 52
Reputation:
Rep Power: 2
Solved Threads: 0
actually i have created a login authentication form a dll where there is this command botton....
and i am i am including this dll in my project....i want only if the user
presses the command button ...then only the further procesing should be done.....
is there any way to make the project wait untill this commandbutton_click event is fired???
and i am i am including this dll in my project....i want only if the user
presses the command button ...then only the further procesing should be done.....
is there any way to make the project wait untill this commandbutton_click event is fired???
Hi Anud,
Usually in such caeses, we Call First the Login Form, We dont write any code in "Sub Main", (which is the Default starting point). In Login Form Validate/Call Dll's/ Check number of Try's. If every thing is OK, the Call another procedure which will start the Connection To Main Program/Module/Populate Global Variables.
REgards
Veena
Usually in such caeses, we Call First the Login Form, We dont write any code in "Sub Main", (which is the Default starting point). In Login Form Validate/Call Dll's/ Check number of Try's. If every thing is OK, the Call another procedure which will start the Connection To Main Program/Module/Populate Global Variables.
REgards
Veena
![]() |
•
•
•
•
•
•
•
•
DaniWeb Visual Basic 4 / 5 / 6 Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- How do I use a command button to open a exe file created in VB? (Visual Basic 4 / 5 / 6)
- [req]How to move elements in the list box up and down using command button? (Visual Basic 4 / 5 / 6)
- How to disable a hyperlink or a textbox or a command button? (PHP)
- Send Command button in MSWord code needed (Visual Basic 4 / 5 / 6)
- Command Button Validation (Visual Basic 4 / 5 / 6)
- Problem with VAT+COding for Command button (Visual Basic 4 / 5 / 6)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: About Array
- Next Thread: Needle which show's car speed can we use in vb


Linear Mode