Well I’m trying to create this small app that notifies me how long I have played a game. Now I want it to draw a short message or picture telling me that I have played game for N minutes. Is it possible and how to display something over a fullscreen directx or opengl game, without interrupting it? I have already tried with simple dialogs in MFC with Topmost attributes set but it doesn't seem to work on fullscreen games. I would appreciate suggestions and samples on how to do that. I'm not so experienced direcx programmer. ~dzenan~
dzenan
Posts
-
Is there a way to draw text over an topmost fullscreen application (like game)? -
Create CEdit dynamiclyIt's working thanks :) ~dzenan~
-
How can I add a DLL to my VC++.NET?ahaa Visual Basic,, hmm in that case i can't help sorry never did that, search articles maybe u can find something there. i guess u have to import them uding .DEF files not shure ~dzenan~
-
Create CEdit dynamiclyI see, will work on it thanks ~dzenan~
-
Create CEdit dynamiclysorry for not clearing it up,, I have a Class wich is derived from CWnd, now i want to put a Edit control on that window. how do i do that, or do i have to first create a class wich is derived from CEdit thanks ~dzenan~
-
How can I add a DLL to my VC++.NET?Create a DLL project in the same solution as the app, change dependeces if you want for your app. make so that .exe and .dll file is in the same direcotry, (change compiler settings) import the header file to the .EXE project export functions in the .DLL project and you are ready to go hope i didn't confused you know.. ~dzenan~
-
Create CEdit dynamiclyhi How do i create CEedit cotrol dynamicly, withour resoruce editor, i have crated a class subclass of CWnd how do i add a CEdit and CStatic (label) control to it, where do i create it in OnCreate function ???? thanks ~dzenan~
-
A dll questionThanks, that's the answer i was lookig for.:) ~dzenan~
-
A dll questionHi, i'm developing this app using MFC now i want to store some functions(MFC),controls(MFC) ect. in a dll, i have 2 options Regular DLL using shared MFC or MFC extension DLL wich is better to use and what is the difference beetwen them, thanks ~dzenan~