Click here to Skip to main content
15,900,110 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Dynamic Filling of Autocomplete TextBox Pin
Ashfield5-Dec-08 1:36
Ashfield5-Dec-08 1:36 
QuestionAbout Copy protection Pin
Prashant B. Lavate1-Dec-08 22:58
Prashant B. Lavate1-Dec-08 22:58 
AnswerRe: About Copy protection Pin
Ashfield2-Dec-08 1:48
Ashfield2-Dec-08 1:48 
GeneralRe: About Copy protection Pin
Wendelius5-Dec-08 9:38
mentorWendelius5-Dec-08 9:38 
GeneralRe: About Copy protection Pin
Ashfield7-Dec-08 21:31
Ashfield7-Dec-08 21:31 
GeneralRe: About Copy protection Pin
Wendelius9-Dec-08 9:41
mentorWendelius9-Dec-08 9:41 
AnswerRe: About Copy protection Pin
Paul Conrad2-Dec-08 5:05
professionalPaul Conrad2-Dec-08 5:05 
QuestionI'm Confused Again... Pin
Roger Wright1-Dec-08 18:43
professionalRoger Wright1-Dec-08 18:43 
The saga continues...

I have finally got all the forms in place and loading in the proper order: Main -> Inventory -> Add Transformer -> Enter Transformer Info. The latter is implemented as a modal dialog with several text boxes for user entry and two list boxes for lookup from the database. I've bound the list boxes to the Volts table in the database to allow lookup of the permissible primary and secondary voltages, using the voltsBindingSource as the DataSource, and the Volts field of the Volts table as the DisplayMember, as instructed by the article in MSDN. The AllowDrop property is True.

What's confusing is that, when I first created the dialog box, running the code displayed the little dropdown arrow and showed all the entries in the table correctly. After fiddling with the navigation for a week or two, trying to get all the forms to display correctly - now working perfectly, thanks to several helpful members here - I no longer have the listboxes populated when I run the code. They look like a textboxes - no dropdown arrow, and no data displayed. I've checked the settings and they're still the same: DataSource=voltsBindingSource and DisplayMember=Volts.

What the heck am I missing here?

"A Journey of a Thousand Rest Stops Begins with a Single Movement"

GeneralRe: I'm Confused Again... Pin
led mike2-Dec-08 4:49
led mike2-Dec-08 4:49 
GeneralRe: I'm Confused Again... Pin
Roger Wright2-Dec-08 17:13
professionalRoger Wright2-Dec-08 17:13 
AnswerRe: I'm Confused Again... Pin
Mycroft Holmes2-Dec-08 20:45
professionalMycroft Holmes2-Dec-08 20:45 
GeneralRe: I'm Confused Again... Pin
Roger Wright3-Dec-08 2:12
professionalRoger Wright3-Dec-08 2:12 
GeneralRe: I'm Confused Again... Pin
led mike3-Dec-08 6:07
led mike3-Dec-08 6:07 
QuestionWindows Forms Flickering Pin
MarkMokris29-Nov-08 5:49
MarkMokris29-Nov-08 5:49 
AnswerRe: Windows Forms Flickering Pin
Ravi Bhavnani29-Nov-08 6:38
professionalRavi Bhavnani29-Nov-08 6:38 
AnswerRe: Windows Forms Flickering Pin
Ravi Bhavnani29-Nov-08 6:44
professionalRavi Bhavnani29-Nov-08 6:44 
AnswerRe: Windows Forms Flickering Pin
dybs30-Nov-08 10:15
dybs30-Nov-08 10:15 
QuestionA Nice Menu/List Control? Pin
Abydosgater27-Nov-08 12:17
Abydosgater27-Nov-08 12:17 
AnswerRe: A Nice Menu/List Control? Pin
Simon P Stevens27-Nov-08 23:58
Simon P Stevens27-Nov-08 23:58 
AnswerRe: A Nice Menu/List Control? Pin
Daniel M. Camenzind28-Nov-08 3:52
Daniel M. Camenzind28-Nov-08 3:52 
AnswerRe: A Nice Menu/List Control? Pin
Abydosgater28-Nov-08 12:13
Abydosgater28-Nov-08 12:13 
QuestionContacting Web Services through Firewalls/Proxies [modified] Pin
iwaters27-Nov-08 2:47
iwaters27-Nov-08 2:47 
QuestionArabic setup project Pin
Mohammad Al Hoss25-Nov-08 20:15
Mohammad Al Hoss25-Nov-08 20:15 
Questionwindows forms Pin
Member 468045924-Nov-08 18:57
Member 468045924-Nov-08 18:57 
Questionrequ for me Pin
Member 468045924-Nov-08 18:47
Member 468045924-Nov-08 18:47 

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.