CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: please help me

  1. #1
    Join Date
    Oct 2001
    Posts
    10

    please help me

    hello..in my design i have a combobox and it has many material name.. and these materials have specifications and i want to show these specifications in a label. i added a command button. when i press the command button the materilas specification show up in the label..
    how can i do that.. please help me..
    for example material name is X and the specification is 1.
    please help me.

    Serdar Yorulmaz

  2. #2
    Join Date
    Sep 2001
    Posts
    160

    Re: please help me

    command1_click

    select case combo1.text

    case "x": text1.text = specifications

    case "y": text1.text = specifications

    end select





Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured