Click here to Skip to main content
15,915,172 members
Home / Discussions / C#
   

C#

 
GeneralRe: Equivalenet Tell me equivalenet space function in C#.net Pin
Dave Doknjas1-Jun-05 14:23
Dave Doknjas1-Jun-05 14:23 
GeneralBubble Sort Pin
Da`Sooty1-Jun-05 4:41
Da`Sooty1-Jun-05 4:41 
GeneralRe: Bubble Sort Pin
Marc Clifton1-Jun-05 5:05
mvaMarc Clifton1-Jun-05 5:05 
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 
I have the following compiler warning:

CS1595: 'type' is defined in multiple places; using definition from 'assembly'

There is a good reason for the warning - I have the type defined in multiple places!

What should I do about it?

Oh - The reason for having it in multiple places is that I have a windows forms control which shares a type (enum in this case) with another control located in a seperate assembly. The type is used for one of the properties in both controls. Everything works fine except that the Visual Studio 2003 designer forgets the value of the property when loading the control back into the designer unless the type is defined in the controls local assembly - hence I have a duplicate definition since I need it in both controls local assemblys!
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 
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 

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.