Click here to Skip to main content
15,900,706 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Picture Control Pin
daavena28-Feb-09 9:09
daavena28-Feb-09 9:09 
GeneralRe: Picture Control [modified] Pin
Code-o-mat28-Feb-09 9:22
Code-o-mat28-Feb-09 9:22 
GeneralRe: Picture Control Pin
daavena28-Feb-09 9:46
daavena28-Feb-09 9:46 
QuestionLarge number generator in c++ Pin
Mark Elrod28-Feb-09 5:12
Mark Elrod28-Feb-09 5:12 
AnswerRe: Large number generator in c++ Pin
Stuart Dootson28-Feb-09 9:45
professionalStuart Dootson28-Feb-09 9:45 
QuestionDebugging Problem Pin
rkshdixit28-Feb-09 0:41
rkshdixit28-Feb-09 0:41 
AnswerRe: Debugging Problem Pin
Iain Clarke, Warrior Programmer28-Feb-09 1:34
Iain Clarke, Warrior Programmer28-Feb-09 1:34 
GeneralRe: Debugging Problem Pin
rkshdixit28-Feb-09 2:59
rkshdixit28-Feb-09 2:59 
Hi,
Thanks for your response.
you are correct i am having source code of dll as well with me actually the problem is very dramatic i am inherting a control class in my project and then creating its object then it is not properly working, if i directly create the object of the baseclass then it is working fine for me but if i create the object of my derived class then it is not working for me.... the sample is below

void SEC_TREECLASS::ParseCreateStruct(CREATESTRUCT& cs)
{
DWORD dwTreeStyle = cs.style & TVS_STYLES;
cs.style &= ~TVS_STYLES;

DWORD dwTreeExStyle = cs.dwExStyle & TVXS_STYLES;
cs.dwExStyle &= ~TVXS_STYLES;

// THIS IS THE PROBLEM POINT I WANT TO GET IN TO THIS METHOD BUT
ModifyTreeCtrlStyle( 0, dwTreeStyle, FALSE );

// IT IS JUMPING INSIDE THIS
ModifyTreeCtrlStyleEx( 0, dwTreeExStyle, FALSE );
}
IF I am creating the same thing in sample code then derived class is also working for me ..... i know it is tough to answer because situation is not consistent ....just if some one have faced this problem ever give some suggestion.
GeneralRe: Debugging Problem Pin
ky_rerun28-Feb-09 16:11
ky_rerun28-Feb-09 16:11 
GeneralRe: Debugging Problem Pin
Nest21-Mar-11 19:24
Nest21-Mar-11 19:24 
GeneralRe: Debugging Problem Pin
Nest22-Mar-11 3:12
Nest22-Mar-11 3:12 
QuestionUSB Power managment Pin
ameyakoshti27-Feb-09 23:02
ameyakoshti27-Feb-09 23:02 
Questionvector<string> problem??</string> Pin
york52827-Feb-09 22:58
york52827-Feb-09 22:58 
AnswerRe: vector problem?? Pin
Stuart Dootson27-Feb-09 23:30
professionalStuart Dootson27-Feb-09 23:30 
GeneralRe: vector problem?? Pin
bcoide28-Feb-09 0:14
bcoide28-Feb-09 0:14 
GeneralRe: vector problem?? Pin
york52828-Feb-09 3:11
york52828-Feb-09 3:11 
GeneralRe: vector problem?? Pin
york52828-Feb-09 2:59
york52828-Feb-09 2:59 
GeneralRe: vector problem?? Pin
Stuart Dootson28-Feb-09 3:13
professionalStuart Dootson28-Feb-09 3:13 
GeneralRe: vector problem?? Pin
york52828-Feb-09 3:26
york52828-Feb-09 3:26 
AnswerRe: vector problem?? Pin
Rolf Kristensen1-Mar-09 0:49
Rolf Kristensen1-Mar-09 0:49 
GeneralRe: vector problem?? Pin
york5281-Mar-09 5:51
york5281-Mar-09 5:51 
QuestionThe sequence of menu command in doc/view architecture? Pin
Joseph Marzbani27-Feb-09 22:56
Joseph Marzbani27-Feb-09 22:56 
AnswerRe: The sequence of menu command in doc/view architecture? Pin
Stuart Dootson27-Feb-09 23:33
professionalStuart Dootson27-Feb-09 23:33 
QuestionHow to change the size and position of a CView Derived window in a SDI app? Pin
Joseph Marzbani27-Feb-09 22:13
Joseph Marzbani27-Feb-09 22:13 
AnswerRe: How to change the size and position of a CView Derived window in a SDI app? Pin
Stuart Dootson27-Feb-09 23:34
professionalStuart Dootson27-Feb-09 23:34 

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.