Click here to Skip to main content
15,896,730 members
Home / Discussions / C#
   

C#

 
QuestionAddMetafileComment () ? Pin
sachinkalse14-Jun-04 23:23
sachinkalse14-Jun-04 23:23 
AnswerRe: AddMetafileComment () ? Pin
Colin Angus Mackay14-Jun-04 23:38
Colin Angus Mackay14-Jun-04 23:38 
GeneralRe: AddMetafileComment () ? Pin
sachinkalse14-Jun-04 23:48
sachinkalse14-Jun-04 23:48 
GeneralRe: AddMetafileComment () ? Pin
Heath Stewart15-Jun-04 3:31
protectorHeath Stewart15-Jun-04 3:31 
GeneralRe: AddMetafileComment () ? Pin
Dave Kreskowiak15-Jun-04 5:03
mveDave Kreskowiak15-Jun-04 5:03 
GeneralRe: AddMetafileComment () ? Pin
sachinkalse15-Jun-04 15:08
sachinkalse15-Jun-04 15:08 
GeneralRe: AddMetafileComment () ? Pin
Dave Kreskowiak15-Jun-04 15:28
mveDave Kreskowiak15-Jun-04 15:28 
GeneralGet trouble when binding data to combobox Pin
uyenchi14-Jun-04 23:19
uyenchi14-Jun-04 23:19 
1. I have a class, called 'UserManager'. The UserDataSource propertie is presented below:

///
///
///

public DataSet UserDataSourse
{
get
{
DataSet dataset;
dataset=mLibraryItem.Copy();
return dataset;
}
}


Note: mLibraryItem is a dataset which stores current data of the User.

2. I have a Windows form, form1. I add a combobox to form1 and perform the bind data using the formload event:

usermanager=new UserManager();

comboBox1.DataSource=usermanager.UserDataSourse.Tables["User"];

comboBox1.DisplayMember="UserName";

Result: The number of items in the combox is correct but the Username isn't displayed in the combobox as expected. The System.Data.DataRowView is shown instead

Please advise how to solve this problem.

Thanks,
Uyen Chi
GeneralRe: Get trouble when binding data to combobox Pin
dabuskol14-Jun-04 23:49
dabuskol14-Jun-04 23:49 
GeneralRe: Get trouble when binding data to combobox Pin
uyenchi14-Jun-04 23:54
uyenchi14-Jun-04 23:54 
GeneralRe: Get trouble when binding data to combobox Pin
Heath Stewart15-Jun-04 3:30
protectorHeath Stewart15-Jun-04 3:30 
Questionhow to make messenger-like messagebox Pin
troels_sorensen14-Jun-04 22:33
troels_sorensen14-Jun-04 22:33 
AnswerRe: how to make messenger-like messagebox Pin
Heath Stewart15-Jun-04 3:27
protectorHeath Stewart15-Jun-04 3:27 
QuestionIs there a way to serialize to an XML file? Pin
matthias s.14-Jun-04 22:21
matthias s.14-Jun-04 22:21 
AnswerRe: Is there a way to serialize to an XML file? Pin
Member 114126615-Jun-04 0:47
Member 114126615-Jun-04 0:47 
AnswerRe: Is there a way to serialize to an XML file? Pin
Heath Stewart15-Jun-04 3:26
protectorHeath Stewart15-Jun-04 3:26 
GeneralMultiline textbox down arrow is missing Pin
Sudhakar Pasupunuri14-Jun-04 21:42
Sudhakar Pasupunuri14-Jun-04 21:42 
GeneralRe: Multiline textbox down arrow is missing Pin
Fouad_kayali15-Jun-04 0:16
Fouad_kayali15-Jun-04 0:16 
GeneralRe: Multiline textbox down arrow is missing Pin
Heath Stewart15-Jun-04 3:22
protectorHeath Stewart15-Jun-04 3:22 
GeneralRe: Multiline textbox down arrow is missing Pin
Sudhakar Pasupunuri15-Jun-04 3:41
Sudhakar Pasupunuri15-Jun-04 3:41 
GeneralRe: Multiline textbox down arrow is missing Pin
Heath Stewart15-Jun-04 4:01
protectorHeath Stewart15-Jun-04 4:01 
GeneralRe: Multiline textbox down arrow is missing Pin
Wackatronic15-Jun-04 9:26
Wackatronic15-Jun-04 9:26 
GeneralRe: Multiline textbox down arrow is missing Pin
Sudhakar Pasupunuri15-Jun-04 20:01
Sudhakar Pasupunuri15-Jun-04 20:01 
GeneralDatabinding objects Pin
WillemM14-Jun-04 21:40
WillemM14-Jun-04 21:40 
GeneralRe: Databinding objects Pin
Heath Stewart15-Jun-04 3:19
protectorHeath Stewart15-Jun-04 3:19 

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.