Search results for query: *

  • Users: gho5t
  • Order by date
  1. G

    Question Help with setting default combobox String

    May I ask for 5 minutes of your time on either Skype, ventrillo or TS3? As I am still unaware of what you are saying.
  2. G

    Question Help with setting default combobox String

    also, I tried declaring the textboxes as double instead of using them as .text Now when I try to perform the calculation nothing works it just shows the output textbox being (sd26mm) as 0 Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  3. G

    Question Help with setting default combobox String

    hmm, i tried the following and did not work. Select Case Me.glss.SelectedIndex = 0
  4. G

    Question Help with setting default combobox String

    please ignore my first question. How do i set a default selection in a combo box, example my combobox selections are: Selection0 Selection1 Selection2 How do i set the combobox to have the combobox selection0 to be the default value. Here is my code relevant to this question...
  5. G

    Question Help with setting default combobox String

    Hello brothers. I am coming to you today with a new and most probably easy fixed issue. I have a series of calculations that are completed upon clicking "button3" My program will error because some of the calculations require a number to be entered in some of the textboxes for example...
  6. G

    Question textbox.text = (combobox selection 1)

    Thank-you for this, I was also meaning instead of displaying the combobox value into a textbox I wanted to have different combobox selections place different textboxes and labels when selected. My knowledge of the syntax is limited
  7. G

    Question textbox.text = (combobox selection 1)

    I'm trying to learn the concept behind applying a variable to a combo box selection. In an overall view of things I am eventually looking to have a system similar to the following: (Please excuse my concepts being incorrect) But I am looking to have a combo box selection load a set of...
  8. G

    Question textbox.text = (combobox selection 1)

    Hello everyone, I am trying to have a text box = what the combo box selection is, Has anyone got a solution to achieve this? I can't really find the correct syntax to achieve so. Thank-you in advanced :p
  9. G

    How would I specify printing region, from 300x500 to A4 sizing.

    Hey guys, please ignore my most recent post as I have solved how to set my orientation to landscape. I was wondering if there was a way to specify how big the region of printing is for example the print preview shows that it will print half the overall size, when I wish to print the full...
  10. G

    Resolved How do I print windows form to landscape orientation.

    Could I have an idea on where to place the code in red? Thank-you very much!
  11. G

    Resolved How do I print windows form to landscape orientation.

    Hey all, Was wondering if anyone could help me with the following code. The code that I have inputted that won't work is in Red. The PrintDocument component name is "PrintDocument1"
  12. G

    Question Replicating data in textbox from one form to another.

    This worked fine, thank-you very much!
  13. G

    Question Replicating data in textbox from one form to another.

    Been trying and trying and can't seem to get it to work. This is what i'm trying to accomplish. Form1 has textbox1 Form2 has textbox2 textbox2 = textbox1 How would i do so? Please help with working method.
Back
Top