Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB.Net How to Create Different Form
Name: VM0824 Date: November 25, 2003 at 12:14:45 Pacific OS: XP Pro CPU/Ram: Athlon/256
Comment:
I'm here again to ask how to create different forms within a program, or a command to run a different program after executing one. Please help me in VB.Net. I'm specifically looking to make a password form to open before my actual program does. Is there a way to do this? Please help me learn. Vincenzo
Name: borelli35 Date: November 25, 2003 at 13:50:56 Pacific
Reply:
You don't make a different program for this. You create a procedure module that handles the password/login portion and then call it at the very beginning of your frmMain.load() procedure.
borelli35
0
Response Number 2
Name: VM0824 Date: November 25, 2003 at 14:36:31 Pacific
Reply:
I'm dumb your going to have to tell me how to do that, in Visual Studio '03. Cuz im dumb, and don't kow how.
Summary: ========================================================= Deleting files is one thing because the deletion process does not rely upon the type of file you are working with but altering files is a who...
Summary: HI Through vb.net, i want to check a "cmd.exe" process exists or not..in the memory? options are there, but how to code it to work? Tech Man...