Click here to Skip to main content
16,005,169 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionformat textbox data - what is the BEST way? Pin
wokagain21-May-05 18:27
wokagain21-May-05 18:27 
AnswerRe: format textbox data - what is the BEST way? Pin
oykica22-May-05 20:51
oykica22-May-05 20:51 
QuestionIs complex databinding bad programming? Pin
wokagain21-May-05 18:12
wokagain21-May-05 18:12 
QuestionHow to know whether CapsLock is on Pin
[Marc]21-May-05 15:54
[Marc]21-May-05 15:54 
AnswerRe: How to know whether CapsLock is on Pin
rudy.net21-May-05 18:01
rudy.net21-May-05 18:01 
GeneralRe: How to know whether CapsLock is on Pin
[Marc]25-May-05 14:25
[Marc]25-May-05 14:25 
GeneralUrgent Help With VB.Net Forms Pin
monica2k21-May-05 15:48
monica2k21-May-05 15:48 
GeneralRe: Urgent Help With VB.Net Forms Pin
Robert Rohde21-May-05 20:50
Robert Rohde21-May-05 20:50 
Normally .net form apps are started by something like this:
[STAThread]
static void Main() 
{
	Application.Run(new Form1());
}

If you have this and Form1 is your splash screen then the application will exit because it only runs as long as Form1 is open.
So inside the Run statement your application main form should be inserted. All other forms could be shown before this statement. Whats best in your situation depends on your special requirements.
Generalcustomizing button controls Pin
Joey Picerno21-May-05 12:40
Joey Picerno21-May-05 12:40 
GeneralRe: customizing button controls Pin
Robert Rohde21-May-05 20:53
Robert Rohde21-May-05 20:53 
QuestionHow to get the Size of a File? Pin
[Marc]21-May-05 6:40
[Marc]21-May-05 6:40 
AnswerRe: How to get the Size of a File? Pin
Robert Rohde21-May-05 7:10
Robert Rohde21-May-05 7:10 
GeneralRe: How to get the Size of a File? Pin
[Marc]21-May-05 7:29
[Marc]21-May-05 7:29 
GeneralNeed Help.!! Pin
hani_aql21-May-05 5:44
hani_aql21-May-05 5:44 
GeneralPocket PC Emulator Help Pin
BritishEmpire21-May-05 5:39
BritishEmpire21-May-05 5:39 
GeneralRe: Pocket PC Emulator Help Pin
zhengdong jin21-May-05 7:46
zhengdong jin21-May-05 7:46 
Generalon changing the text of label...font changes Pin
Rizwan Bashir21-May-05 2:03
Rizwan Bashir21-May-05 2:03 
GeneralConditional MouseDown Event - ListBox navigator and drag and drop Pin
Anonymous20-May-05 21:36
Anonymous20-May-05 21:36 
GeneralRe: Conditional MouseDown Event - ListBox navigator and drag and drop Pin
rudy.net21-May-05 16:45
rudy.net21-May-05 16:45 
GeneralRe: Conditional MouseDown Event - ListBox navigator and drag and drop Pin
Anonymous21-May-05 18:03
Anonymous21-May-05 18:03 
GeneralConditional MouseDown Event - ListBox navigator and drag and drop Pin
Anonymous20-May-05 21:17
Anonymous20-May-05 21:17 
GeneralPropertyGrid Pin
Meysam.Khayatan20-May-05 20:25
Meysam.Khayatan20-May-05 20:25 
Generalpass the value Pin
Manik Nath20-May-05 18:11
Manik Nath20-May-05 18:11 
GeneralRe: pass the value Pin
oykica22-May-05 21:49
oykica22-May-05 21:49 
GeneralChange the font of a selected row in DataGrid Pin
Phuc Hua20-May-05 16:40
Phuc Hua20-May-05 16:40 

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.