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
S

see me

@see me
About
Posts
145
Topics
23
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • To create a popup menu
    S see me

    Hi all, I need to display a message as a popup menu on the icon of my application which is on the tray. It is an MFC application. Is it possible in MFC? If yes, Please tel how can i do this.

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC question c++

  • Call back function
    S see me

    Hi, Can u please help me.. i declared a call back function as static int CALLBACK CalBckFun( int param ); now please tel me that how can i call this call back function.

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC tutorial help

  • Call back function
    S see me

    Hi all, Pls help me... i don't know how to write a call back function. anybody please tel me with any example please or give any suitable links

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC tutorial help

  • To hide the tab control
    S see me

    Ok..Now no need to any reply for me. I solved it. I tried RemovePage of Sheet.:laugh:

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC tutorial

  • To hide the tab control
    S see me

    Hi all, Please any body tel me how to hide a tab control from the property sheet. I tried GetTabControl()->ShowWindow(SW_HIDE); But when executing this all the tab control of the sheet goes to hide. But i want to hide a single tab control. Please tel me anybody knows it.:)

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC tutorial

  • Move Child dialog with in the parent
    S see me

    hi, when it is tried to move the child dialog using mouse, normaly it will move outside of the parent dialog. But i want to restrict it with in the cordinates of the parent window. do you have any idea???:)

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC help

  • Move Child dialog with in the parent
    S see me

    Hi alll, I have a requirement to restrict the child dialog movement with in the paren window. Please help me if any one knows the way.:)

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC help

  • Multi line support for static control
    S see me

    No... I want to do it through my code. If the Text size is greater than the static control size, i need to split the text in to two line. Hope you understand my requirement. :)

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC question help

  • Multi line support for static control
    S see me

    Hi all, How can i give multi line support for CStatic control? Please help me.:doh:

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC question help

  • attaching a process in VC++6.0 IDE
    S see me

    I thing VC Service Pack 5 is needed for this.

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC c++ visual-studio debugging question announcement

  • Background color on Text Boxes and other controls
    S see me

    For edit box in onctlcolor OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) { if( CTLCOLOR_EDIT == nCtlColor ) { pDC->SetBkColor( RGB(250, 0, 0 )); }:) }

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC question

  • Disable tab control
    S see me

    Hi alll, I want to disable a particular tab of my property page...:doh: how can i do this????:doh: anybody plss help me..:)

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC question help

  • Minimum Window Size
    S see me

    Yaa...Need to handle WM_SIZE too:)

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC csharp c++ visual-studio help

  • load image to list box
    S see me

    I did this by ticking the check box Owner Draw Fixed. Is there any other method?? OR how can i load the images to list box from a folder that specified by me????:sigh:

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC help

  • Minimum Window Size
    S see me

    Try with this WINDOWPLACEMENT WndpObj; WndpObj.ptMinPosition = CPoint( 25, 25 ); Fill other parameters. refer http://msdn2.microsoft.com/ko-kr/library/kb89946z.aspx[^] then call SetWindowPlacement( &WndpObj );

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC csharp c++ visual-studio help

  • load image to list box
    S see me

    hi all i want to load images :sigh: which is in a folder to the list box. Some one Please help me :)

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC help

  • Problem assigning string to CString object
    S see me

    :):cool:

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC debugging help

  • Problem assigning string to CString object
    S see me

    toxcct wrote:

    TestStr* pTS;pTS->m_str = _T("Hello");

    this time to what :doh:pTS is points to????:confused:

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC debugging help

  • Problem assigning string to CString object
    S see me

    Then how do you want to create the struct???:confused:

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC debugging help

  • Problem assigning string to CString object
    S see me

    struct TestStr { CString string; }; TestStr* Struct = new TestStr; Struct->string = "String"; did u try like this?????:) else try like this:-D :cool:

    Dream bigger... Do bigger...Expect smaller aji

    C / C++ / MFC debugging help
  • Login

  • Don't have an account? Register

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