Click here to Skip to main content
15,888,733 members
Home / Discussions / C#
   

C#

 
Questionwindows doesn't distinguish between stanby and hibernate? Pin
vista2720-Jul-04 16:17
vista2720-Jul-04 16:17 
AnswerRe: windows doesn't distinguish between stanby and hibernate? Pin
Nick Parker21-Jul-04 3:34
protectorNick Parker21-Jul-04 3:34 
GeneralString.Input and StreamWriter Pin
j1e1g120-Jul-04 15:09
j1e1g120-Jul-04 15:09 
GeneralRe: String.Input and StreamWriter Pin
Heath Stewart21-Jul-04 4:42
protectorHeath Stewart21-Jul-04 4:42 
QuestionC# Windows Form DataGrid Hyperlink??? Pin
gman4420-Jul-04 14:59
gman4420-Jul-04 14:59 
AnswerRe: C# Windows Form DataGrid Hyperlink??? Pin
Nick Seng20-Jul-04 15:53
Nick Seng20-Jul-04 15:53 
GeneralClick outside of form detection Pin
cdengler20-Jul-04 14:45
cdengler20-Jul-04 14:45 
GeneralRe: Click outside of form detection Pin
J. Dunlap20-Jul-04 19:34
J. Dunlap20-Jul-04 19:34 
If you're just wanting to monitor mouse messages for a short period of time (such as for a popup/menu), you can set the form's Capture property to true. This will redirect all mouse messages to your window. After the first click outside of your window, the mouse capture will be released and you won't get any more mouse messages from outside your form.

Other windows, including child windows on your form, will not recieve any mouse messages while your form has the mouse capture. If you need child windows to recieve mouse messages, release the capture when the mouse moves within your form's bounds.

Note that it is bad practice to capture the mouse for more than just a brief period/operation, as the mouse pointer is a shared system resource.

"A people that values its privileges above its principles soon loses both."
-- Dwight D. Eisenhower


GeneralRe: Click outside of form detection Pin
mav.northwind20-Jul-04 20:33
mav.northwind20-Jul-04 20:33 
GeneralRe: Click outside of form detection Pin
cjengler21-Jul-04 1:27
cjengler21-Jul-04 1:27 
GeneralWake up my Display Pin
Trambert20-Jul-04 12:12
Trambert20-Jul-04 12:12 
GeneralRe: Wake up my Display Pin
Heath Stewart20-Jul-04 12:46
protectorHeath Stewart20-Jul-04 12:46 
GeneralRe: Wake up my Display Pin
Nick Parker20-Jul-04 12:47
protectorNick Parker20-Jul-04 12:47 
GeneralFrom DLL Hell to Assembly Hell Pin
Sameer Handa20-Jul-04 9:16
Sameer Handa20-Jul-04 9:16 
GeneralRe: From DLL Hell to Assembly Hell Pin
Heath Stewart20-Jul-04 9:28
protectorHeath Stewart20-Jul-04 9:28 
GeneralRe: From DLL Hell to Assembly Hell Pin
Sameer Handa21-Jul-04 4:22
Sameer Handa21-Jul-04 4:22 
GeneralRe: From DLL Hell to Assembly Hell Pin
Heath Stewart21-Jul-04 4:37
protectorHeath Stewart21-Jul-04 4:37 
GeneralWindows Graphics, or ComboBox Question. Pin
DougW4820-Jul-04 9:07
DougW4820-Jul-04 9:07 
GeneralRe: Windows Graphics, or ComboBox Question. Pin
Heath Stewart20-Jul-04 9:12
protectorHeath Stewart20-Jul-04 9:12 
GeneralRe: Windows Graphics, or ComboBox Question. Pin
DougW4820-Jul-04 10:28
DougW4820-Jul-04 10:28 
GeneralRe: Windows Graphics, or ComboBox Question. Pin
Heath Stewart20-Jul-04 10:35
protectorHeath Stewart20-Jul-04 10:35 
GeneralHelp!!! SHDocVw Events Not Firing Pin
Adam Stirk20-Jul-04 6:06
Adam Stirk20-Jul-04 6:06 
GeneralRe: Help!!! SHDocVw Events Not Firing Pin
The Man from U.N.C.L.E.20-Jul-04 7:10
The Man from U.N.C.L.E.20-Jul-04 7:10 
GeneralRe: Help!!! SHDocVw Events Not Firing Pin
Adam Stirk20-Jul-04 8:11
Adam Stirk20-Jul-04 8:11 
GeneralCookies and HttpWebRequest Pin
Brian Delahunty20-Jul-04 5:13
Brian Delahunty20-Jul-04 5:13 

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.