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

C / C++ / MFC

 
GeneralRe: Can I declare a control based on OS version in .h file? Pin
khb9-Aug-07 2:04
khb9-Aug-07 2:04 
GeneralRe: Can I declare a control based on OS version in .h file? Pin
sps-itsec469-Aug-07 2:56
sps-itsec469-Aug-07 2:56 
QuestionRe: Can I declare a control based on OS version in .h file? Pin
David Crow9-Aug-07 2:55
David Crow9-Aug-07 2:55 
AnswerRe: Can I declare a control based on OS version in .h file? Pin
toxcct9-Aug-07 3:00
toxcct9-Aug-07 3:00 
GeneralRe: Can I declare a control based on OS version in .h file? Pin
David Crow9-Aug-07 3:03
David Crow9-Aug-07 3:03 
AnswerRe: Can I declare a control based on OS version in .h file? Pin
sps-itsec469-Aug-07 3:00
sps-itsec469-Aug-07 3:00 
GeneralRe: Can I declare a control based on OS version in .h file? Pin
David Crow9-Aug-07 3:03
David Crow9-Aug-07 3:03 
QuestionAddstring function Pin
tyagineha9-Aug-07 0:40
tyagineha9-Aug-07 0:40 
i want to diaplay a modeless listbox on button click.i m gvng my listbox which in one class from some other class. i hav made a new class in which i have made my own addstring function which is like this:
int CMyList::Addition(LPCTSTR lpszItem)
{
return CListBox::AddString(lpszItem);
}

i have declared an object of CMyList as:
CMyList myobj;
obj.Addition("hye");


but i m getting exception error.
can anyone tell me how to rectify this exception.
is there any other method to do so??

NT
AnswerRe: Addstring function Pin
khb9-Aug-07 0:49
khb9-Aug-07 0:49 
GeneralRe: Addstring function Pin
tyagineha9-Aug-07 0:53
tyagineha9-Aug-07 0:53 
AnswerRe: Addstring function Pin
khb9-Aug-07 0:57
khb9-Aug-07 0:57 
GeneralRe: Addstring function Pin
jhwurmbach9-Aug-07 1:07
jhwurmbach9-Aug-07 1:07 
GeneralRe: Addstring function Pin
tyagineha9-Aug-07 1:12
tyagineha9-Aug-07 1:12 
GeneralRe: Addstring function Pin
jhwurmbach9-Aug-07 1:22
jhwurmbach9-Aug-07 1:22 
AnswerRe: Addstring function Pin
khb9-Aug-07 1:27
khb9-Aug-07 1:27 
AnswerRe: Addstring function Pin
KarstenK9-Aug-07 1:10
mveKarstenK9-Aug-07 1:10 
GeneralRe: Addstring function Pin
David Crow9-Aug-07 3:00
David Crow9-Aug-07 3:00 
AnswerRe: Addstring function Pin
Jim Crafton9-Aug-07 8:25
Jim Crafton9-Aug-07 8:25 
GeneralRe: Addstring function Pin
tyagineha9-Aug-07 17:41
tyagineha9-Aug-07 17:41 
GeneralRe: Addstring function Pin
Jim Crafton10-Aug-07 4:19
Jim Crafton10-Aug-07 4:19 
QuestionHow to make a vertical text into the Edit Control? Pin
Eugene Pustovoyt9-Aug-07 0:32
Eugene Pustovoyt9-Aug-07 0:32 
AnswerRe: How to make a vertical text into the Edit Control? Pin
toxcct9-Aug-07 0:34
toxcct9-Aug-07 0:34 
GeneralRe: How to make a vertical text into the Edit Control? Pin
Eugene Pustovoyt9-Aug-07 0:46
Eugene Pustovoyt9-Aug-07 0:46 
AnswerRe: How to make a vertical text into the Edit Control? Pin
Russell'9-Aug-07 3:09
Russell'9-Aug-07 3:09 
GeneralRe: How to make a vertical text into the Edit Control? Pin
Eugene Pustovoyt9-Aug-07 3:22
Eugene Pustovoyt9-Aug-07 3:22 

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.