Click here to Skip to main content
16,004,882 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Calendar schedule control.... Pin
Christian Graus17-Jun-08 4:50
protectorChristian Graus17-Jun-08 4:50 
GeneralRe: Calendar schedule control.... Pin
darkelv17-Jun-08 5:25
darkelv17-Jun-08 5:25 
QuestionAssign event to a particular combo in a DataGridView Pin
Anoop Unnikrishnan16-Jun-08 20:10
Anoop Unnikrishnan16-Jun-08 20:10 
QuestionPlug in development for Outlook express/ Windows Mail in win32 c Pin
dolly16-Jun-08 19:28
dolly16-Jun-08 19:28 
AnswerRe: Plug in development for Outlook express/ Windows Mail in win32 c Pin
Christian Graus17-Jun-08 2:30
protectorChristian Graus17-Jun-08 2:30 
Questiondata binding across multiple forms Pin
wjprice16-Jun-08 7:01
wjprice16-Jun-08 7:01 
AnswerRe: data binding across multiple forms Pin
SomeGuyThatIsMe17-Jun-08 0:51
SomeGuyThatIsMe17-Jun-08 0:51 
GeneralRe: data binding across multiple forms Pin
wjprice17-Jun-08 1:48
wjprice17-Jun-08 1:48 
Thank you for your suggestion. I tried the suggestion you mentioned: setting the dataset of the second form to the dataset of the first form.

Unfortunately, it did not work. When i tried this the list that i was using to show all items in the table was empty.

If i keep the dataset independent of the first form i would see the (newly entered items) in the list on the second form. But the first form would not show these items. On closing the app and getting back in both lists (first and second form) would show the newly entered items.

Somehow passing a reference to the dataset to the second form is not actually "happening". That's where i am "stumped".

by the way, i am using only a test app at this point. Two forms only. My dataset has an empty table that i am using to find a way around this.

Here is the code i used on the first form:

FormSite form = new FormSite();
form.ePaDateSet = this.ePaDataSet;
form.Show();


On the second form i have the dataset, bindingsource, and tableadapter, and a listbox. I used drag and drop to set up the listbox from the data source window.

Again, i do appreciate your help in this matter.

wjprice
GeneralRe: data binding across multiple forms Pin
SomeGuyThatIsMe17-Jun-08 2:01
SomeGuyThatIsMe17-Jun-08 2:01 
GeneralRe: data binding across multiple forms Pin
wjprice17-Jun-08 3:16
wjprice17-Jun-08 3:16 
GeneralRe: data binding across multiple forms Pin
SomeGuyThatIsMe17-Jun-08 3:21
SomeGuyThatIsMe17-Jun-08 3:21 
QuestionDatetimePicker Control Time Format Pin
somagunasekaran16-Jun-08 2:04
somagunasekaran16-Jun-08 2:04 
AnswerRe: DatetimePicker Control Time Format Pin
Christian Graus16-Jun-08 2:37
protectorChristian Graus16-Jun-08 2:37 
GeneralRe: DatetimePicker Control Time Format Pin
led mike16-Jun-08 6:53
led mike16-Jun-08 6:53 
GeneralRe: DatetimePicker Control Time Format Pin
Christian Graus16-Jun-08 11:49
protectorChristian Graus16-Jun-08 11:49 
QuestionHow to set project path to a folder in windows application Pin
charanbura15-Jun-08 22:29
charanbura15-Jun-08 22:29 
AnswerRe: How to set project path to a folder in windows application Pin
Ashfield16-Jun-08 1:34
Ashfield16-Jun-08 1:34 
GeneralRe: How to set project path to a folder in windows application Pin
charanbura16-Jun-08 17:47
charanbura16-Jun-08 17:47 
QuestionWindows API double click Pin
Chris_McGrath15-Jun-08 16:22
Chris_McGrath15-Jun-08 16:22 
QuestionTreeview Control - Issue with [modified] Pin
Rome'14-Jun-08 21:40
Rome'14-Jun-08 21:40 
QuestionUse of CSS file in Windows form in C#.Net project [modified] Pin
Member 476460913-Jun-08 20:57
Member 476460913-Jun-08 20:57 
AnswerRe: Use of CSS file in Windows form in C#.Net project Pin
Ashfield15-Jun-08 22:14
Ashfield15-Jun-08 22:14 
QuestionVertical Title Windows Pin
EvgeniX13-Jun-08 17:08
EvgeniX13-Jun-08 17:08 
AnswerRe: Vertical Title Windows Pin
Kristian Sixhøj13-Jun-08 19:47
Kristian Sixhøj13-Jun-08 19:47 
QuestionWindow closing for IE dialogs Pin
Andy Brummer13-Jun-08 9:04
sitebuilderAndy Brummer13-Jun-08 9:04 

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.