Click here to Skip to main content
15,902,840 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: implementing linq Pin
Christian Graus21-Mar-08 19:38
protectorChristian Graus21-Mar-08 19:38 
GeneralRe: implementing linq Pin
ganero23-Mar-08 1:33
ganero23-Mar-08 1:33 
Generalfilling 2 different combo boxes with info from same dataTable Pin
AAGTHosting21-Mar-08 11:54
AAGTHosting21-Mar-08 11:54 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
Christian Graus21-Mar-08 12:18
protectorChristian Graus21-Mar-08 12:18 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
AAGTHosting21-Mar-08 12:20
AAGTHosting21-Mar-08 12:20 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
Christian Graus21-Mar-08 12:35
protectorChristian Graus21-Mar-08 12:35 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
AAGTHosting21-Mar-08 13:30
AAGTHosting21-Mar-08 13:30 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
Christian Graus21-Mar-08 13:54
protectorChristian Graus21-Mar-08 13:54 
The app freezing is not a typical symptom of what goes wrong when you reuse a datasource. Usually changing one control just causes te other to change too. My guess is that you're not cloning it properly, and your source is empty. And, I would guess that you have code running on a selected index change which is being run by the databinding, and causing it ti freeze. If you break out or if you set breakpoints around the related code when you debug, wat happens ?

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
AAGTHosting21-Mar-08 14:12
AAGTHosting21-Mar-08 14:12 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
Christian Graus21-Mar-08 14:24
protectorChristian Graus21-Mar-08 14:24 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
AAGTHosting21-Mar-08 14:33
AAGTHosting21-Mar-08 14:33 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
Christian Graus21-Mar-08 16:34
protectorChristian Graus21-Mar-08 16:34 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
AAGTHosting21-Mar-08 19:22
AAGTHosting21-Mar-08 19:22 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
Christian Graus21-Mar-08 19:37
protectorChristian Graus21-Mar-08 19:37 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
AAGTHosting22-Mar-08 15:26
AAGTHosting22-Mar-08 15:26 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
jimpar24-Mar-08 7:34
jimpar24-Mar-08 7:34 
GeneralIn order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
saini arun21-Mar-08 6:22
saini arun21-Mar-08 6:22 
GeneralRe: In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
Kschuler21-Mar-08 6:47
Kschuler21-Mar-08 6:47 
GeneralRe: In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
saini arun21-Mar-08 6:57
saini arun21-Mar-08 6:57 
GeneralRe: In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
Kschuler21-Mar-08 7:47
Kschuler21-Mar-08 7:47 
GeneralRe: In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
saini arun21-Mar-08 8:09
saini arun21-Mar-08 8:09 
GeneralProgress Bar Update on Button Push Pin
Travis James21-Mar-08 6:12
Travis James21-Mar-08 6:12 
GeneralRe: Progress Bar Update on Button Push Pin
Kschuler21-Mar-08 6:50
Kschuler21-Mar-08 6:50 
GeneralDragging graphics images Pin
cstrader23221-Mar-08 6:08
cstrader23221-Mar-08 6:08 
GeneralRe: Dragging graphics images Pin
Christian Graus21-Mar-08 11:28
protectorChristian Graus21-Mar-08 11:28 

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.