Click here to Skip to main content
16,005,376 members
Home / Discussions / C#
   

C#

 
GeneralDataGrid enable edit on column Pin
ajkumar26-Jul-05 15:39
ajkumar26-Jul-05 15:39 
GeneralRe: DataGrid enable edit on column Pin
Anonymous27-Jul-05 1:52
Anonymous27-Jul-05 1:52 
GeneralCustom Datagrid Help! Header disappears on Post Back! Pin
dgap26-Jul-05 14:56
dgap26-Jul-05 14:56 
GeneralReflection - custom attributes Pin
Luis Alonso Ramos26-Jul-05 13:03
Luis Alonso Ramos26-Jul-05 13:03 
GeneralRe: Reflection - custom attributes Pin
[Marc]26-Jul-05 16:01
[Marc]26-Jul-05 16:01 
GeneralRe: Reflection - custom attributes Pin
Luis Alonso Ramos26-Jul-05 18:42
Luis Alonso Ramos26-Jul-05 18:42 
GeneralRe: Reflection - custom attributes Pin
[Marc]27-Jul-05 8:24
[Marc]27-Jul-05 8:24 
GeneralIntercepting focus change between apps Pin
Gmoff26-Jul-05 11:55
Gmoff26-Jul-05 11:55 
Hey there, I'm currently trying out a multiple monitor setup, and for the most part I like the results. The one issue I'm having at this point is when running a full screen application on one monitor, I can't effectively use any other monitor. One of the following two things happens:

A) I can move the mouse to the other monitor(s) but upon clicking, the fullscreen application loses focus and minimizes

B) I cannot move the mouse away from the full screen application


For the most part B is not a problem, but I would like to be able to set a hot-key to switch focus away from the application without minimizing it.

So, it seems fairly obvious that I need to intercept and discard the focus lost message to fix A, and maybe set up a hotkey to provide alt-tab like functionality, again preventing focus loss, to fix B. Unfortunately my message handling experience is limited and c++ based, and I'd like to do this in C#.

Does anyone know if something like this exists already? If not, I'd appreciate a push in the right direction to do it myself.

Thanks!

Dave Miller
GeneralRe: Intercepting focus change between apps Pin
[Marc]26-Jul-05 14:17
[Marc]26-Jul-05 14:17 
GeneralRe: Intercepting focus change between apps Pin
Gmoff26-Jul-05 16:13
Gmoff26-Jul-05 16:13 
GeneralRe: Intercepting focus change between apps Pin
[Marc]27-Jul-05 8:52
[Marc]27-Jul-05 8:52 
GeneralPass value to other form Pin
Newbie_Toy26-Jul-05 10:07
Newbie_Toy26-Jul-05 10:07 
GeneralRe: Pass value to other form Pin
Judah Gabriel Himango26-Jul-05 10:38
sponsorJudah Gabriel Himango26-Jul-05 10:38 
GeneralRe: Pass value to other form Pin
Christian Graus26-Jul-05 12:52
protectorChristian Graus26-Jul-05 12:52 
GeneralJulian Date to Pin
CoolProg26-Jul-05 9:24
CoolProg26-Jul-05 9:24 
GeneralRe: Julian Date to Pin
Guffa26-Jul-05 14:57
Guffa26-Jul-05 14:57 
GeneralDeriving from an internal class Pin
Luis Alonso Ramos26-Jul-05 9:20
Luis Alonso Ramos26-Jul-05 9:20 
GeneralChange font inside a string Pin
WetRivrRat26-Jul-05 8:32
WetRivrRat26-Jul-05 8:32 
GeneralRe: Change font inside a string Pin
Luis Alonso Ramos26-Jul-05 8:36
Luis Alonso Ramos26-Jul-05 8:36 
GeneralRe: Change font inside a string Pin
WetRivrRat26-Jul-05 8:37
WetRivrRat26-Jul-05 8:37 
GeneralRe: Change font inside a string Pin
Dario Solera26-Jul-05 8:38
Dario Solera26-Jul-05 8:38 
GeneralRe: Change font inside a string Pin
WetRivrRat26-Jul-05 8:41
WetRivrRat26-Jul-05 8:41 
GeneralRe: Change font inside a string Pin
Dario Solera26-Jul-05 8:49
Dario Solera26-Jul-05 8:49 
GeneralRe: Change font inside a string Pin
WetRivrRat26-Jul-05 8:55
WetRivrRat26-Jul-05 8:55 
GeneralIEnumerator for selecting only controls of a given type Pin
JakeHolt26-Jul-05 7:23
JakeHolt26-Jul-05 7:23 

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.