Click here to Skip to main content
15,906,335 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDatagrid Pin
militiaware5-May-06 20:52
militiaware5-May-06 20:52 
AnswerRe: Datagrid Pin
User 17164928-May-06 5:33
professionalUser 17164928-May-06 5:33 
GeneralRe: Datagrid Pin
militiaware9-May-06 21:13
militiaware9-May-06 21:13 
QuestionWeb Application related query Pin
Vijaya Krishnamoorthy5-May-06 19:54
Vijaya Krishnamoorthy5-May-06 19:54 
AnswerRe: Web Application related query Pin
Guffa5-May-06 23:35
Guffa5-May-06 23:35 
GeneralRe: Web Application related query Pin
Vijaya Krishnamoorthy5-May-06 23:47
Vijaya Krishnamoorthy5-May-06 23:47 
QuestionLow virtual memory Pin
SwatiPathania5-May-06 19:10
SwatiPathania5-May-06 19:10 
QuestionAdding values to tree view nodes Pin
lupa-nikki5-May-06 18:57
lupa-nikki5-May-06 18:57 
Private Sub TreeView1_AfterSelect(ByVal sender As System.Object, ByVal e As System.Windows.Forms.TreeViewEventArgs) Handles TreeView1.AfterSelect<br />
<br />
        TamakiLabs.Show()<br />
        Lab131.Hide()<br />
        Lab134.Hide()<br />
        Lab203.Hide()<br />
<br />
        If TreeView1.SelectedNode.Name = "Lab 723-131" Then<br />
            Lab131.Show()<br />
        ElseIf TreeView1.SelectedNode.Name = "Lab 723-134" Then<br />
            Lab134.Show()<br />
        Else : Lab203.Show()<br />
        End If

im wanting my system to show 4 different datagridviews, yet it only shows Lab134 datagridview no matter which node i click. I dont where my code is wrong, can someone please give me a clue as to where i have my mistake in my code.
Confused | :confused:
QuestionRead Arabic File Pin
shereem khaleel5-May-06 14:55
shereem khaleel5-May-06 14:55 
AnswerRe: Read Arabic File Pin
ISIS555-May-06 21:27
ISIS555-May-06 21:27 
GeneralRe: Read Arabic File Pin
shereem khaleel6-May-06 23:25
shereem khaleel6-May-06 23:25 
AnswerRe: Read Arabic File Pin
microuser_20005-May-06 23:28
microuser_20005-May-06 23:28 
QuestionADO Connection problem Pin
Quecumber2565-May-06 10:31
Quecumber2565-May-06 10:31 
QuestionHELP Vb.NET Cannot Inherit from System.ComponentModel.Design.CollectionEditor.CollectionForm Pin
eatwork5-May-06 6:02
eatwork5-May-06 6:02 
AnswerRe: HELP Vb.NET Cannot Inherit from System.ComponentModel.Design.CollectionEditor.CollectionForm Pin
Dave Kreskowiak5-May-06 6:59
mveDave Kreskowiak5-May-06 6:59 
GeneralRe: HELP Vb.NET Cannot Inherit from System.ComponentModel.Design.CollectionEditor.CollectionForm Pin
eatwork5-May-06 8:46
eatwork5-May-06 8:46 
GeneralRe: HELP Vb.NET Cannot Inherit from System.ComponentModel.Design.CollectionEditor.CollectionForm Pin
Dave Kreskowiak5-May-06 9:26
mveDave Kreskowiak5-May-06 9:26 
GeneralRe: HELP Vb.NET Cannot Inherit from System.ComponentModel.Design.CollectionEditor.CollectionForm Pin
eatwork5-May-06 9:52
eatwork5-May-06 9:52 
Questioncapture keypress using windows services Pin
ramesh.samiappan5-May-06 5:36
ramesh.samiappan5-May-06 5:36 
QuestionChanging routing table Pin
mjackson115-May-06 5:19
mjackson115-May-06 5:19 
AnswerRe: Changing routing table Pin
Dave Kreskowiak5-May-06 5:48
mveDave Kreskowiak5-May-06 5:48 
GeneralRe: Changing routing table Pin
mjackson115-May-06 8:24
mjackson115-May-06 8:24 
GeneralRe: Changing routing table Pin
Dave Kreskowiak5-May-06 9:24
mveDave Kreskowiak5-May-06 9:24 
GeneralRe: Changing routing table Pin
mjackson115-May-06 12:20
mjackson115-May-06 12:20 
GeneralRe: Changing routing table Pin
Dave Kreskowiak6-May-06 4:15
mveDave Kreskowiak6-May-06 4:15 

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.