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
P

panthal

@panthal
About
Posts
32
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Printing problem..
    P panthal

    No

    Panthal

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

  • Printing problem..
    P panthal

    Hello All, i'am using printing option in my project , i'am giving data to the printer from my database(MS Access). if my database having 10 set of data , but i need to print the 10th set data, so i used the while loop to get the last set of data. but my printer stores the all 10 set of data in it's temporary memory ,it print the 10th set of data with the last 9th set of data. so can u please tell how to clean printer memory?

    Panthal

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

  • Multi column combo box
    P panthal

    hi, how to use multi column combo box in a dialog? how can add strings into the multi column combo box. actually i was used this code m_ComboBoxControl1.AddRow(ColumnString0, ColumnString1); but it was not functioning. can you please help me Thanks, Panthal

    C / C++ / MFC help tutorial question

  • print preview option in a dialog?
    P panthal

    hi, how to get the print preview option in a dialog? thanks panthal

    C / C++ / MFC tutorial question

  • how to close a form?
    P panthal

    thanks for your reply, i'll try this. but How to send WM_CLOSE can u explain clearly please R u asking about that tool bar buttons?

    C / C++ / MFC question tutorial

  • how to close a form?
    P panthal

    hi all, I'am having a new tool bar with 5 buttons in my appication. Each button opens a form. Now i should like to know how to automatically close the first form, when second form is opening ? like wise for all forms. so at present time only one form should be visible. can u please answer this question. thanks panthal

    C / C++ / MFC question tutorial

  • how to disable a button in toolbar?
    P panthal

    hi all, i created a new tool bar in my application with 5 buttons. when i click second button the 5th button should be disable .can u please tell me how to disable in coding. for a normal dialog item we use this code GetDlgItem(IDC_BUTTON)->EnableWindow(FALSE); but how to do this for tool bar button. thanks panthal

    C / C++ / MFC tutorial question

  • how to initialize a form?
    P panthal

    thank u nelek, just now i found that. thanks for ur response panthal

    C / C++ / MFC tutorial question

  • how to initialize a form?
    P panthal

    hi all, in the dialog we are initializing through initdialog , as like in the form how we do that? thanks panthal

    C / C++ / MFC tutorial question

  • how to format text in my message box?
    P panthal

    hi all, how to set font size, font style of the text in a message box. thanks panthal

    C / C++ / MFC tutorial question

  • what is the basc class?
    P panthal

    hello all, what is the base class of CBannerStatic class.

    C / C++ / MFC question

  • how to identify the active child window?
    P panthal

    how to check , whether the child window is active or not. is there any function to find it? -- modified at 2:28 Saturday 3rd November, 2007

    C / C++ / MFC question tutorial

  • how to identify the active child window?
    P panthal

    i'am going to change combo item in the main frame window based on active child form, if the child form 1 is active , the main frame combo box value is set to cursor(1).so how can i identify the active child form? and where will i initialize the combo in main frame thank u

    C / C++ / MFC question tutorial

  • how to identify the active child window?
    P panthal

    hello all, i'am having 4 child form(window) in my application, and i added a combo box in the main frame tool bar. now how can i find which child form is active and based on that active form i would like to change the cursor position of combo, can you please tell, how to do it? which function is suitable thanks panthal

    C / C++ / MFC question tutorial

  • why get active frame?
    P panthal

    hi, yes, what is the function of CFrameWnd::GetActiveView i got some code from your link, but what does it means, what is the use of this function thanks panthal

    C / C++ / MFC question

  • why get active frame?
    P panthal

    hi all, what is the function of CMainFrame::GetActiveFrame() function thanks panthal

    C / C++ / MFC question

  • how to insert buttons in toolbar?
    P panthal

    hi, there is no option to insert buttons in resource view i used this code to insert a button, but i 'am in need to have 4 buttons, that was not working. int mWidth = 125; int mHeight = 25; m_wndToolBar.SetButtonInfo(14, IDC_EMPBAPPLY, TBBS_SEPARATOR,mWidth); CRect rect; m_wndToolBar.GetItemRect(14, &rect); rect.bottom = rect.top + mHeight; CString Etext = "Employee"; m_EMPBApply.Create(Etext, WS_VISIBLE, rect, this, IDC_EMPBAPPLY); thanks panthal

    C / C++ / MFC help tutorial question

  • how to insert buttons in toolbar?
    P panthal

    hi all, have u know about, how to insert buttons in tool bar. if you know , please help me thanks panthal

    C / C++ / MFC help tutorial question

  • how to add an backrground image in a form?
    P panthal

    hi, i'am trying to add an image as background of a form. but i don't know , how to add? if you know please tell me thanks panthal

    C / C++ / MFC tutorial question

  • how to scroll MSflexgrid?
    P panthal

    USING THIS CODE i solved, grid membervariable.SetTopRow(row value); thank u my dear friend chandu, keep in touch. now i'am really happy. thanks a lot

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