Click here to Skip to main content
16,011,374 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: List all label controls in property window at design time Pin
Gulfraz Khan5-Sep-05 6:09
Gulfraz Khan5-Sep-05 6:09 
QuestionEvent - After form is displayed for first time Pin
dptalt1-Sep-05 4:48
dptalt1-Sep-05 4:48 
AnswerRe: Event - After form is displayed for first time Pin
Taen_Karth1-Sep-05 5:14
Taen_Karth1-Sep-05 5:14 
GeneralRe: Event - After form is displayed for first time Pin
dptalt1-Sep-05 5:30
dptalt1-Sep-05 5:30 
GeneralRe: Event - After form is displayed for first time Pin
Dave Kreskowiak1-Sep-05 6:11
mveDave Kreskowiak1-Sep-05 6:11 
AnswerRe: Event - After form is displayed for first time Pin
Dave Kreskowiak1-Sep-05 6:14
mveDave Kreskowiak1-Sep-05 6:14 
GeneralRe: Event - After form is displayed for first time Pin
dptalt1-Sep-05 6:35
dptalt1-Sep-05 6:35 
GeneralRe: Event - After form is displayed for first time Pin
taenkarth1-Sep-05 6:52
taenkarth1-Sep-05 6:52 
I guess I don't understand exactly what you are trying to accomplish.
I have an MDI application that displays the main form before firing the onload event. My login form in in the main forms' "OnLoad" event so it looks like this:

Private Sub frmMain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
       <br />
        frmLogin.StartPosition = FormStartPosition.CenterScreen<br />
        frmLogin.ShowDialog()<br />
<br />
    End Sub


Then my login screen shows in the middle of the screen and in dialog mode so that it has to be responded to before the user can access the main form.
GeneralRe: Event - After form is displayed for first time Pin
dptalt1-Sep-05 7:12
dptalt1-Sep-05 7:12 
GeneralRe: Event - After form is displayed for first time Pin
Dave Kreskowiak1-Sep-05 9:40
mveDave Kreskowiak1-Sep-05 9:40 
GeneralRe: Event - After form is displayed for first time Pin
Taen_Karth1-Sep-05 10:57
Taen_Karth1-Sep-05 10:57 
GeneralRe: Event - After form is displayed for first time Pin
Rizwan Bashir1-Sep-05 22:53
Rizwan Bashir1-Sep-05 22:53 
AnswerRe: Event - After form is displayed for first time Pin
alwinSCH2-Sep-05 3:04
alwinSCH2-Sep-05 3:04 
AnswerRe: Event - After form is displayed for first time Pin
Qhalis2-Sep-05 3:56
Qhalis2-Sep-05 3:56 
AnswerRe: Event - After form is displayed for first time Pin
quacks_a_lot3-Sep-05 18:16
quacks_a_lot3-Sep-05 18:16 
QuestionEmbedding objects using VB Pin
cmitty1-Sep-05 4:42
cmitty1-Sep-05 4:42 
AnswerRe: Embedding objects using VB Pin
taenkarth1-Sep-05 11:14
taenkarth1-Sep-05 11:14 
GeneralRe: Embedding objects using VB Pin
cmitty1-Sep-05 22:08
cmitty1-Sep-05 22:08 
GeneralRe: Embedding objects using VB Pin
Taen_Karth2-Sep-05 4:27
Taen_Karth2-Sep-05 4:27 
GeneralRe: Embedding objects using VB Pin
cmitty2-Sep-05 6:00
cmitty2-Sep-05 6:00 
GeneralRe: Embedding objects using VB Pin
Taen_Karth2-Sep-05 10:51
Taen_Karth2-Sep-05 10:51 
GeneralRe: Embedding objects using VB Pin
cmitty6-Sep-05 0:22
cmitty6-Sep-05 0:22 
Question'Type' to 'Structure' help Pin
DaveC4269131-Sep-05 3:58
DaveC4269131-Sep-05 3:58 
AnswerRe: 'Type' to 'Structure' help Pin
Dave Kreskowiak1-Sep-05 6:16
mveDave Kreskowiak1-Sep-05 6:16 
GeneralRe: 'Type' to 'Structure' help Pin
DaveC4269131-Sep-05 8:09
DaveC4269131-Sep-05 8:09 

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.