Click here to Skip to main content
15,905,785 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: regarding listbox Pin
Hamid_RT29-Jun-06 22:20
Hamid_RT29-Jun-06 22:20 
GeneralRe: regarding listbox Pin
happy_ram29-Jun-06 23:29
happy_ram29-Jun-06 23:29 
GeneralRe: regarding listbox Pin
Hamid_RT30-Jun-06 1:05
Hamid_RT30-Jun-06 1:05 
GeneralRe: regarding listbox Pin
happy_ram30-Jun-06 1:12
happy_ram30-Jun-06 1:12 
GeneralRe: regarding listbox Pin
Hamid_RT30-Jun-06 1:16
Hamid_RT30-Jun-06 1:16 
GeneralRe: regarding listbox Pin
happy_ram30-Jun-06 1:42
happy_ram30-Jun-06 1:42 
GeneralRe: regarding listbox Pin
Hamid_RT30-Jun-06 2:04
Hamid_RT30-Jun-06 2:04 
GeneralRe: regarding listbox Pin
happy_ram30-Jun-06 2:22
happy_ram30-Jun-06 2:22 
GeneralRe: regarding listbox Pin
Hamid_RT30-Jun-06 2:42
Hamid_RT30-Jun-06 2:42 
Generaliam going for second way Pin
happy_ram30-Jun-06 2:41
happy_ram30-Jun-06 2:41 
GeneralRe: iam going for second way Pin
Hamid_RT30-Jun-06 2:55
Hamid_RT30-Jun-06 2:55 
GeneralRe: iam going for second way Pin
David Crow30-Jun-06 3:22
David Crow30-Jun-06 3:22 
GeneralRe: regarding listbox Pin
Hamid_RT29-Jun-06 23:49
Hamid_RT29-Jun-06 23:49 
QuestionWhat does this control derived from? [modified] Pin
sawerr29-Jun-06 18:44
sawerr29-Jun-06 18:44 
AnswerRe: What does this control derived from? Pin
Justin Tay29-Jun-06 19:20
Justin Tay29-Jun-06 19:20 
GeneralRe: What does this control derived from? Pin
sawerr29-Jun-06 22:20
sawerr29-Jun-06 22:20 
GeneralRe: What does this control derived from? Pin
Justin Tay29-Jun-06 22:50
Justin Tay29-Jun-06 22:50 
Questionpost/send messages Pin
thathvamsi29-Jun-06 17:53
thathvamsi29-Jun-06 17:53 
AnswerRe: post/send messages Pin
Weiye Chen29-Jun-06 18:08
Weiye Chen29-Jun-06 18:08 
GeneralRe: post/send messages Pin
thathvamsi29-Jun-06 18:23
thathvamsi29-Jun-06 18:23 
GeneralRe: post/send messages Pin
Weiye Chen29-Jun-06 20:20
Weiye Chen29-Jun-06 20:20 
GeneralRe: post/send messages Pin
thathvamsi29-Jun-06 20:30
thathvamsi29-Jun-06 20:30 
GeneralRe: post/send messages Pin
Weiye Chen29-Jun-06 20:38
Weiye Chen29-Jun-06 20:38 
QuestionPrinting Pin
RockyJames29-Jun-06 14:32
RockyJames29-Jun-06 14:32 
hi,
Basic layout of my application,CView1 is TreeView,FormView is one pane ,Cview2 in other pane...
---------------------------------
-
- Formview1
- Cview1 ---------------------
- Cview2
-
---------------------------------

In CFormView1 i have created tabcontrol,consiting of two tabs,the client area of the CFormView1 "rect" is given as i/p to Create tabcontrol,in each tab i am having a ListControl.The client area of the tab "rect" is given i/p for listcontrol creation,I have handled WM_CONEXTMENU,in Tabcontrol class,i have two item in the contextmenu,one is "print" and other is "preview".i have Handled ON_COMMAND for both,i have overriden,Onpreprinting and OnPrint,in respective onCommand,i have called CFormView::OnFilePrint(); and CFOrmView::OnFilePrintPreview();,When i click the print item in the context menu,it is printing,when i click preview i am getting preview,but when i click print button in the preview,it is not printing,my code is called while preview,Zoom and Zoom,it`s not called only when i click print button in the preview dlg,what could be the reason..

Thanks in Before
James


-- modified at 20:39 Thursday 29th June, 2006
AnswerRe: Printing Pin
Hamid_RT29-Jun-06 20:26
Hamid_RT29-Jun-06 20:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.