Search results for query: *

  1. K

    Combo Box not response

    Ok Thank you for your advice
  2. K

    Combo Box not response

    Ok Thank you for your answer
  3. K

    Combo Box not response

    Hi @jmcilhinney i add you code but the combo box still not responding . I can't find where is the error . I send you a screenshot
  4. K

    Combo Box not response

    Hi I have this code Dim ComboBox1 As New DataGridViewComboBoxCell ComboBox1.Items.Add("0") ComboBox1.Items.Add("1") DG1(2, 2) = ComboBox1 But when the form running the combo box not response . I don't have the drop down menu with "0" , "1" value . Can you tell me anyone where is the error...
  5. K

    Resolved Add a combobox in DataGridView row?

    Hi .Thank you for your answer @jmcilhinney
  6. K

    Resolved Add a combobox in DataGridView row?

    Hi to everyone.I have a question . Is possible to add a combobox in a row of a DataGridView but not in all rows but by choice? If yes how can i do it? Thank you for your time Regards Kostas
  7. K

    Pass a string in a form

    OK Thank you very much for your help @jmcilhinney
  8. K

    Pass a string in a form

    Hi @jmcilhinney . I have change the code and i added the " Public Property ...." code into designer ,but it does not appear the value into the text box . The form is already displayed . What I want to achieve is (after the form displayed) to pass some values into textboxes but i can't . The...
  9. K

    Pass a string in a form

    Hi @jmcilhinney Thank you for helping me. I wrote your code to my form but still i don't have the value in the textbox .I don't understand , from where I do all the controls "private" and what do you mean "components". I send you screenshot to see my form and the code Regards Kostas
  10. K

    Pass a string in a form

    Hi to everyone.I am built a addin aplication for solidworks. I use the VB.net for that . I have create a form with a TextBox and in this control i want to pass some information . Here is the code which i use Dim ex As New FEditDox ex.TBEditBoxDepth.Text = "200" The "FEditBox " is a form...
Back
Top