Click here to Skip to main content
15,893,161 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: How can I bring a rare picture format to a picture box? Pin
Sonhospa9-Jun-09 3:03
Sonhospa9-Jun-09 3:03 
AnswerRe: How can I bring a rare picture format to a picture box? Pin
Nagy Vilmos9-Jun-09 3:34
professionalNagy Vilmos9-Jun-09 3:34 
NewsRe: How can I bring a rare picture format to a picture box? Pin
Sonhospa9-Jun-09 5:08
Sonhospa9-Jun-09 5:08 
QuestionFind URL's of Mozila Firefox,Opera or etc Pin
Anubhava Dimri9-Jun-09 2:11
Anubhava Dimri9-Jun-09 2:11 
AnswerRe: Find URL's of Mozila Firefox,Opera or etc Pin
Dave Kreskowiak9-Jun-09 6:24
mveDave Kreskowiak9-Jun-09 6:24 
QuestionCombobox SelectedIndexChanged Infinite Loop Pin
Hypermommy9-Jun-09 2:09
Hypermommy9-Jun-09 2:09 
AnswerRe: Combobox SelectedIndexChanged Infinite Loop Pin
Tom Deketelaere9-Jun-09 2:22
professionalTom Deketelaere9-Jun-09 2:22 
AnswerRe: Combobox SelectedIndexChanged Infinite Loop Pin
binjafar9-Jun-09 2:25
binjafar9-Jun-09 2:25 
You have possibly two ways to do this...

1. use SelectionChangeComitted event (recommended)

2. use some global variable Flag that u set to 'true' once all the comboBox is filled up... before comboBox is completely filled..this flag should remain 'false'... later on in ur code... just check if the flag is set to 'true' before doing what ever u do upon item selection.


Enjoy!
GeneralRe: Combobox SelectedIndexChanged Infinite Loop Pin
Hypermommy9-Jun-09 5:14
Hypermommy9-Jun-09 5:14 
GeneralRe: Combobox SelectedIndexChanged Infinite Loop Pin
binjafar9-Jun-09 8:14
binjafar9-Jun-09 8:14 
GeneralRe: Combobox SelectedIndexChanged Infinite Loop Pin
Henry Minute9-Jun-09 8:25
Henry Minute9-Jun-09 8:25 
QuestionHow to check Application is run by Administrator Pin
Anubhava Dimri9-Jun-09 2:05
Anubhava Dimri9-Jun-09 2:05 
AnswerRe: How to check Application is run by Administrator Pin
Eddy Vluggen9-Jun-09 7:05
professionalEddy Vluggen9-Jun-09 7:05 
QuestionImpossible to access to the properties of Usercontrol, since a HTML page with javascript [modified] Pin
tdc_david9-Jun-09 1:25
tdc_david9-Jun-09 1:25 
AnswerRe: Impossible to access to the properties of Usercontrol, since a HTML page with javascript Pin
Christian Graus9-Jun-09 1:53
protectorChristian Graus9-Jun-09 1:53 
GeneralRe: Impossible to access to the properties of Usercontrol, since a HTML page with javascript Pin
tdc_david9-Jun-09 2:14
tdc_david9-Jun-09 2:14 
GeneralRe: Impossible to access to the properties of Usercontrol, since a HTML page with javascript Pin
Dave Kreskowiak9-Jun-09 3:15
mveDave Kreskowiak9-Jun-09 3:15 
GeneralRe: Impossible to access to the properties of Usercontrol, since a HTML page with javascript Pin
tdc_david9-Jun-09 4:18
tdc_david9-Jun-09 4:18 
GeneralRe: Impossible to access to the properties of Usercontrol, since a HTML page with javascript Pin
Dave Kreskowiak9-Jun-09 6:22
mveDave Kreskowiak9-Jun-09 6:22 
Question[Help]VB6 + Webbrowser + Iframes + Different Domains] Pin
Lord Engel9-Jun-09 1:02
Lord Engel9-Jun-09 1:02 
AnswerRe: [Help]VB6 + Webbrowser + Iframes + Different Domains] Pin
DaveAuld9-Jun-09 1:37
professionalDaveAuld9-Jun-09 1:37 
GeneralRe: [Help]VB6 + Webbrowser + Iframes + Different Domains] Pin
Lord Engel9-Jun-09 1:48
Lord Engel9-Jun-09 1:48 
GeneralRe: [Help]VB6 + Webbrowser + Iframes + Different Domains] [modified] Pin
DaveAuld9-Jun-09 3:52
professionalDaveAuld9-Jun-09 3:52 
GeneralRe: [Help]VB6 + Webbrowser + Iframes + Different Domains] Pin
Lord Engel9-Jun-09 4:20
Lord Engel9-Jun-09 4:20 
QuestionMaintain whitespace between strings Pin
Member 45142188-Jun-09 23:33
Member 45142188-Jun-09 23:33 

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.