Click here to Skip to main content
15,905,913 members
Home / Discussions / C#
   

C#

 
GeneralPrevent multiple app instances... Pin
Boris Yankov26-Aug-02 14:36
Boris Yankov26-Aug-02 14:36 
GeneralRe: Prevent multiple app instances... Pin
Nish Nishant26-Aug-02 15:01
sitebuilderNish Nishant26-Aug-02 15:01 
GeneralRe: Prevent multiple app instances... Pin
Richard Deeming27-Aug-02 3:19
mveRichard Deeming27-Aug-02 3:19 
QuestionHow do you set a ComboBox to upper case selections? Pin
Zombies with Coffee, LLC26-Aug-02 12:07
professionalZombies with Coffee, LLC26-Aug-02 12:07 
AnswerRe: How do you set a ComboBox to upper case selections? Pin
Nnamdi Onyeyiri26-Aug-02 12:13
Nnamdi Onyeyiri26-Aug-02 12:13 
GeneralRe: How do you set a ComboBox to upper case selections? Pin
James T. Johnson26-Aug-02 12:16
James T. Johnson26-Aug-02 12:16 
GeneralRe: How do you set a ComboBox to upper case selections? Pin
Zombies with Coffee, LLC26-Aug-02 13:44
professionalZombies with Coffee, LLC26-Aug-02 13:44 
GeneralProperties & and | Pin
Christian Graus26-Aug-02 11:48
protectorChristian Graus26-Aug-02 11:48 
I am working on a wrapper for the XML stuff in C#, and I want to add the ability to easily declare common namespaces. What I'd like to be able to do is have an enum called Namespaces, and do this

MyDoc.Namespace |= Namespaces.XSL & Namespaces.dt;

The question is, if I define a property and make it an int, will my set method get called, will this expand to

MyDoc.Namespace = MyDoc.Namespace |( Namespaces.XSL & Namespaces.dt);

or would I be better to define operator | and operator & for my enum ?




Christian

We're just observing the seasonal migration from VB to VC. Most of these birds will be killed by predators or will die of hunger. Only the best will survive - Tomasz Sowinski 29-07-2002 ( on the number of newbie posters in the VC forum )

Cats, and most other animals apart from mad cows can write fully functional vb code. - Simon Walton - 6-Aug-2002
GeneralRe: Properties & and | Pin
James T. Johnson26-Aug-02 12:15
James T. Johnson26-Aug-02 12:15 
GeneralRe: Properties & and | Pin
Christian Graus26-Aug-02 16:35
protectorChristian Graus26-Aug-02 16:35 
GeneralRe: Properties & and | Pin
James T. Johnson26-Aug-02 17:36
James T. Johnson26-Aug-02 17:36 
GeneralRe: Properties & and | Pin
Christian Graus26-Aug-02 18:12
protectorChristian Graus26-Aug-02 18:12 
GeneralRe: Properties & and | Pin
James T. Johnson26-Aug-02 18:40
James T. Johnson26-Aug-02 18:40 
GeneralRe: Properties & and | Pin
Christian Graus26-Aug-02 18:59
protectorChristian Graus26-Aug-02 18:59 
GeneralRe: Properties & and | Pin
James T. Johnson26-Aug-02 19:06
James T. Johnson26-Aug-02 19:06 
GeneralRe: Properties & and | Pin
Andy Smith26-Aug-02 12:23
Andy Smith26-Aug-02 12:23 
GeneralRegular Expression Escape Sequence Nightmare! Pin
MStanbrook26-Aug-02 10:04
MStanbrook26-Aug-02 10:04 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
Nnamdi Onyeyiri26-Aug-02 11:07
Nnamdi Onyeyiri26-Aug-02 11:07 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
Nnamdi Onyeyiri26-Aug-02 11:09
Nnamdi Onyeyiri26-Aug-02 11:09 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
Christopher Lord26-Aug-02 18:04
Christopher Lord26-Aug-02 18:04 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
MStanbrook27-Aug-02 5:37
MStanbrook27-Aug-02 5:37 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
Nnamdi Onyeyiri27-Aug-02 6:23
Nnamdi Onyeyiri27-Aug-02 6:23 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
leppie27-Aug-02 6:29
leppie27-Aug-02 6:29 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
Nnamdi Onyeyiri27-Aug-02 6:31
Nnamdi Onyeyiri27-Aug-02 6:31 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
leppie27-Aug-02 6:21
leppie27-Aug-02 6:21 

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.