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
T

TobetheWinner

@TobetheWinner
About
Posts
13
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Add controls to dialog visual studio 2005
    T TobetheWinner

    I am creating a login dialog of a system.I create a picture for the background.My requirement is to add controls top on that image.So how can i do if.If you can pls give me related links. bhw

    C / C++ / MFC csharp visual-studio question

  • Change text color of selected item in a tree control
    T TobetheWinner

    My requirement is If i select an item in a tree Control that Selected item's color of text should be changed.(or i want to recognize whether it is selected or not--some way to identify)So can you please tell me how to do it. bhw

    C / C++ / MFC data-structures tutorial

  • Problem with Xp Styles
    T TobetheWinner

    Still Author did not reply my Question bhw

    C / C++ / MFC wpf com help question

  • Problem with Xp Styles
    T TobetheWinner

    I added Xp style to my application.According to the instruction of the following article(From www.CodeProject.com). http://www.codeproject.com/w2k/xptheme.asp?df=100&forumid=2590&exp=0&select=1186683&mpp=50#xx1186683xx But the problem was there was a border around the button i created using

    CButton::Create().

    So i need to get rid of that problem.pls reply me bhw

    C / C++ / MFC wpf com help question

  • Change the color of static control
    T TobetheWinner

    This is a dynamically created control.is there any style or method to do that. bhw

    C / C++ / MFC

  • Change the color of static control
    T TobetheWinner

    I want to change the color of static control to white.As well as in the static controls the text also should be visible.

    CStatic temp = new CStatic();
    temp->Create(text ,style |SS_LEFT ,pos ,this ,m_iAutoControlID);

    bhw

    C / C++ / MFC

  • Static Control Prob. Pls reply me
    T TobetheWinner

    In the read only edit box how to stop the blinking |. bhw

    C / C++ / MFC question

  • Static Control Prob. Pls reply me
    T TobetheWinner

    Thanks bhw

    C / C++ / MFC question

  • Static Control Prob. Pls reply me
    T TobetheWinner

    Im Create a static control inorder to use it as a label

    CStatic *temp = new CStatic();
    temp->Create("YYYYY" ,SS_SIMPLE ,CRect(0,0,25,25) ,this);

    My requirement is if my text which should display inside static control exceeds the rectangle limits it should take a new line automatically. It Must be multiline static control. so how can i do it. bhw

    C / C++ / MFC question

  • return a map from a function
    T TobetheWinner

    some syntax i typed here is not visible when i post it.map means map C++ map. bhw

    C / C++ / MFC question

  • return a map from a function
    T TobetheWinner

    Im using a map to store data.So i want to return the map. map* RSUserControlContainer::GetAnswers() { //UserControlInfo is a structure map mapAnswers = new map; --------------- --------------------------//Other code ----------------------------------- return mapAnswers ; } But It give some errors.So how can i return a map from a function. bhw

    C / C++ / MFC question

  • Add Scroll bar to a Static control-(pls reply)
    T TobetheWinner

    I Created a dynamic Static control using CStatic.So i need to draw controls inside the Static control. The problem is adding a Scrollbar , enable and using it. CStatic temp = new CStatic(); temp ->Create(NULL, SS_GRAYFRAME |WS_VSCROLL| SS_REALSIZECONTROL , rect, parent); So because of using WS_VSCROLL the Scroll was there but i dont know how to enable and use it.So please tell me how to do it or tell me a good web site about that. hemajith

    C / C++ / MFC help tutorial

  • Insert a dialog inside SDI(Pls reply me)
    T TobetheWinner

    I'm developing a dialog based application.Due to some issue i need to insert the dialog inside SDI.So can you pls tell me how to do that job.... Thanks a lot. bu

    C / C++ / MFC help tutorial career
  • Login

  • Don't have an account? Register

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