Click here to Skip to main content
15,911,141 members
Home / Discussions / C#
   

C#

 
GeneralRe: Bubble Sort Pin
DavidNohejl1-Jun-05 8:17
DavidNohejl1-Jun-05 8:17 
GeneralCreating a WebForm to interact with Word Pin
samoore1-Jun-05 4:23
samoore1-Jun-05 4:23 
GeneralRe: Creating a WebForm to interact with Word Pin
Rhys Gravell1-Jun-05 6:06
professionalRhys Gravell1-Jun-05 6:06 
GeneralRe: Creating a WebForm to interact with Word Pin
moose12316-Jun-05 6:29
moose12316-Jun-05 6:29 
GeneralCompiler Warning CS1595 Pin
Nigel Savidge1-Jun-05 4:17
Nigel Savidge1-Jun-05 4:17 
GeneralRe: Compiler Warning CS1595 Pin
Colin Angus Mackay1-Jun-05 4:20
Colin Angus Mackay1-Jun-05 4:20 
GeneralRe: Compiler Warning CS1595 Pin
Nigel Savidge1-Jun-05 4:26
Nigel Savidge1-Jun-05 4:26 
GeneralComboBox DataSource property Pin
JawsSaint1-Jun-05 4:09
JawsSaint1-Jun-05 4:09 
I've been given a C# app that was writen with the 1.0 framework on NT and I'm building it with the 1.1 framework on XP.

I have noticed a difference in the behaviour of the ComboBox.DataSource property. In the original version the ComboBox was populated by setting the DataSource property equal to an ArrayList, however in my 1.1 framework version on XP the ComboBox.DataSource property equals null after the assignement.

I have had to get round it by looping through the ArrayList and using the ComboBox.Items.Add() method to add the comboboxes items individually.

Does annyone have any idea what could be the cause of this?

Thanks


Generaloverride a WN_NCACTIVATE Pin
Anonymous1-Jun-05 4:08
Anonymous1-Jun-05 4:08 
GeneralRe: override a WN_NCACTIVATE Pin
Dave Kreskowiak1-Jun-05 7:37
mveDave Kreskowiak1-Jun-05 7:37 
GeneralRe: override a WN_NCACTIVATE Pin
Sasuko1-Jun-05 12:29
Sasuko1-Jun-05 12:29 
GeneralRe: override a WN_NCACTIVATE Pin
Dave Kreskowiak2-Jun-05 2:55
mveDave Kreskowiak2-Jun-05 2:55 
QuestionWebService return a Complex object ? Am i mad ? Pin
Tee+31-May-05 23:47
Tee+31-May-05 23:47 
AnswerRe: WebService return a Complex object ? Am i mad ? Pin
Susan Hernandez3-Jun-05 15:03
Susan Hernandez3-Jun-05 15:03 
GeneralUrgent.. Pin
Anonymous31-May-05 23:44
Anonymous31-May-05 23:44 
GeneralRe: Urgent.. Pin
Reinier Beeckman1-Jun-05 0:51
Reinier Beeckman1-Jun-05 0:51 
GeneralRe: Urgent.. Pin
DavidNohejl1-Jun-05 8:21
DavidNohejl1-Jun-05 8:21 
QuestionHow to open an executable file in C# -- Urgent... Pin
Anonymous31-May-05 23:43
Anonymous31-May-05 23:43 
AnswerRe: How to open an executable file in C# -- Urgent... Pin
ekynox1-Jun-05 2:16
ekynox1-Jun-05 2:16 
AnswerRe: How to open an executable file in C# -- Urgent... Pin
DavidNohejl1-Jun-05 2:26
DavidNohejl1-Jun-05 2:26 
Generala bit of a weird Q about C# and asp web form. Pin
Green Fuze31-May-05 22:56
Green Fuze31-May-05 22:56 
GeneralRe: a bit of a weird Q about C# and asp web form. Pin
S. Senthil Kumar31-May-05 23:36
S. Senthil Kumar31-May-05 23:36 
GeneralRe: a bit of a weird Q about C# and asp web form. Pin
Green Fuze1-Jun-05 2:24
Green Fuze1-Jun-05 2:24 
GeneralRe: a bit of a weird Q about C# and asp web form. Pin
S. Senthil Kumar1-Jun-05 3:06
S. Senthil Kumar1-Jun-05 3:06 
GeneralRe: a bit of a weird Q about C# and asp web form. Pin
Green Fuze1-Jun-05 6:14
Green Fuze1-Jun-05 6:14 

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.