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
J

johny_d

@johny_d
About
Posts
10
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • direct3d in layered wnd
    J johny_d

    hi, does anyone know if a layered window can be a direct3d client window?

    Live long and prosper johny74656@gmail.com

    C / C++ / MFC com question

  • CScroll behavior
    J johny_d

    Hi, I've created a new horz scroll in a CDialog with this: wnd_hscroll.Create(WS_CHILD | WS_VISIBLE,rct_hscroll ,this,9999); and set its range with: wnd_hscroll.SetScrollRange(1,1000,TRUE); However, the control is not willing to respond to SetScrollPos or sliding the gripper when the app is running. Any suggestions? Thx.

    Live long and prosper johny74656@gmail.com

    C / C++ / MFC com question

  • system restart after every 5 to 6 min
    J johny_d

    sounds to me like something's getting too hot. (check the CPU fan is spinning, if u have a fan on graphics card, also check this is spinnig).

    Live long and prosper johny74656@gmail.com

    Hardware & Devices sharepoint help

  • owner-drawn button
    J johny_d

    you will probably need to subclass the item. here is what you do: - create a data member for the control you subclass in the class of the owner window - include the new control header - change the type of the member so, you will change class CMyDialog : public CDialog { //blah, blah, blah CButton m_btn; }; into #include "RoundButton2.h" class CMyDialog : public CDialog { //blah, blah, blah CRoundButton2 m_btn; }; there are other ways as well, but this looks the best from my POINT of CView

    Live long and prosper johny74656@gmail.com

    C / C++ / MFC c++ question tutorial career

  • Recycle bin thing
    J johny_d

    Does anyone know how to get another "virtual folder" to My Compuer? What I mean is something like the Recycle Bin. - not visible to the user directly, but can be accessed via that icon in the Explorer. Live long and in prosper johny74656@gmail.com

    C / C++ / MFC com tutorial question

  • subclass all
    J johny_d

    does anyone know how to subclass all controls of a specific type in a window? what i mean is the window style just like corel draw 9. everything including the CFileDialog and the print dialogs has the same style - same buttons, edit boxes,etc (i dont believe they subclassed each control separately) Live long and in prosper johny74656@gmail.com

    C / C++ / MFC com tutorial question

  • CFileDialog in CPropertySheet
    J johny_d

    Thx, this works! Live long and in prosper johny74656@gmail.com

    C / C++ / MFC com help question

  • CFileDialog in CPropertySheet
    J johny_d

    Is there any way of making a file dialog a member of a property sheet (just like the one in MS VB6)? Plz help! Live long and in prosper johny74656@gmail.com

    C / C++ / MFC com help question

  • IE7. Huh?
    J johny_d

    You are not serious with Mozilla X| , are you? Live long and in prosper johny74656@gmail.com

    The Lounge question announcement

  • image subtraction
    J johny_d

    First, you need to get the dimensions of the bitmaps, then allocate an appropriate array (wid*hei*bpp/8 bytes). Use the GetBitmapBits function to populate the array. Do the same with the second array. Subtract them byte by byte. Use the SetBitmapBits to fill the CBitmap. Live long and in prosper johny74656@gmail.com

    C / C++ / MFC graphics
  • Login

  • Don't have an account? Register

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