Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DESMAN2003
  • Content: Threads
  • Order by date
  1. DESMAN2003

    hello! I was wondering if anyone

    hello! I was wondering if anyone could suggest where I could start. I am trying to learn graphics for C#. I am trying to create a picture that depending on what radio button and check box is selected - you get a different picture in a picture box. I want to be able to make the graphics in my...
  2. DESMAN2003

    Application has generated an exception that could not be handled

    Hello everyone, you guys are my last hope. I have a series of house software developed in VB.NET, installed on computers at a different location. Everything is fine with all of them except for one of the programs. I have been told that the users constantly get an error stating "Application...
  3. DESMAN2003

    picture box

    Hi, I currently have 10 check boxes, some radio buttons as well as a picture box. what I am trying to do is write a function that loads a bmp into the picture box, if a specific radio button is selected as well as all 10 check boxes checked. Does anything know how and where on the form you...
  4. DESMAN2003

    Populate Combo with Printer Info

    Hi, does anyone know how to populate a combo box with the PC's printers? In order words, I want to be able to select all the printers my computer can use through a combo box. Any ideas??? Thanks in advance!
  5. DESMAN2003

    traversing within a combo

    Hi, I was wondering whether anyone has any ideas on how to do this: I have 2 combo boxes with the following data: combo 1: 1,2,3,4,5 combo 2: a,b,c,d,e and 2 buttons. When button 1 is clicked, I want the following selected in the combo boxes: combo 1: 1 Combo 2: a When button 2 is clicked...
  6. DESMAN2003

    Menu Opening Form

    Hi, I have a problem with trying to figure out how to open another form when you click on a Menu Item in C# (Visual Studio .NET). Does anyone know how to do it? My main form is called Form1 and the one I want to be able to open is Form3. I want this to occur when the menu item called...
  7. DESMAN2003

    Changing button colour in c#

    Hi Everyone, today is my first day learning c# and I am having trouble creating a simple function. What I have is a button called button1 on my form. What I want is that whenever the button is clicked, the background of the button will become red. In otherwords, the button itself will become...
  8. DESMAN2003

    Selecting a column and row in a grid

    Hi, I was recently given a program to modify in VB .NET I am very new to this language and am having trouble trying to select a column and copy it. What is currently there is 3 columns. If you right mouse click on the row, and select "copy", you can copy the whole row. What I am...

Part and Inventory Search

Back
Top