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

Dreamz

@Dreamz
About
Posts
128
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to read data from a gridline
    D Dreamz

    Use GetFirstSelectedItemPosition and GetNextSelectedItem

    C / C++ / MFC question css database help tutorial

  • GetComputerNameEx
    D Dreamz

    Why not GetComputerName?

    C / C++ / MFC help question

  • recursive functions [modified]
    D Dreamz

    Assignment questions? :cool:

    C / C++ / MFC c++ data-structures help

  • Replacing my Menu with Default Menu of CFomView
    D Dreamz

    If you want to change the toolbar also, then in CMainFrame::OnCreate() replace IDR_MAINFRAME with your toolbar ID. Eg: if (!m_wndToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP | CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) || !m_wndToolBar.LoadToolBar(IDR_TOOLBAR1)) { TRACE0("Failed to create toolbar\n"); return -1; // fail to create }

    C / C++ / MFC c++ design help tutorial

  • Replacing my Menu with Default Menu of CFomView
    D Dreamz

    CSingleDocTemplate* pDocTemplate; pDocTemplate = new CSingleDocTemplate( //IDR_MAINFRAME, Comment this IDR_MENU1, //Give your menu' ID RUNTIME_CLASS(CXXXDoc), RUNTIME_CLASS(CMainFrame), // main SDI frame window RUNTIME_CLASS(CXXXView)); AddDocTemplate(pDocTemplate);

    C / C++ / MFC c++ design help tutorial

  • Related to edit boxes
    D Dreamz

    Taruni wrote:

    I will enter only numbers and not character type data.

    Then why CString? ;)

    C / C++ / MFC

  • menu item with image
    D Dreamz

    I think the link that i provided itself has a dialog based sample..

    C / C++ / MFC question

  • menu item with image
    D Dreamz

    Check this. CP - Menus section you can find many articles on this.

    C / C++ / MFC question

  • m_slider.SetSelection(3,7);
    D Dreamz

    Have you selected the EnableSelection property of Slider conrol?

    C / C++ / MFC

  • hello,
    D Dreamz

    Just try something yourself, post your doubts when you get stuck somewhere. Then all can help you better. Good Luck...

    C / C++ / MFC c++ sysadmin json help

  • How to setrange of spin control
    D Dreamz

    Can you please make it a little more clear what exactly you did in OnInitDialog() ?

    C / C++ / MFC database help tutorial

  • i want to use menu in dialog box.
    D Dreamz

    Yes :)

    C / C++ / MFC question

  • i want to use menu in dialog box.
    D Dreamz

    1. Create a Menu Eg:IDR_MENU1 2. Open Dialog properties 3. Select IDR_MENU1 in Menu property.

    C / C++ / MFC question

  • what type of project
    D Dreamz

    Main classes used in different types of application in the project workspace you can see - Dialog Based: CXXXDlg - Derived from CDialog CXXXApp - Derived from CWinApp Single Document Interface: CXXXDoc - Derived from CDocument CXXXView - Derived from CView CMainFrame - Derived from CFrameWnd CXXXApp - Derived from CWinApp Uses CSingleDocTemplate Multiple Document Interface: CXXXDoc - Derived from CDocument CXXXView - Derived from CView CMainFrame - Derived from CMDIFrameWnd CChildFrame - Derived from CMDIChildWnd CXXXApp - Derived from CWinApp Uses CMultiDocTemplate

    C / C++ / MFC c++ question

  • Get number of days used
    D Dreamz

    Will this[^] help?

    C / C++ / MFC tutorial announcement

  • Auto UnInstall after specified time
    D Dreamz

    Check this[^]

    C / C++ / MFC c++ help

  • output to CSV file
    D Dreamz

    Are you using MFC? Then go though the class CStdioFile, which gives easy functions to read and write text files.

    C / C++ / MFC help question

  • newfile , new window in MDI
    D Dreamz

    File -> New New Document New View Window -> New Same Document New View

    C / C++ / MFC question

  • how to indicate Sort icon in the list control on column header
    D Dreamz

    Check this[^]... In CP one C# atricle is there on this .... See this[^].... Hope this will help you.... :)

    C / C++ / MFC algorithms tutorial

  • Problems writting in a spesific font
    D Dreamz

    Try this[^]... :)

    C / C++ / MFC 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