Click here to Skip to main content
15,911,896 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VBA speed issues Pin
Eric Georgiades29-Dec-06 14:52
Eric Georgiades29-Dec-06 14:52 
GeneralRe: VBA speed issues Pin
73Zeppelin29-Dec-06 22:21
73Zeppelin29-Dec-06 22:21 
QuestionSend email from VB to SSL supported site Pin
S.Rakshit27-Dec-06 7:37
S.Rakshit27-Dec-06 7:37 
QuestionObject & Form Control Binding Pin
weirbear27-Dec-06 7:32
weirbear27-Dec-06 7:32 
AnswerRe: Object & Form Control Binding Pin
Keith Malwitz27-Dec-06 18:48
Keith Malwitz27-Dec-06 18:48 
Questionabout forms in vb.net Pin
bapu288927-Dec-06 7:18
bapu288927-Dec-06 7:18 
AnswerRe: about forms in vb.net Pin
Dave Kreskowiak27-Dec-06 7:45
mveDave Kreskowiak27-Dec-06 7:45 
QuestionRe: about forms in vb.net Pin
bapu288927-Dec-06 7:56
bapu288927-Dec-06 7:56 
First of merry x-mas sir
And thanks for your rep.
I understand ur point and i tryed it but it's starts application without logged in so wr do i need to wright that code b cos i am new in vb.net sir

And this code is for first form

Private Sub frmQuiz_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
       Time = Now<br />
       lblTime.Text = Format(Time, "d  MMMM  yyyy")<br />
       btnType.Visible = False<br />
       btnMultiple.Visible = False<br />
   End Sub<br />
   Private Sub btnStart_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnStart.Click<br />
       Address = StrConv(txtName.Text, VbStrConv.ProperCase)<br />
       If Trim(txtName.Text) = "" Then<br />
           MsgBox("Please enter your name", MsgBoxStyle.Exclamation, "Error")<br />
           txtName.Focus()<br />
           Exit Sub<br />
       Else<br />
           btnType.Visible = True<br />
           btnMultiple.Visible = True<br />
       End If<br />
   End Sub


so please help me with this

wating for your kind rep.
AnswerRe: about forms in vb.net Pin
Dave Kreskowiak28-Dec-06 3:09
mveDave Kreskowiak28-Dec-06 3:09 
AnswerRe: about forms in vb.net Pin
The ANZAC27-Dec-06 21:12
The ANZAC27-Dec-06 21:12 
QuestionRe: about forms in vb.net Pin
bapu288928-Dec-06 7:22
bapu288928-Dec-06 7:22 
AnswerRe: about forms in vb.net Pin
bapu288928-Dec-06 8:23
bapu288928-Dec-06 8:23 
QuestionMDI Layout - Horiz & Vert Pin
NigeLost27-Dec-06 6:59
NigeLost27-Dec-06 6:59 
AnswerRe: MDI Layout - Horiz & Vert Pin
Dave Kreskowiak27-Dec-06 7:50
mveDave Kreskowiak27-Dec-06 7:50 
GeneralRe: MDI Layout - Horiz & Vert Pin
NigeLost27-Dec-06 23:03
NigeLost27-Dec-06 23:03 
QuestionSaving REGISTRY Settings VB.NET Pin
vbbeg27-Dec-06 6:08
vbbeg27-Dec-06 6:08 
AnswerRe: Saving REGISTRY Settings VB.NET Pin
Dave Kreskowiak27-Dec-06 7:41
mveDave Kreskowiak27-Dec-06 7:41 
GeneralRe: Saving REGISTRY Settings VB.NET Pin
vbbeg27-Dec-06 16:52
vbbeg27-Dec-06 16:52 
GeneralRe: Saving REGISTRY Settings VB.NET Pin
Dave Kreskowiak28-Dec-06 3:02
mveDave Kreskowiak28-Dec-06 3:02 
GeneralRe: Saving REGISTRY Settings VB.NET Pin
vbbeg28-Dec-06 4:50
vbbeg28-Dec-06 4:50 
GeneralRe: Saving REGISTRY Settings VB.NET Pin
Dave Kreskowiak28-Dec-06 12:43
mveDave Kreskowiak28-Dec-06 12:43 
GeneralRe: Saving REGISTRY Settings VB.NET Pin
vbbeg29-Dec-06 4:49
vbbeg29-Dec-06 4:49 
GeneralRe: Saving REGISTRY Settings VB.NET Pin
Dave Kreskowiak29-Dec-06 5:03
mveDave Kreskowiak29-Dec-06 5:03 
GeneralRe: Saving REGISTRY Settings VB.NET Pin
vbbeg29-Dec-06 8:12
vbbeg29-Dec-06 8:12 
GeneralRe: Saving REGISTRY Settings VB.NET Pin
Dave Kreskowiak29-Dec-06 15:01
mveDave Kreskowiak29-Dec-06 15:01 

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.