Click here to Skip to main content
15,914,447 members
Home / Discussions / C#
   

C#

 
QuestionHow to hide taskbar in C# compact .net framework Pin
jelleo21-May-04 3:31
jelleo21-May-04 3:31 
AnswerRe: How to hide taskbar in C# compact .net framework Pin
Dave Kreskowiak21-May-04 4:13
mveDave Kreskowiak21-May-04 4:13 
Generalc+ instead of c# Pin
jelleo21-May-04 5:26
jelleo21-May-04 5:26 
GeneralRe: c+ instead of c# Pin
Judah Gabriel Himango21-May-04 5:52
sponsorJudah Gabriel Himango21-May-04 5:52 
GeneralRe: c+ instead of c# Pin
jelleo21-May-04 6:44
jelleo21-May-04 6:44 
GeneralRe: c+ instead of c# Pin
Dave Kreskowiak21-May-04 8:54
mveDave Kreskowiak21-May-04 8:54 
GeneralPinvoke ddlimport Pin
jelleo21-May-04 9:21
jelleo21-May-04 9:21 
GeneralRe: Pinvoke ddlimport Pin
Dave Kreskowiak21-May-04 9:51
mveDave Kreskowiak21-May-04 9:51 
HWND and DWORD will both translate to an Int32 in this case. It really depends on the function your calling.

To get the hWnd of your form, just use Me.Handle. The dwState constants can be found in the Aygshell.h file. Just do a search on your hard drive to find it. The constants will be written in C++ so you'll have to translate them into C# code so you can use them in your project.


RageInTheMachine9532
"...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralHandle to form Pin
jelleo21-May-04 10:11
jelleo21-May-04 10:11 
GeneralCannot Call Invoke or InvokeAsync Pin
GostWryter21-May-04 1:25
GostWryter21-May-04 1:25 
GeneralRe: Cannot Call Invoke or InvokeAsync Pin
Dave Kreskowiak21-May-04 3:08
mveDave Kreskowiak21-May-04 3:08 
GeneralRe: Cannot Call Invoke or InvokeAsync Pin
Heath Stewart21-May-04 4:23
protectorHeath Stewart21-May-04 4:23 
GeneralRe: Cannot Call Invoke or InvokeAsync Pin
Grimolfr21-May-04 3:57
Grimolfr21-May-04 3:57 
GeneralRe: Cannot Call Invoke or InvokeAsync Pin
Heath Stewart21-May-04 4:24
protectorHeath Stewart21-May-04 4:24 
GeneralRe: Cannot Call Invoke or InvokeAsync Pin
Dave Kreskowiak21-May-04 4:36
mveDave Kreskowiak21-May-04 4:36 
GeneralRe: Cannot Call Invoke or InvokeAsync Pin
Heath Stewart21-May-04 4:42
protectorHeath Stewart21-May-04 4:42 
GeneralRe: Cannot Call Invoke or InvokeAsync Pin
Dave Kreskowiak21-May-04 4:44
mveDave Kreskowiak21-May-04 4:44 
GeneralRe: Cannot Call Invoke or InvokeAsync Pin
Dave Kreskowiak21-May-04 4:43
mveDave Kreskowiak21-May-04 4:43 
Generalbest pratice Pin
the last free name21-May-04 1:25
the last free name21-May-04 1:25 
GeneralRe: best pratice Pin
Dave Kreskowiak21-May-04 3:18
mveDave Kreskowiak21-May-04 3:18 
GeneralRe: best pratice Pin
the last free name21-May-04 4:34
the last free name21-May-04 4:34 
GeneralMSDN Pin
sreejith ss nair21-May-04 1:22
sreejith ss nair21-May-04 1:22 
GeneralRe: MSDN Pin
CWIZO21-May-04 2:10
CWIZO21-May-04 2:10 
GeneralRe: MSDN Pin
sreejith ss nair21-May-04 2:28
sreejith ss nair21-May-04 2:28 
GeneralRe: MSDN Pin
Aryadip21-May-04 2:42
Aryadip21-May-04 2: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.