Click here to Skip to main content
15,914,071 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generallistview + selecteditem Pin
Anonymous21-Jan-04 11:17
Anonymous21-Jan-04 11:17 
GeneralRe: listview + selecteditem Pin
Dave Kreskowiak22-Jan-04 0:57
mveDave Kreskowiak22-Jan-04 0:57 
GeneralLooking for IT Professionals on H1B Visa Transfer/Faster GreenCard Processing Pin
Keith_00221-Jan-04 10:42
Keith_00221-Jan-04 10:42 
GeneralRe: Looking for IT Professionals on H1B Visa Transfer/Faster GreenCard Processing Pin
keshavcode21-Jan-04 14:59
keshavcode21-Jan-04 14:59 
GeneralFirewall HELP Pin
zoodayz21-Jan-04 9:33
zoodayz21-Jan-04 9:33 
GeneralRe: Firewall HELP Pin
Dave Kreskowiak22-Jan-04 0:50
mveDave Kreskowiak22-Jan-04 0:50 
GeneralExit Code From VB application Pin
ANORTON21-Jan-04 5:27
ANORTON21-Jan-04 5:27 
GeneralRe: Exit Code From VB application Pin
Dave Kreskowiak21-Jan-04 6:20
mveDave Kreskowiak21-Jan-04 6:20 
It is possible do this by setting the App Startup to Main startup, instead of a form. You can do this in the Project Properties. But, you must add a class to the project and add a main function something like this:
Function Main() as Integer

The this main must start the first form in your program, if you have one.
You can use the help in Visual Studio or on MSDN and search for "Structure of a Visual Basic Program" to find an example.

RageInTheMachine9532
GeneralRe: Exit Code From VB application Pin
ANORTON21-Jan-04 7:51
ANORTON21-Jan-04 7:51 
Generalclient server Pin
noureddine01010121-Jan-04 5:08
noureddine01010121-Jan-04 5:08 
GeneralRe: client server Pin
Mike Ellison21-Jan-04 15:02
Mike Ellison21-Jan-04 15:02 
QuestionHow to select an Item in a Listview Pin
code_gopher21-Jan-04 4:52
code_gopher21-Jan-04 4:52 
AnswerRe: How to select an Item in a Listview Pin
Mike Ellison21-Jan-04 14:54
Mike Ellison21-Jan-04 14:54 
Generalconnecting to access project Pin
Member 83296121-Jan-04 4:47
Member 83296121-Jan-04 4:47 
GeneralRe: connecting to access project Pin
code_gopher21-Jan-04 4:55
code_gopher21-Jan-04 4:55 
GeneralRe: connecting to access project Pin
Member 83296121-Jan-04 5:33
Member 83296121-Jan-04 5:33 
Generalvss automation with VB/VBA Pin
leonard2621-Jan-04 4:14
leonard2621-Jan-04 4:14 
GeneralMulti-Page Web Form Pin
rjcarney21-Jan-04 1:58
rjcarney21-Jan-04 1:58 
GeneralDrag And Drop Pin
NightCreature20-Jan-04 23:59
NightCreature20-Jan-04 23:59 
GeneralIExplorer Bar Pin
landsmann20-Jan-04 23:58
landsmann20-Jan-04 23:58 
GeneralIIS Configuration to set account Pin
Shenthil20-Jan-04 23:29
Shenthil20-Jan-04 23:29 
GeneralRe: IIS Configuration to set account Pin
Dave Kreskowiak21-Jan-04 6:30
mveDave Kreskowiak21-Jan-04 6:30 
GeneralRe: IIS Configuration to set account Pin
Shenthil22-Jan-04 3:57
Shenthil22-Jan-04 3:57 
GeneralRe: IIS Configuration to set account Pin
Dave Kreskowiak22-Jan-04 7:28
mveDave Kreskowiak22-Jan-04 7:28 
GeneralRe: IIS Configuration to set account Pin
Shenthil22-Jan-04 17:31
Shenthil22-Jan-04 17:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.