Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
QuestionHow can be only one ? Pin
candan2-Sep-02 16:42
professionalcandan2-Sep-02 16:42 
AnswerRe: How can be only one ? Pin
Stephane Rodriguez.3-Sep-02 0:11
Stephane Rodriguez.3-Sep-02 0:11 
AnswerRe: How can be only one ? Pin
Christian Graus3-Sep-02 0:46
protectorChristian Graus3-Sep-02 0:46 
AnswerRe: How can be only one ? Pin
Richard Deeming3-Sep-02 1:00
mveRichard Deeming3-Sep-02 1:00 
GeneralPassing null Pin
Nnamdi Onyeyiri2-Sep-02 8:09
Nnamdi Onyeyiri2-Sep-02 8:09 
GeneralRe: Passing null Pin
Paul Riley2-Sep-02 8:17
Paul Riley2-Sep-02 8:17 
GeneralRe: Passing null Pin
Nnamdi Onyeyiri2-Sep-02 8:25
Nnamdi Onyeyiri2-Sep-02 8:25 
GeneralRe: Passing null Pin
leppie2-Sep-02 9:17
leppie2-Sep-02 9:17 
DEVMODE is a struct.

1. just make another definition

ChangeDisplaySettings(object dummy, int flags);

or

2. change DEVMODE to a class with a sequential layout. Then you can pass null.

MYrc : A .NET IRC client with C# Plugin Capabilities. See
http://sourceforge.net/projects/myrc
for more info. Big Grin | :-D
GeneralRe: Passing null Pin
Nnamdi Onyeyiri2-Sep-02 9:23
Nnamdi Onyeyiri2-Sep-02 9:23 
GeneralRe: Passing null Pin
leppie2-Sep-02 12:11
leppie2-Sep-02 12:11 
GeneralRe: Passing null Pin
Rickard Andersson202-Sep-02 10:45
Rickard Andersson202-Sep-02 10:45 
GeneralDisplay Mode Pin
Nnamdi Onyeyiri2-Sep-02 2:22
Nnamdi Onyeyiri2-Sep-02 2:22 
GeneralRe: Display Mode Pin
leppie2-Sep-02 3:00
leppie2-Sep-02 3:00 
GeneralRe: Display Mode Pin
Nnamdi Onyeyiri2-Sep-02 3:16
Nnamdi Onyeyiri2-Sep-02 3:16 
GeneralRe: Display Mode Pin
leppie2-Sep-02 3:31
leppie2-Sep-02 3:31 
GeneralRe: Display Mode Pin
Nnamdi Onyeyiri2-Sep-02 3:39
Nnamdi Onyeyiri2-Sep-02 3:39 
GeneralRe: Display Mode - SOLUTION :) Pin
leppie2-Sep-02 4:02
leppie2-Sep-02 4:02 
GeneralRe: Display Mode - SOLUTION :) Pin
Nnamdi Onyeyiri2-Sep-02 4:51
Nnamdi Onyeyiri2-Sep-02 4:51 
GeneralRe: Display Mode - SOLUTION :) Pin
leppie2-Sep-02 5:02
leppie2-Sep-02 5:02 
GeneralRe: Display Mode - SOLUTION :) Pin
Paul Riley2-Sep-02 5:57
Paul Riley2-Sep-02 5:57 
GeneralRe: Display Mode - SOLUTION :) Pin
leppie2-Sep-02 6:12
leppie2-Sep-02 6:12 
GeneralRe: Display Mode - SOLUTION :) Pin
Paul Riley2-Sep-02 8:00
Paul Riley2-Sep-02 8:00 
GeneralRe: Display Mode - SOLUTION :) Pin
Paul Ingles2-Sep-02 7:52
Paul Ingles2-Sep-02 7:52 
GeneralRe: Display Mode - SOLUTION :) Pin
James T. Johnson2-Sep-02 9:38
James T. Johnson2-Sep-02 9:38 
GeneralRe: Display Mode - SOLUTION :) Pin
Paul Riley2-Sep-02 9:52
Paul Riley2-Sep-02 9:52 

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.