Click here to Skip to main content
15,895,283 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Update db in ADO.NET Pin
Steven J Jowett4-Sep-09 12:12
Steven J Jowett4-Sep-09 12:12 
GeneralRe: Update db in ADO.NET Pin
TheMrProgrammer4-Sep-09 20:46
TheMrProgrammer4-Sep-09 20:46 
QuestionShare (or import/export) a ComboBox between 2 forms? Pin
Hurricane30004-Sep-09 6:06
Hurricane30004-Sep-09 6:06 
AnswerRe: Share (or import/export) a ComboBox between 2 forms? Pin
Henry Minute4-Sep-09 8:38
Henry Minute4-Sep-09 8:38 
GeneralRe: Share (or import/export) a ComboBox between 2 forms? Pin
Hurricane30004-Sep-09 9:20
Hurricane30004-Sep-09 9:20 
GeneralRe: Share (or import/export) a ComboBox between 2 forms? Pin
Henry Minute4-Sep-09 9:34
Henry Minute4-Sep-09 9:34 
GeneralRe: Share (or import/export) a ComboBox between 2 forms? Pin
Hurricane30004-Sep-09 9:47
Hurricane30004-Sep-09 9:47 
GeneralRe: Share (or import/export) a ComboBox between 2 forms? Pin
Dave Kreskowiak4-Sep-09 10:05
mveDave Kreskowiak4-Sep-09 10:05 
I just got done telling someone else this same thing. You cannot have the same instance of a control in two different containers (forms) at the same time. You can add the combo to the controls collection of the second form by first removing it from the controls collection of the first form. You'll have to move it back before your second form is destroyed or dismissed.

20,000 items in a combo?? I'd seriously rethink the design...


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: Share (or import/export) a ComboBox between 2 forms? Pin
Hurricane30004-Sep-09 10:28
Hurricane30004-Sep-09 10:28 
GeneralRe: Share (or import/export) a ComboBox between 2 forms? Pin
Luc Pattyn4-Sep-09 10:51
sitebuilderLuc Pattyn4-Sep-09 10:51 
GeneralRe: Share (or import/export) a ComboBox between 2 forms? Pin
Hurricane30005-Sep-09 1:32
Hurricane30005-Sep-09 1:32 
GeneralRe: Share (or import/export) a ComboBox between 2 forms? Pin
Luc Pattyn5-Sep-09 1:40
sitebuilderLuc Pattyn5-Sep-09 1:40 
QuestionStrange speed differences between Windows App & Console App Pin
Aaron @ Think Software3-Sep-09 19:23
professionalAaron @ Think Software3-Sep-09 19:23 
AnswerRe: Strange speed differences between Windows App & Console App Pin
Johan Hakkesteegt3-Sep-09 20:34
Johan Hakkesteegt3-Sep-09 20:34 
AnswerRe: Strange speed differences between Windows App & Console App Pin
N a v a n e e t h3-Sep-09 20:51
N a v a n e e t h3-Sep-09 20:51 
GeneralRe: Strange speed differences between Windows App & Console App Pin
Aaron @ Think Software3-Sep-09 20:56
professionalAaron @ Think Software3-Sep-09 20:56 
GeneralRe: Strange speed differences between Windows App & Console App Pin
Dave Kreskowiak4-Sep-09 2:20
mveDave Kreskowiak4-Sep-09 2:20 
AnswerRe: Strange speed differences between Windows App & Console App Pin
Luc Pattyn4-Sep-09 1:20
sitebuilderLuc Pattyn4-Sep-09 1:20 
QuestionSQL Query LTRIM Pin
C#Coudou3-Sep-09 18:14
C#Coudou3-Sep-09 18:14 
AnswerRe: SQL Query LTRIM Pin
C#Coudou3-Sep-09 18:49
C#Coudou3-Sep-09 18:49 
GeneralRe: SQL Query LTRIM Pin
Johan Hakkesteegt3-Sep-09 20:27
Johan Hakkesteegt3-Sep-09 20:27 
AnswerRe: SQL Query LTRIM Pin
Dave Kreskowiak4-Sep-09 2:14
mveDave Kreskowiak4-Sep-09 2:14 
Questionduplicate a toolstip Pin
valkyriexp3-Sep-09 14:01
valkyriexp3-Sep-09 14:01 
AnswerRe: duplicate a toolstip Pin
Dave Kreskowiak3-Sep-09 17:03
mveDave Kreskowiak3-Sep-09 17:03 
GeneralRe: duplicate a toolstip Pin
valkyriexp4-Sep-09 7:06
valkyriexp4-Sep-09 7:06 

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.