Click here to Skip to main content
15,911,531 members
Home / Discussions / C#
   

C#

 
AnswerRe: Making application Vista compatible? Pin
Christian Graus15-Jun-08 2:04
protectorChristian Graus15-Jun-08 2:04 
QuestionWant my form to permit focus to "penetrate" to whatever window is under Pin
FocusedWolf14-Jun-08 14:00
FocusedWolf14-Jun-08 14:00 
AnswerRe: Want my form to permit focus to "penetrate" to whatever window is under Pin
Christian Graus14-Jun-08 15:53
protectorChristian Graus14-Jun-08 15:53 
GeneralRe: Want my form to permit focus to "penetrate" to whatever window is under Pin
FocusedWolf14-Jun-08 16:27
FocusedWolf14-Jun-08 16:27 
GeneralRe: Want my form to permit focus to "penetrate" to whatever window is under Pin
Christian Graus14-Jun-08 16:47
protectorChristian Graus14-Jun-08 16:47 
GeneralRe: Want my form to permit focus to "penetrate" to whatever window is under [modified] Pin
FocusedWolf15-Jun-08 8:22
FocusedWolf15-Jun-08 8:22 
GeneralRe: Want my form to permit focus to "penetrate" to whatever window is under Pin
FocusedWolf15-Jun-08 18:48
FocusedWolf15-Jun-08 18:48 
GeneralRe: Want my form to permit focus to "penetrate" to whatever window is under Pin
FocusedWolf17-Jun-08 10:29
FocusedWolf17-Jun-08 10:29 
Ok been through hell with this, and starting to show progress:

1. i made a new WindowFromPoint function that effectively finds the window underneath. to do this i had to use api:enumWindows... whichs gives a list of windows in the correct z-order, and just filter the results to visible windows that don't match my programs handle... then just check which rectangle the mouse is within and there you go... it works 100%

2. sendmessage to relay messages is no joke as it would appear... pain in the ass would best describe it... apparently something is blocking any messages from getting through! my guess = vista lol.

i tried using microsof spy to watch for any messages in a test program, and i placed my window above it... and spy showed no messages getting through...

that's not to say "some" messages don't get through... i did notice doubleclicking on the taskmanager through my form did infact do what double clicking would do to it... but nothing in way of rightclick, or highlights... and the code that sends these messages is same... basically catch alot of mouse messages in my wndproc, and send them to another window... so i'm not sure what to do next.

i need another way to send mouse messages :P
AnswerRe: Want my form to permit focus to "penetrate" to whatever window is under Pin
Giorgi Dalakishvili14-Jun-08 23:45
mentorGiorgi Dalakishvili14-Jun-08 23:45 
AnswerRe: Want my form to permit focus to "penetrate" to whatever window is under Pin
Muammar©15-Jun-08 1:35
Muammar©15-Jun-08 1:35 
QuestionConnectionStrings from settings file. Pin
Sunset Towers14-Jun-08 11:36
Sunset Towers14-Jun-08 11:36 
AnswerRe: ConnectionStrings from settings file. Pin
Scott Dorman14-Jun-08 15:49
professionalScott Dorman14-Jun-08 15:49 
QuestionTrap Cancel Button Without Using MessageBox Class Pin
Win32SF14-Jun-08 11:21
Win32SF14-Jun-08 11:21 
AnswerRe: Trap Cancel Button Without Using MessageBox Class Pin
Christian Graus14-Jun-08 11:28
protectorChristian Graus14-Jun-08 11:28 
GeneralRe: Trap Cancel Button Without Using MessageBox Class Pin
Win32SF14-Jun-08 13:38
Win32SF14-Jun-08 13:38 
Questionstoring an array in a profile tag of web.config Pin
Zeeshan Riaz14-Jun-08 11:01
Zeeshan Riaz14-Jun-08 11:01 
AnswerRe: storing an array in a profile tag of web.config Pin
Christian Graus14-Jun-08 11:14
protectorChristian Graus14-Jun-08 11:14 
GeneralRe: storing an array in a profile tag of web.config Pin
Zeeshan Riaz14-Jun-08 11:22
Zeeshan Riaz14-Jun-08 11:22 
GeneralRe: storing an array in a profile tag of web.config Pin
Christian Graus14-Jun-08 11:24
protectorChristian Graus14-Jun-08 11:24 
GeneralRe: storing an array in a profile tag of web.config Pin
Zeeshan Riaz14-Jun-08 11:34
Zeeshan Riaz14-Jun-08 11:34 
GeneralRe: storing an array in a profile tag of web.config Pin
Christian Graus14-Jun-08 11:35
protectorChristian Graus14-Jun-08 11:35 
Questionsocket usage permission Pin
mahraja14-Jun-08 9:41
mahraja14-Jun-08 9:41 
QuestionExcel Help Pin
MumbleB14-Jun-08 6:22
MumbleB14-Jun-08 6:22 
AnswerRe: Excel Help Pin
parth.p14-Jun-08 16:06
parth.p14-Jun-08 16:06 
QuestionC# navigating to top of page Pin
nyjcr14-Jun-08 5:43
nyjcr14-Jun-08 5:43 

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.