Click here to Skip to main content
15,892,927 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sequential Structures with arrays Pin
Joshua Quick7-Nov-05 7:43
Joshua Quick7-Nov-05 7:43 
GeneralRe: Sequential Structures with arrays Pin
rand197-Nov-05 8:19
rand197-Nov-05 8:19 
GeneralRe: Sequential Structures with arrays Pin
Joshua Quick7-Nov-05 9:09
Joshua Quick7-Nov-05 9:09 
QuestionAdding reference at runtime Pin
nikneem20057-Nov-05 2:12
nikneem20057-Nov-05 2:12 
AnswerRe: Adding reference at runtime Pin
S. Senthil Kumar7-Nov-05 3:59
S. Senthil Kumar7-Nov-05 3:59 
AnswerRe: Adding reference at runtime Pin
Steve Pullan8-Nov-05 11:33
Steve Pullan8-Nov-05 11:33 
Questionmultiple selection on a dropdownlist Pin
mcgann7-Nov-05 2:10
mcgann7-Nov-05 2:10 
AnswerRe: multiple selection on a dropdownlist Pin
rudy.net9-Nov-05 18:03
rudy.net9-Nov-05 18:03 
Dropdownlists are meant to allow user to select a single value. What you could do is cheat a little bit by displaying a ListBox on top of your combobox. To do that, capture the combobox dropdown event then call SuspendLayout of combobox, place dropdownlist on top, and call ResumeLayout of your combobox. When user is done selecting, hide the listbox.
Questionhelp pls , doubt with collection class in vb Pin
tejaswi-teja7-Nov-05 2:06
tejaswi-teja7-Nov-05 2:06 
Questionhelp pls , doubt with collection class in vb Pin
tejaswi-teja7-Nov-05 2:05
tejaswi-teja7-Nov-05 2:05 
QuestionProblem With ImageList control Pin
Anindya Chatterjee7-Nov-05 0:27
Anindya Chatterjee7-Nov-05 0:27 
Questionclient/server communication Pin
sahil puri6-Nov-05 22:21
sahil puri6-Nov-05 22:21 
QuestionHelpNameSpace linked to host machine Pin
nashdb6-Nov-05 16:36
nashdb6-Nov-05 16:36 
AnswerRe: HelpNameSpace linked to host machine Pin
nikneem20057-Nov-05 2:34
nikneem20057-Nov-05 2:34 
GeneralRe: HelpNameSpace linked to host machine Pin
nashdb7-Nov-05 4:27
nashdb7-Nov-05 4:27 
GeneralRe: HelpNameSpace linked to host machine Pin
nashdb7-Nov-05 7:36
nashdb7-Nov-05 7:36 
QuestionHelp Needed = Listbox populated from .txt file - process each item in list through loop Pin
r00tb0x6-Nov-05 14:50
r00tb0x6-Nov-05 14:50 
AnswerRe: Help Needed = Listbox populated from .txt file - process each item in list through loop Pin
Christian Graus6-Nov-05 15:06
protectorChristian Graus6-Nov-05 15:06 
GeneralRe: Help Needed = Listbox populated from .txt file - process each item in list through loop Pin
r00tb0x6-Nov-05 15:38
r00tb0x6-Nov-05 15:38 
GeneralRe: Help Needed = Listbox populated from .txt file - process each item in list through loop Pin
Christian Graus6-Nov-05 15:52
protectorChristian Graus6-Nov-05 15:52 
GeneralRe: Help Needed = Listbox populated from .txt file - process each item in list through loop Pin
r00tb0x6-Nov-05 16:00
r00tb0x6-Nov-05 16:00 
GeneralRe: Help Needed = Listbox populated from .txt file - process each item in list through loop Pin
Christian Graus6-Nov-05 16:01
protectorChristian Graus6-Nov-05 16:01 
GeneralRe: Help Needed = Listbox populated from .txt file - process each item in list through loop Pin
r00tb0x6-Nov-05 16:27
r00tb0x6-Nov-05 16:27 
QuestionA component that does a databindable print document type thing? Pin
Duncan Edwards Jones6-Nov-05 11:08
professionalDuncan Edwards Jones6-Nov-05 11:08 
QuestionComboBox onchange Pin
TigerNige6-Nov-05 10:09
TigerNige6-Nov-05 10:09 

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.