Click here to Skip to main content
15,895,256 members
Home / Discussions / C#
   

C#

 
GeneralRe: 0 result with double data type Pin
Colin Angus Mackay14-Jun-04 23:36
Colin Angus Mackay14-Jun-04 23:36 
GeneralRe: 0 result with double data type Pin
myNameIsRon15-Jun-04 20:05
myNameIsRon15-Jun-04 20:05 
GeneralRe: 0 result with double data type Pin
Colin Angus Mackay15-Jun-04 20:30
Colin Angus Mackay15-Jun-04 20:30 
GeneralRe: 0 result with double data type Pin
Serge Lobko-Lobanovsky15-Jun-04 1:34
Serge Lobko-Lobanovsky15-Jun-04 1:34 
GeneralRe: 0 result with double data type Pin
myNameIsRon15-Jun-04 20:08
myNameIsRon15-Jun-04 20:08 
GeneralRe: 0 result with double data type Pin
Serge Lobko-Lobanovsky15-Jun-04 21:20
Serge Lobko-Lobanovsky15-Jun-04 21:20 
GeneralC# Application is Error Pin
GuruVN14-Jun-04 17:15
GuruVN14-Jun-04 17:15 
Generalusing winuser.h Pin
eggie514-Jun-04 16:09
eggie514-Jun-04 16:09 
I was messing around with this code to hide my taskbar

ShowWindow(FindWindow("Shell_TrayWnd", NULL), SW_HIDE);


I think it's C or C++, but I really don't know... anyways to make it work in my C# app I just put in 0, instead of SW_HIDE. I know SW_HIDE is in winuser.h and equals 0, so thats why I put 0...

So, my question... I feel like i'm cheating "hard coding" a 0. I would like to know how to use SW_HIDE and other things such as -- SW_SHOWNORMAL, SW_MAX etc. in winuser.h -- in my C# program the correct way.

/\ |_ E X E GG
GeneralRe: using winuser.h Pin
Mazdak14-Jun-04 19:49
Mazdak14-Jun-04 19:49 
GeneralRe: using winuser.h Pin
eggie514-Jun-04 19:59
eggie514-Jun-04 19:59 
GeneralRe: using winuser.h Pin
Heath Stewart15-Jun-04 2:45
protectorHeath Stewart15-Jun-04 2:45 
GeneralRe: using winuser.h Pin
eggie515-Jun-04 5:55
eggie515-Jun-04 5:55 
GeneralRe: using winuser.h Pin
Dave Kreskowiak15-Jun-04 2:52
mveDave Kreskowiak15-Jun-04 2:52 
GeneralRe: using winuser.h Pin
eggie515-Jun-04 5:53
eggie515-Jun-04 5:53 
GeneralRe: using winuser.h Pin
Dave Kreskowiak15-Jun-04 14:49
mveDave Kreskowiak15-Jun-04 14:49 
GeneralAdding .wmf to an RTF file... Pin
sachinkalse14-Jun-04 14:54
sachinkalse14-Jun-04 14:54 
GeneralRe: Adding .wmf to an RTF file... Pin
Heath Stewart15-Jun-04 2:42
protectorHeath Stewart15-Jun-04 2:42 
GeneralRe: Adding .wmf to an RTF file... Pin
sachinkalse15-Jun-04 15:06
sachinkalse15-Jun-04 15:06 
GeneralRe: Adding .wmf to an RTF file... Pin
Heath Stewart16-Jun-04 3:09
protectorHeath Stewart16-Jun-04 3:09 
GeneralRe: Adding .wmf to an RTF file... Pin
sachinkalse16-Jun-04 14:45
sachinkalse16-Jun-04 14:45 
GeneralThree classes Pin
IamADotNetGuy14-Jun-04 12:08
IamADotNetGuy14-Jun-04 12:08 
GeneralRe: Three classes Pin
Daniel Turini14-Jun-04 12:26
Daniel Turini14-Jun-04 12:26 
GeneralRe: Three classes Pin
Steven Campbell14-Jun-04 18:42
Steven Campbell14-Jun-04 18:42 
GeneralProbability library Pin
machocr14-Jun-04 12:07
machocr14-Jun-04 12:07 
GeneralRe: Probability library Pin
Stefan Troschuetz14-Jun-04 21:42
Stefan Troschuetz14-Jun-04 21:42 

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.