Click here to Skip to main content
15,920,801 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Hit the Enter Key Pin
Dave Kreskowiak10-Aug-05 7:25
mveDave Kreskowiak10-Aug-05 7:25 
GeneralAccess key does not show Pin
xshi0059-Aug-05 23:39
xshi0059-Aug-05 23:39 
GeneralRe: Access key does not show Pin
Dave Kreskowiak10-Aug-05 7:22
mveDave Kreskowiak10-Aug-05 7:22 
GeneralRe: Access key does not show Pin
xshi00510-Aug-05 11:42
xshi00510-Aug-05 11:42 
GeneralMsgBox vs MessageBox (string conversion question) Pin
MaWeRic9-Aug-05 23:35
MaWeRic9-Aug-05 23:35 
GeneralRe: MsgBox vs MessageBox (string conversion question) Pin
Anonymous10-Aug-05 4:22
Anonymous10-Aug-05 4:22 
GeneralRe: MsgBox vs MessageBox (string conversion question) Pin
MaWeRic10-Aug-05 21:41
MaWeRic10-Aug-05 21:41 
GeneralAccessing Forms Pin
Anonymous9-Aug-05 23:20
Anonymous9-Aug-05 23:20 
<in form1="">

Dim frm2 As form2

Public Sub ClearProject()
frm2.TextBox1.Visible = False
frm2.Hide()
End Sub

<in form2="">

Dim frm1 As form1

Public Sub Button1_Click(Byval sender as System.Object,Byval e as EventArgs)Handles Button1.Click)
frm1.ClearProject()
End Sub


The codes look to be correct and simple enough, and I'm able to run the application as well. However, whenever i click the button in form2 to clear my project, there would be an error. Anyone know why? Sigh | :sigh:
GeneralRe: Accessing Forms Pin
Anonymous10-Aug-05 4:14
Anonymous10-Aug-05 4:14 
GeneralRe: Accessing Forms Pin
Mohamad Al Husseiny10-Aug-05 8:57
Mohamad Al Husseiny10-Aug-05 8:57 
GeneralAccessing another form Pin
Anonymous9-Aug-05 23:15
Anonymous9-Aug-05 23:15 
QuestionHow can i read multiple files from database using vb.net Pin
Phanindra Kumar9-Aug-05 21:10
Phanindra Kumar9-Aug-05 21:10 
AnswerRe: How can i read multiple files from database using vb.net Pin
Dave Kreskowiak10-Aug-05 7:16
mveDave Kreskowiak10-Aug-05 7:16 
GeneralForm Painting Pin
Greeky9-Aug-05 21:03
Greeky9-Aug-05 21:03 
QuestionWhat all tools available for upgrade vb6.0 to vb.net, apart from migrate tool, which comes with .NET IDE Pin
Shiby9-Aug-05 20:57
Shiby9-Aug-05 20:57 
AnswerRe: What all tools available for upgrade vb6.0 to vb.net, apart from migrate tool, which comes with .NET IDE Pin
Dave Kreskowiak10-Aug-05 7:11
mveDave Kreskowiak10-Aug-05 7:11 
GeneralExcel file printing via Adobe Printer Pin
shaiba9-Aug-05 20:51
shaiba9-Aug-05 20:51 
GeneraliUrgent Tab Pages Pin
Anonymous9-Aug-05 20:22
Anonymous9-Aug-05 20:22 
GeneralRDC help ( crystal report) Pin
Renjith Ramachandran9-Aug-05 18:18
Renjith Ramachandran9-Aug-05 18:18 
Generallistview control problem Pin
venadder9-Aug-05 16:08
venadder9-Aug-05 16:08 
GeneralRe: listview control problem Pin
Christian Graus9-Aug-05 16:29
protectorChristian Graus9-Aug-05 16:29 
GeneralRe: listview control problem Pin
venadder9-Aug-05 16:33
venadder9-Aug-05 16:33 
GeneralRe: listview control problem Pin
Christian Graus9-Aug-05 16:37
protectorChristian Graus9-Aug-05 16:37 
Generalurgent help with treeview control Pin
BORN...again!9-Aug-05 16:00
BORN...again!9-Aug-05 16:00 
GeneralRe: urgent help with treeview control Pin
Christian Graus9-Aug-05 16:03
protectorChristian Graus9-Aug-05 16:03 

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.