Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

dzenan

@dzenan
About
Posts
9
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Is there a way to draw text over an topmost fullscreen application (like game)?
    D dzenan

    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~

    C / C++ / MFC game-dev graphics c++ tutorial question

  • Create CEdit dynamicly
    D dzenan

    It's working thanks :) ~dzenan~

    C / C++ / MFC question

  • How can I add a DLL to my VC++.NET?
    D dzenan

    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~

    C / C++ / MFC question csharp c++ announcement

  • Create CEdit dynamicly
    D dzenan

    I see, will work on it thanks ~dzenan~

    C / C++ / MFC question

  • Create CEdit dynamicly
    D dzenan

    sorry 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~

    C / C++ / MFC question

  • How can I add a DLL to my VC++.NET?
    D dzenan

    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~

    C / C++ / MFC question csharp c++ announcement

  • Create CEdit dynamicly
    D dzenan

    hi 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~

    C / C++ / MFC question

  • A dll question
    D dzenan

    Thanks, that's the answer i was lookig for.:) ~dzenan~

    C / C++ / MFC question c++

  • A dll question
    D dzenan

    Hi, 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~

    C / C++ / MFC question c++
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups