Search results for query: *

  1. C

    Question Displaying GIF image on Wait Form

    I have a .net 4 form application. On a button click event, I want to open a form that has a GIF image in a webbrowser control, that says please wait. Then it opens a second form that has a datagridview that is being populated from a SQL query. Then I just hide the wait form. The reason I have...
  2. C

    Question ComboBox Validation

    That is exactly what I was looking for, I knew I should not have to re-query the information. This works like a champ. Thank you for your prompt and accurate response!
  3. C

    Question ComboBox Validation

    Hello Everyone, I have been searching for an easier way to validate the text property of my combobox. Below is a background of what I am try to accomplish: I have a from that contains many controls, mainly comboboxes that are bound to datatables. I have these set up in such a fashion as to...
Back
Top