Click here to Skip to main content
16,005,491 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionButton control Pin
dodoxor20-Jun-07 20:14
dodoxor20-Jun-07 20:14 
AnswerRe: Button control Pin
Manas Bhardwaj22-Jun-07 5:08
professionalManas Bhardwaj22-Jun-07 5:08 
QuestionRe: Button control Pin
dodoxor22-Jun-07 21:19
dodoxor22-Jun-07 21:19 
AnswerRe: Button control Pin
Manas Bhardwaj23-Jun-07 2:07
professionalManas Bhardwaj23-Jun-07 2:07 
AnswerRe: Button control Pin
dodoxor23-Jun-07 21:40
dodoxor23-Jun-07 21:40 
AnswerRe: Button control Pin
vims25-Jun-07 21:58
vims25-Jun-07 21:58 
QuestionCheckbox column problem Pin
jimbaloo20-Jun-07 3:46
jimbaloo20-Jun-07 3:46 
Questionbackgroundworker with typed dataset binding Pin
mcdonamw19-Jun-07 17:22
mcdonamw19-Jun-07 17:22 
I currently have a single threaded application that contains a
strongly typed dataset (called dsdataset1) with 3 tables, all bound to
comboboxes on my main form.

This works in its current form (the datasets are filled on the form
load event).


I noticed a problem whereas the form doesn't draw until the datasets
are filled, so I figured I'd use the background worker component to do
the dataset filling on a seperate thread.


For some reason, I cannot get this to work properly. My program
loads, and my dataset is filled, however my comboboxes are no longer
bound to the dataset. It's driving me nuts.


I've tried passing the dataset back out during the runworkercompleted
event (i.e. dsdataset1 = ctype(e.result, dataset)), but even that
doesn't work. I even tried resetting the bindingsource.datasource for
my combobox back to the dataset after passing the dataset out, but no
go. I'm at a loss.


Any suggestions?

QuestionPrinting a Form -> Texbox is emty :( Pin
gant11219-Jun-07 4:47
gant11219-Jun-07 4:47 
AnswerRe: Printing a Form -> Texbox is emty :( Pin
atulonweb@hotmail.com20-Jun-07 23:52
atulonweb@hotmail.com20-Jun-07 23:52 
QuestionFolderBorserDialog for images Pin
dodoxor18-Jun-07 21:29
dodoxor18-Jun-07 21:29 
AnswerRe: FolderBorserDialog for images Pin
Giorgi Dalakishvili18-Jun-07 22:57
mentorGiorgi Dalakishvili18-Jun-07 22:57 
AnswerRe: FolderBorserDialog for images Pin
dodoxor18-Jun-07 23:02
dodoxor18-Jun-07 23:02 
Questionhow change specific row back color in DataGrid? Pin
zeroonea17-Jun-07 20:51
zeroonea17-Jun-07 20:51 
AnswerRe: how change specific row back color in DataGrid? Pin
ozzyrocsdbn17-Jun-07 21:27
ozzyrocsdbn17-Jun-07 21:27 
GeneralRe: how change specific row back color in DataGrid? Pin
zeroonea17-Jun-07 21:51
zeroonea17-Jun-07 21:51 
GeneralRe: how change specific row back color in DataGrid? Pin
RepliCrux18-Jun-07 14:20
RepliCrux18-Jun-07 14:20 
GeneralRe: how change specific row back color in DataGrid? Pin
zeroonea18-Jun-07 19:09
zeroonea18-Jun-07 19:09 
GeneralRe: how change specific row back color in DataGrid? Pin
RepliCrux18-Jun-07 19:10
RepliCrux18-Jun-07 19:10 
AnswerRe: how change specific row back color in DataGrid? Pin
Stu Richardson20-Jun-07 6:30
Stu Richardson20-Jun-07 6:30 
QuestionUITypeEditor and Factory Creation Pin
Paul Selormey17-Jun-07 15:21
Paul Selormey17-Jun-07 15:21 
AnswerRe: Selected item count in a listbox Pin
Dave Kreskowiak15-Jun-07 15:10
mveDave Kreskowiak15-Jun-07 15:10 
GeneralRe: Selected item count in a listbox Pin
Paul Conrad17-Jun-07 6:30
professionalPaul Conrad17-Jun-07 6:30 
QuestionTime editor .NET Windows Forms control (Please !) Pin
NicoJS15-Jun-07 4:13
NicoJS15-Jun-07 4:13 
AnswerRe: Time editor .NET Windows Forms control (Please !) Pin
tantoun15-Jun-07 4:34
tantoun15-Jun-07 4:34 

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.