Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem in form
#1
Ok,so I am devoloping a test program,that consists of a text box which you type in like stuff(kinda like a console).But only test1 opens.The rest doesnt.HELLPPPP

Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If TextBox1.Text = "test1" Then
Process.Start("My.Resources.test1")
If TextBox1.Text = "author" Then
MsgBox("made by Chuggaism")
End If
End If
End Sub
End Class

HELLPPPPWacko
Reply


Messages In This Thread
Problem in form - by Chuggaism - 05-17-2013, 08:55 AM
RE: Problem in form - by Chuggaism - 05-25-2013, 07:16 AM
RE: Problem in form - by Akai - 05-25-2013, 07:56 AM
RE: Problem in form - by AceInfinity - 11-07-2013, 06:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [VB.NET] Animated Form Extend [SRC] Fragma 6 5,229 10-10-2013, 12:18 PM
Last Post: Saket
  Greation a promission for users in main form or setting deveco 2 867 11-13-2012, 01:33 PM
Last Post: TAHMINA123
  [Tutorial] Fade In / Out Form [Source] ₠o™ 4 1,179 12-09-2011, 01:21 AM
Last Post: ₠o™
  [Help]Connecting Form Windows milopeach 3 1,078 05-04-2011, 07:10 AM
Last Post: KoBE
  textBox1 on form1 = label1 on form 2? GW19191 5 2,659 11-06-2010, 11:11 AM
Last Post: Resistance

Forum Jump:


Users browsing this thread: 1 Guest(s)