Click here to Skip to main content
15,903,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaljpg and Access Pin
jhorstkamp6-Dec-04 11:48
jhorstkamp6-Dec-04 11:48 
Generalhey, what program do you suggest... Pin
Emma, T.K.6-Dec-04 11:07
Emma, T.K.6-Dec-04 11:07 
GeneralRe: hey, what program do you suggest... Pin
ThatsAlok6-Dec-04 17:24
ThatsAlok6-Dec-04 17:24 
GeneralRe: hey, what program do you suggest... Pin
toxcct6-Dec-04 21:54
toxcct6-Dec-04 21:54 
GeneralPut Control into Menu item Pin
alessioceccanti6-Dec-04 11:02
alessioceccanti6-Dec-04 11:02 
GeneralRe: Put Control into Menu item Pin
Maximilien6-Dec-04 12:00
Maximilien6-Dec-04 12:00 
GeneralRe: Put Control into Menu item Pin
Michael Dunn6-Dec-04 12:54
sitebuilderMichael Dunn6-Dec-04 12:54 
Generalstay-on-top window and DirectX exclusive mode apps Pin
coder_10246-Dec-04 10:36
coder_10246-Dec-04 10:36 
I'm interested in creating a window which is always on top. I've used SetWindowPos() which results in a stay-on-top window. This doesn't work (i.e. the window is not visible) however, with applications which make use of DirectX full screen exclusive mode as the DirectX app takes precedence over the stay-on-top window.

It would seem like DLL injection and API hooking may be what is required for this. i.e. inject into applications and hook the DirectX present() call, thereby allowing your app to render things on top of the DirectX display. I've seen some apps which appear to be doing this and they seem to work fine.

The problem there is that I don't simply want to render simple graphics/text on top of the DirectX display. I'd like the window itself to display and be useable. It would seem you'd need to render and capture events to really allow the user to interact with the window. Of course, if this is not feasible, at least rendering some simple text/graphics would at least be acceptable.

Anyway, just wondering if anyone knows of any sample/packaged code which takes care of this for you (either the simpler case of just rendering on top of DirectX or the more complex case of actually presenting an interactive window on top of DirectX).

Also, note that it would need to work regardless of whether such a DirectX app is running. i.e. it would still be necessary to have the normal window up with the stay-on-top attribute, and then have the DirectX interaction activate only while an app is using DirectX fullscreen exclusive mode.

Generalicon inside exe files Pin
includeh106-Dec-04 10:17
includeh106-Dec-04 10:17 
GeneralRe: icon inside exe files Pin
benjymous7-Dec-04 1:08
benjymous7-Dec-04 1:08 
QuestionASCII? Pin
HaXXeD6-Dec-04 9:12
HaXXeD6-Dec-04 9:12 
AnswerRe: ASCII? Pin
David Crow6-Dec-04 9:33
David Crow6-Dec-04 9:33 
GeneralRe: ASCII? Pin
HaXXeD6-Dec-04 11:51
HaXXeD6-Dec-04 11:51 
GeneralRe: ASCII? Pin
Maximilien6-Dec-04 11:58
Maximilien6-Dec-04 11:58 
GeneralRe: ASCII? Pin
John R. Shaw6-Dec-04 14:08
John R. Shaw6-Dec-04 14:08 
GeneralRe: ASCII? Pin
Prakash Nadar6-Dec-04 14:45
Prakash Nadar6-Dec-04 14:45 
GeneralRe: ASCII? Pin
Maximilien6-Dec-04 14:55
Maximilien6-Dec-04 14:55 
GeneralRe: ASCII? Pin
David Crow7-Dec-04 4:08
David Crow7-Dec-04 4:08 
QuestionHow to add Support for Bar Code Reader Pin
Azghar Hussain6-Dec-04 6:50
professionalAzghar Hussain6-Dec-04 6:50 
AnswerRe: How to add Support for Bar Code Reader Pin
Nicholas Cardi6-Dec-04 7:04
Nicholas Cardi6-Dec-04 7:04 
GeneralRe: How to add Support for Bar Code Reader Pin
Azghar Hussain7-Dec-04 1:57
professionalAzghar Hussain7-Dec-04 1:57 
AnswerRe: How to add Support for Bar Code Reader Pin
Maximilien6-Dec-04 7:49
Maximilien6-Dec-04 7:49 
GeneralRe: How to add Support for Bar Code Reader Pin
Nicholas Cardi6-Dec-04 8:18
Nicholas Cardi6-Dec-04 8:18 
GeneralRe: How to add Support for Bar Code Reader Pin
Azghar Hussain7-Dec-04 2:00
professionalAzghar Hussain7-Dec-04 2:00 
GeneralRe: How to add Support for Bar Code Reader Pin
Nicholas Cardi15-Dec-04 15:49
Nicholas Cardi15-Dec-04 15:49 

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.