No
Panthal
No
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
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
hi, how to get the print preview option in a dialog? thanks 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?
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
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
thank u nelek, just now i found that. thanks for ur response panthal
hi all, in the dialog we are initializing through initdialog , as like in the form how we do that? thanks panthal
hi all, how to set font size, font style of the text in a message box. thanks panthal
hello all, what is the base class of CBannerStatic class.
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
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
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
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
hi all, what is the function of CMainFrame::GetActiveFrame() function thanks 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
hi all, have u know about, how to insert buttons in tool bar. if you know , please help me thanks 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
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