Nicholson, Karen
cyx5 at cdc.gov
Tue Nov 2 06:17:57 CST 2004
I found it! In the assembly there is code that VB creates for you. I changed the startup form to my form. In case anyone else is as clueless as me. <Assembly: AssemblyVersion("1.0.*")> <STAThread()> _ Shared Sub Main() ' Starts the application. Application.Run(New frmMainSwitchboard) End Sub -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Nicholson, Karen Sent: Tuesday, November 02, 2004 6:38 AM To: dba-VB at databaseadvisors.com Subject: [dba-VB] VB.Net Set Start Up Form Yikes. Moving to VB.net hurts. How do I set a form, for instance frmInitialReview, to be the start page when the project is opened? Secondly, I have been googling like crazy looking for good examples, something like Northwind only in VB.net to get started. Aughghghg! _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com