Click here to Skip to main content
15,883,901 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to get a point within a circle Pin
SimonS6-May-04 5:30
SimonS6-May-04 5:30 
AnswerRe: How to get a point within a circle Pin
Alan Zhao6-May-04 6:21
Alan Zhao6-May-04 6:21 
GeneralRe: How to get a point within a circle Pin
SimonS6-May-04 6:30
SimonS6-May-04 6:30 
GeneralRe: How to get a point within a circle Pin
Alan Zhao6-May-04 7:01
Alan Zhao6-May-04 7:01 
GeneralRe: How to get a point within a circle Pin
Bill Dean6-May-04 7:22
Bill Dean6-May-04 7:22 
GeneralRe: How to get a point within a circle Pin
Alan Zhao6-May-04 17:28
Alan Zhao6-May-04 17:28 
GeneralA question about SetForegroundWindow Pin
Member 9401256-May-04 4:15
Member 9401256-May-04 4:15 
GeneralRe: A question about SetForegroundWindow Pin
Stefan Troschuetz6-May-04 8:42
Stefan Troschuetz6-May-04 8:42 
Maybe you could use the API-method ShowWindow, which sets the specified window's show state. The most interesting state for you should be SW_RESTORE respectively 9.
<br />
[System.Runtime.InteropServices.DllImport["user32.dll")] <br />
public static extern bool ShowWindow(int wndHandle, int nCmdShow);<br />
<br />
ShowWindow(wndHandle, 9);<br />

For other states take a look at Winuser.h or Windows.h (don't remember which exactly it was).
GeneralSending e-mail from Windows Forms Pin
mikker_1236-May-04 4:02
mikker_1236-May-04 4:02 
GeneralRe: Sending e-mail from Windows Forms Pin
Heath Stewart6-May-04 4:18
protectorHeath Stewart6-May-04 4:18 
GeneralRe: Sending e-mail from Windows Forms Pin
mikker_1237-May-04 9:03
mikker_1237-May-04 9:03 
GeneralRe: Sending e-mail from Windows Forms Pin
Heath Stewart7-May-04 9:10
protectorHeath Stewart7-May-04 9:10 
GeneralJPEG TO BITMAP Pin
Member 6910895-May-04 14:43
Member 6910895-May-04 14:43 
GeneralRe: JPEG TO BITMAP Pin
mikker_1236-May-04 3:59
mikker_1236-May-04 3:59 
GeneralRe: JPEG TO BITMAP Pin
Member 6910896-May-04 16:35
Member 6910896-May-04 16:35 
GeneralRe: JPEG TO BITMAP Pin
mikker_1237-May-04 9:16
mikker_1237-May-04 9:16 
Generalmouse related problem Pin
Zaffar Kamran5-May-04 13:52
Zaffar Kamran5-May-04 13:52 
GeneralRe: mouse related problem Pin
Heath Stewart5-May-04 14:12
protectorHeath Stewart5-May-04 14:12 
GeneralRe: mouse related problem Pin
Member 6910895-May-04 15:05
Member 6910895-May-04 15:05 
QuestionDatagrid Currency Column?? Pin
DougW485-May-04 12:55
DougW485-May-04 12:55 
AnswerRe: Datagrid Currency Column?? Pin
Heath Stewart5-May-04 14:10
protectorHeath Stewart5-May-04 14:10 
GeneralRe: Datagrid Currency Column?? Pin
DougW485-May-04 14:43
DougW485-May-04 14:43 
GeneralNewline in Label Text Pin
Okeno Palmer5-May-04 12:18
Okeno Palmer5-May-04 12:18 
GeneralRe: Newline in Label Text Pin
Heath Stewart5-May-04 14:07
protectorHeath Stewart5-May-04 14:07 
GeneralRe: Newline in Label Text Pin
Okeno Palmer5-May-04 14:51
Okeno Palmer5-May-04 14:51 

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.