Click here to Skip to main content
15,916,042 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionMultithreaded callback - how to? Pin
Mel Padden9-Oct-06 7:07
Mel Padden9-Oct-06 7:07 
AnswerRe: Multithreaded callback - how to? Pin
Christian Graus9-Oct-06 9:29
protectorChristian Graus9-Oct-06 9:29 
GeneralRe: Multithreaded callback - how to? Pin
Mel Padden9-Oct-06 22:34
Mel Padden9-Oct-06 22:34 
QuestionUsing controls library to create a custom combobox Pin
dptalt9-Oct-06 3:49
dptalt9-Oct-06 3:49 
AnswerRe: Using controls library to create a custom combobox Pin
Dave Sexton9-Oct-06 4:16
Dave Sexton9-Oct-06 4:16 
GeneralRe: Using controls library to create a custom combobox Pin
dptalt9-Oct-06 5:55
dptalt9-Oct-06 5:55 
GeneralRe: Using controls library to create a custom combobox Pin
Dave Sexton10-Oct-06 23:02
Dave Sexton10-Oct-06 23:02 
AnswerRe: Using controls library to create a custom combobox Pin
James Foxall10-Oct-06 9:56
James Foxall10-Oct-06 9:56 
Something else to consider: if you're only using a single combo box for your control, you should look into inheriting the Windows.Forms.ComboBox. This will solve your display issues. You can get started very easily by pasting this class declaration into a new Class file, overwriting the default text:

Public Class MyCustomCombo<br />
   Inherits System.Windows.Forms.ComboBox<br />
<br />
End Class


Mind you, programming an inherited control can be tricky, but the rewards are worth it.

james
commercial developer, author, speaker, dude.
www.jamesfoxall.com

GeneralRe: Using controls library to create a custom combobox Pin
Dave Sexton10-Oct-06 23:00
Dave Sexton10-Oct-06 23:00 
GeneralRe: Using controls library to create a custom combobox Pin
James Foxall11-Oct-06 2:24
James Foxall11-Oct-06 2:24 
QuestionHow can i do this? Pin
aloksingh20069-Oct-06 3:30
aloksingh20069-Oct-06 3:30 
AnswerRe: How can i do this? Pin
Dave Sexton9-Oct-06 3:56
Dave Sexton9-Oct-06 3:56 
QuestionPlease ...... Pin
Chira Chandra9-Oct-06 3:27
Chira Chandra9-Oct-06 3:27 
QuestionHow to Integrate Google Calender with VB.net Appln Pin
codepanter9-Oct-06 0:44
codepanter9-Oct-06 0:44 
Questionunable to print Pin
aloksingh20069-Oct-06 0:04
aloksingh20069-Oct-06 0:04 
Questionhow to upload a textfile to another server through ftp using vb.net---Please its urgent Pin
preethishivbaba8-Oct-06 23:08
preethishivbaba8-Oct-06 23:08 
AnswerRe: how to upload a textfile to another server through ftp using vb.net---Please its urgent Pin
Aadira8-Oct-06 23:38
Aadira8-Oct-06 23:38 
GeneralRe: how to upload a textfile to another server through ftp using vb.net---Please its urgent Pin
preethishivbaba9-Oct-06 14:49
preethishivbaba9-Oct-06 14:49 
Questionconnect TK solver with vb [modified]-----its really urgent Pin
johnny benjamin8-Oct-06 23:02
johnny benjamin8-Oct-06 23:02 
Questionbackup Pin
fatidarya8-Oct-06 21:58
fatidarya8-Oct-06 21:58 
AnswerRe: backup Pin
Dave Sexton9-Oct-06 0:57
Dave Sexton9-Oct-06 0:57 
GeneralRe: backup Pin
fatidarya9-Oct-06 19:05
fatidarya9-Oct-06 19:05 
QuestionCan not create web applicaion Pin
nkjha18-Oct-06 21:15
nkjha18-Oct-06 21:15 
AnswerRe: Can not create web applicaion Pin
Tom John8-Oct-06 22:21
Tom John8-Oct-06 22:21 
QuestionImport Excel sheets to MSSQL serever through Vb programming Pin
Neha_rakesh8-Oct-06 20:10
Neha_rakesh8-Oct-06 20:10 

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.