| |
|
|
Andreas Miethe
| an small procedure around the XProfan-Window sure into Vordergrund To bring. CompileMarkSeparation
Proc SetForegroundWindowEx
PARAMETERS wnd&
Var lThreadWindow& = External("User32.dll","GetWindowThreadProcessId",wnd&,0)
Var lThreadForeWin& = External("User32.dll","GetWindowThreadProcessId",External("User32.dll","GetForegroundWindow"), 0)
If lThreadWindow& = lThreadForeWin&
External("User32.dll","SetForegroundWindow",wnd&)
Else
External("User32.dll","AttachThreadInput",lThreadForeWin&,lThreadWindow&,1)
External("User32.dll","SetForegroundWindow",wnd&)
External("User32.dll","AttachThreadInput",lThreadForeWin&,lThreadWindow&,0)
EndIf
ENDPROC
|
|
|
| Gruss Andreas ________ ________ ________ ________ _ Profan 3.3 - XProfanX2 Win 95,98,ME,2000,XP,Vista - Win 7 32 / 64 Bit ASUS X93S - Intel Core I7-NVIDIA GForce 540M 8GB Arbeitsspeicher Homepage : [...] | 11/13/12 ▲ |
|
|
|
|
| [OFFTOPIC]moved to Source[/OFFTOPIC] |
|
|
| |
|
|
|
| |
|
| |
|
|
|
Andreas Miethe
| can already his, It's all right here but therefore, the Window sure with SetForegroundWindow into Vordergrund To bring if straight one other Program or. Window whom Focus has. |
|
|
| Gruss Andreas ________ ________ ________ ________ _ Profan 3.3 - XProfanX2 Win 95,98,ME,2000,XP,Vista - Win 7 32 / 64 Bit ASUS X93S - Intel Core I7-NVIDIA GForce 540M 8GB Arbeitsspeicher Homepage : [...] | 11/13/12 ▲ |
|
|
|