Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~13.4K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for MasterNovice

Do something like this on the on click event of the command button [code] IF radiobutton1.checked = True OR radiobutton2.checked = True THEN form2.displaydialog ELSE form3.displaydialog [/code] You can use a case statement also but I do recommend using the form.displaydialog as opposed to form.show that way you can't move …

Member Avatar for ManojBalaji3001
-2
13K
Member Avatar for Seamus0291

I can update as necessary if required for code and such. Basically I have a windows service that I created using VB.Net and created an installer for said service which runs just fine. Everything is grand until I try to push the MSI through GPO to all users. The client …

0
61

The End.