Click here to Skip to main content
15,891,253 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Form topmost only within application Pin
Gerry Schmitz7-Mar-18 10:53
mveGerry Schmitz7-Mar-18 10:53 
GeneralRe: Form topmost only within application Pin
desanti7-Mar-18 11:07
desanti7-Mar-18 11:07 
AnswerRe: Form topmost only within application Pin
Eddy Vluggen8-Mar-18 1:46
professionalEddy Vluggen8-Mar-18 1:46 
QuestionAdd text to richtextbox at design time: Resolved Pin
mo14926-Mar-18 2:20
mo14926-Mar-18 2:20 
QuestionHow to check if user doesn't select anything in combobox. Pin
hmanhha27-Feb-18 4:35
hmanhha27-Feb-18 4:35 
AnswerRe: How to check if user doesn't select anything in combobox. Pin
phil.o27-Feb-18 5:56
professionalphil.o27-Feb-18 5:56 
GeneralRe: How to check if user doesn't select anything in combobox. Pin
hmanhha27-Feb-18 15:04
hmanhha27-Feb-18 15:04 
AnswerRe: How to check if user doesn't select anything in combobox. Pin
Ralf Meier28-Feb-18 0:44
mveRalf Meier28-Feb-18 0:44 
You could do the Following :
After populating the Combobox with new data you set an additional boolean Variable (ComboBoxHelper) to false.
If the Combobox is Clicked or SelectedIndexChanged you set this Variable to True.
Now you know, that the Combobox was used by the Operator ...
GeneralRe: How to check if user doesn't select anything in combobox. Pin
hmanhha28-Feb-18 22:28
hmanhha28-Feb-18 22:28 
GeneralRe: How to check if user doesn't select anything in combobox. Pin
Ralf Meier1-Mar-18 0:22
mveRalf Meier1-Mar-18 0:22 
GeneralRe: How to check if user doesn't select anything in combobox. Pin
hmanhha1-Mar-18 14:27
hmanhha1-Mar-18 14:27 
GeneralRe: How to check if user doesn't select anything in combobox. Pin
Dave Kreskowiak1-Mar-18 16:14
mveDave Kreskowiak1-Mar-18 16:14 
GeneralRe: How to check if user doesn't select anything in combobox. Pin
Ralf Meier1-Mar-18 21:50
mveRalf Meier1-Mar-18 21:50 
AnswerRe: How to check if user doesn't select anything in combobox. Pin
Richard Andrew x642-Mar-18 1:47
professionalRichard Andrew x642-Mar-18 1:47 
AnswerRe: How to check if user doesn't select anything in combobox. Pin
Alan Burkhart2-Mar-18 6:26
Alan Burkhart2-Mar-18 6:26 
QuestionInvocar StatusStrip desde otro form Pin
Edgardo Martinez26-Feb-18 13:35
Edgardo Martinez26-Feb-18 13:35 
AnswerRe: Invocar StatusStrip desde otro form Pin
Eddy Vluggen27-Feb-18 3:10
professionalEddy Vluggen27-Feb-18 3:10 
QuestionGet Databack from combobox. Pin
hmanhha26-Feb-18 7:30
hmanhha26-Feb-18 7:30 
AnswerRe: Get Databack from combobox. Pin
Richard Deeming26-Feb-18 7:42
mveRichard Deeming26-Feb-18 7:42 
AnswerRe: Get Databack from combobox. Pin
Member 834559927-Feb-18 3:56
Member 834559927-Feb-18 3:56 
GeneralRe: Get Databack from combobox. Pin
Dave Kreskowiak27-Feb-18 5:35
mveDave Kreskowiak27-Feb-18 5:35 
SuggestionRe: Get Databack from combobox. Pin
Richard Deeming27-Feb-18 6:31
mveRichard Deeming27-Feb-18 6:31 
QuestionFatal error encountered during command execution Pin
duhoky26-Feb-18 1:14
duhoky26-Feb-18 1:14 
GeneralRe: Fatal error encountered during command execution Pin
Richard MacCutchan26-Feb-18 1:35
mveRichard MacCutchan26-Feb-18 1:35 
AnswerRe: Fatal error encountered during command execution Pin
duhoky26-Feb-18 1:51
duhoky26-Feb-18 1:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.