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
Ranked #72.9K
2 Posted Topics
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 …
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 …
The End.
Seamus0291