Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: Graphics problems - DPI settings!!!! Pin
Werdna9-Mar-04 6:43
Werdna9-Mar-04 6:43 
QuestionIs there an alternative to mshtml? Pin
profoundwhispers8-Mar-04 22:37
profoundwhispers8-Mar-04 22:37 
AnswerRe: Is there an alternative to mshtml? Pin
John Fisher9-Mar-04 4:02
John Fisher9-Mar-04 4:02 
GeneralRe: Is there an alternative to mshtml? Pin
Heath Stewart9-Mar-04 6:35
protectorHeath Stewart9-Mar-04 6:35 
Generalflashwindowex Pin
carlito punk8-Mar-04 17:47
carlito punk8-Mar-04 17:47 
GeneralRe: flashwindowex Pin
Mazdak8-Mar-04 19:05
Mazdak8-Mar-04 19:05 
GeneralRe: flashwindowex Pin
carlito punk8-Mar-04 19:08
carlito punk8-Mar-04 19:08 
GeneralRe: flashwindowex Pin
ian mariano8-Mar-04 19:45
ian mariano8-Mar-04 19:45 
You can use the depends tool on an app to see if it references User32.dll and imports FlashWindowEx. It is available as a Win32 VC Platform SDK tool, if you installed it with visual studio.NET. (It also in VC6.0) If not, search around for it as I'm not sure where else to obtain it.

See Hooks in the MSDN library. "A hook is a point in the system message-handling mechanism where an application can install a subroutine to monitor the message traffic in the system and process certain types of messages before they reach the target window procedure."

A program which is "hooking" may call FlashWindowEx as part of its services, but to determine which program is "hooking" may take some work. I'm not sure how to "walk" the hook chain...I just know how to SetWindowsHookEx; do some callback processing; call CallNextHookEx (optionally,) and finally call UnhookWindowsHookEx when I'm done. Perhaps one of our MS OS gurus may know Smile | :)

Ian Mariano - http://www.ian-space.com/


"We are all wave equations in the information matrix of the universe" - me

GeneralRe: flashwindowex Pin
carlito punk8-Mar-04 19:50
carlito punk8-Mar-04 19:50 
GeneralRe: flashwindowex Pin
Dave Kreskowiak9-Mar-04 2:17
mveDave Kreskowiak9-Mar-04 2:17 
GeneralRe: flashwindowex Pin
ian mariano9-Mar-04 10:24
ian mariano9-Mar-04 10:24 
GeneralRe: flashwindowex Pin
carlito punk9-Mar-04 11:22
carlito punk9-Mar-04 11:22 
GeneralRe: flashwindowex Pin
Mazdak8-Mar-04 19:51
Mazdak8-Mar-04 19:51 
GeneralC# and flash movies right click menu Pin
Flack8-Mar-04 12:40
Flack8-Mar-04 12:40 
GeneralRe: C# and flash movies right click menu Pin
John Fisher9-Mar-04 4:00
John Fisher9-Mar-04 4:00 
GeneralRe: C# and flash movies right click menu Pin
Heath Stewart9-Mar-04 6:37
protectorHeath Stewart9-Mar-04 6:37 
GeneralRe: C# and flash movies right click menu Pin
John Fisher9-Mar-04 12:29
John Fisher9-Mar-04 12:29 
GeneralRe: C# and flash movies right click menu Pin
Heath Stewart9-Mar-04 6:42
protectorHeath Stewart9-Mar-04 6:42 
Generalaccessing and mdf database file Pin
lordjpg8-Mar-04 12:32
lordjpg8-Mar-04 12:32 
GeneralRe: accessing and mdf database file Pin
Mazdak8-Mar-04 19:07
Mazdak8-Mar-04 19:07 
GeneralProcess information retrievement Pin
Apusnaias8-Mar-04 12:15
Apusnaias8-Mar-04 12:15 
GeneralRe: Process information retrievement Pin
ian mariano8-Mar-04 12:31
ian mariano8-Mar-04 12:31 
GeneralRe: Process information retrievement Pin
Apusnaias8-Mar-04 21:10
Apusnaias8-Mar-04 21:10 
GeneralDeserializing delegates to non-public methods Pin
Judah Gabriel Himango8-Mar-04 11:43
sponsorJudah Gabriel Himango8-Mar-04 11:43 
GeneralRe: Deserializing delegates to non-public methods Pin
baldo9-Mar-04 1:19
baldo9-Mar-04 1:19 

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.