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
U

User 3037427

@User 3037427
About
Posts
52
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Doubt regarding DeleteObject
    U User 3037427

    Hi all, I have a doubt reagrading DeleteObject(). I created 25 solid brushes in a function and deleted all the brushes in other function. Before creating the brush the GDIObject count was 18 (as per task manager). After Creating 25 brushes the count was 43. Now even after deleting 25 brushes the GDI object count was still 32 instead of 18. Anybody plz tell me the reason.. Plz suggest any good GDI leak tester.

    C / C++ / MFC graphics architecture

  • Doubt in VS2005
    U User 3037427

    Does VS2005 supprts GDI+ ???

    C / C++ / MFC winforms graphics question

  • retreive data from text box in vc++ 6
    U User 3037427

    Map it to some variable (ex: m_edit) While mapping it select long as its type. In the code use the following lines long val; UpdateData(); val=m_edit

    C / C++ / MFC c++ tutorial

  • Doubt regarding the Hook
    U User 3037427

    Hi all, Can any one plz tell me how to set the hook in MFC. Thanks in advance.

    C / C++ / MFC c++ tutorial

  • Spin control
    U User 3037427

    Thanx for ur reply:)

    C / C++ / MFC question

  • Spin control
    U User 3037427

    Hi all, I have some doubt regarding the spin button control. In Spin button control, how can i know which button (up/dowm arrow button) is clicked? Thanx in advance.

    C / C++ / MFC question

  • CDialog
    U User 3037427

    I want to change the back ground of dialog when i move the slider ctrl. That's why i used int color=m_clr.GetPos(); Ths background of the dialog was changing but the controls are not visible.

    C / C++ / MFC question

  • CDialog
    U User 3037427

    My code is: BOOL CSliderDlg::OnEraseBkgnd(CDC* pDC) { if(m_clr.GetPos()!=0) { int color=m_clr.GetPos(); COLORREF clr=RGB(color,color,color); CRect rect; GetClientRect(&rect); pDC->FillSolidRect(&rect,clr); } return CDialog::OnEraseBkgnd(pDC); } I am calling this function from WM_HSCROLL handler. m_clr is the slider ctrl. If there is any mistake in my, let me that mistake. Thanx.:)

    C / C++ / MFC question

  • CDialog
    U User 3037427

    Sorry, its not working.:(

    C / C++ / MFC question

  • CDialog
    U User 3037427

    No its not working. Thanks for ur reply.:)

    C / C++ / MFC question

  • CDialog
    U User 3037427

    But the background color is not changing. Here is my code: OnPaint() { ............. CSliderApp* app=(CSliderApp*)AfxGetApp(); app->ChangeDialogColor((COLORREF)m_clr.GetPos()); } void CSliderApp::ChangeDialogColor(COLORREF ref) { SetDialogBkColor(ref); } Is there anything wrong:confused:

    C / C++ / MFC question

  • CDialog
    U User 3037427

    The code was working fine. But the controls like edit box etc.. are not visible bcoz of FillSolidRect(). How can i solve this problem :)

    C / C++ / MFC question

  • CDialog
    U User 3037427

    But i want to chage the background depending on the color specified dynamically. I am getting an exception when i post the WM_CTLCOLOR message . Thanks for ur reply,

    C / C++ / MFC question

  • CDialog
    U User 3037427

    How can i change the dialog box background color dynamically.:confused:

    C / C++ / MFC question

  • Doubt regarding the combo box
    U User 3037427

    How can i make the combo box to drop down automatically?

    C / C++ / MFC question

  • Creating XP themes [modified]
    U User 3037427

    how can i do this?

    C / C++ / MFC question c++

  • Creating XP themes [modified]
    U User 3037427

    Hi, I want to apply XP theme to my program . How can i do this? I am using VC++6.0. Thanx in advance. -- modified at 2:33 Thursday 8th June, 2006

    C / C++ / MFC question c++

  • Moving the text
    U User 3037427

    Then how can i do this using GDI.

    C / C++ / MFC question

  • Moving the text
    U User 3037427

    Sorry Vunic. I am not getting it. I created a splitter window. On the top pane i want to rotate my text(just like as you in any website). Anyhow thanks for ur reply.:)

    C / C++ / MFC question

  • Moving the text
    U User 3037427

    I want my text to be moved from left to right and then to left repeatedly. I want to do this without using the thread and without GDI. How can i do this? THanks for ur reply.:)

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

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