Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CWebBrowser2 - problems with windows 98 and IE 5.5 Pin
Masaaki Onishi28-Sep-01 9:29
Masaaki Onishi28-Sep-01 9:29 
GeneralGetting a pointer to frame window Pin
Erik Hammar28-Sep-01 7:23
Erik Hammar28-Sep-01 7:23 
GeneralRe: Getting a pointer to frame window Pin
Michael Dunn28-Sep-01 7:54
sitebuilderMichael Dunn28-Sep-01 7:54 
GeneralRe: Getting a pointer to frame window Pin
Erik Hammar29-Sep-01 1:05
Erik Hammar29-Sep-01 1:05 
GeneralDLL and ATLTRACE question Pin
28-Sep-01 6:59
suss28-Sep-01 6:59 
GeneralRe: DLL and ATLTRACE question Pin
Not Active28-Sep-01 7:15
mentorNot Active28-Sep-01 7:15 
GeneralFunction with variable number of argument Pin
28-Sep-01 6:42
suss28-Sep-01 6:42 
GeneralRe: Function with variable number of argument Pin
Chris Losinger28-Sep-01 6:49
professionalChris Losinger28-Sep-01 6:49 
void NewFun(int param1, int param2, ...)
{
	va_list argptr;
	va_start(argptr, param2);

	OldFun(argptr);

	va_end(argptr); 
}


you need at least one fixed parameter

-c

------------------------------
Smaller Animals Software, Inc.
http://www.smalleranimals.com
GeneralRe: Function with variable number of argument Pin
28-Sep-01 7:50
suss28-Sep-01 7:50 
QuestionHow to get the desktop background image ? Pin
28-Sep-01 6:38
suss28-Sep-01 6:38 
QuestionHow can add buttons in a win32 applicatios? Pin
Bart-Man28-Sep-01 6:07
Bart-Man28-Sep-01 6:07 
AnswerRe: How can add buttons in a win32 applicatios? Pin
Erik Hammar28-Sep-01 7:38
Erik Hammar28-Sep-01 7:38 
GeneralBasic question Pin
MolleX28-Sep-01 4:37
MolleX28-Sep-01 4:37 
GeneralRe: Basic question Pin
Mukkie1-Oct-01 6:02
Mukkie1-Oct-01 6:02 
QuestionHow to detect return key in a CListControl? Pin
Ricardo Beja28-Sep-01 4:33
Ricardo Beja28-Sep-01 4:33 
AnswerRe: How to detect return key in a CListControl? Pin
Paolo Messina29-Sep-01 2:58
professionalPaolo Messina29-Sep-01 2:58 
AnswerRe: How to detect return key in a CListControl? Pin
Shog929-Sep-01 10:15
sitebuilderShog929-Sep-01 10:15 
GeneralSockets fail in NT Services Pin
Jason Hihn28-Sep-01 4:05
Jason Hihn28-Sep-01 4:05 
GeneralRe: Sockets fail in NT Services Pin
Anders Molin29-Sep-01 1:10
professionalAnders Molin29-Sep-01 1:10 
GeneralRe: Sockets fail in NT Services Pin
Daniel Turini29-Sep-01 2:32
Daniel Turini29-Sep-01 2:32 
GeneralRe: Sockets fail in NT Services Pin
Giles29-Sep-01 2:40
Giles29-Sep-01 2:40 
GeneralRe: Sockets fail in NT Services Pin
CTI29-Sep-01 2:43
CTI29-Sep-01 2:43 
GeneralCalling HtmlHelp() from dialog fails Pin
Roger Scudder28-Sep-01 4:04
Roger Scudder28-Sep-01 4:04 
GeneralWindow opaquenes Pin
Per28-Sep-01 3:56
Per28-Sep-01 3:56 
GeneralRe: Window opaquenes Pin
Christian Graus29-Sep-01 21:10
protectorChristian Graus29-Sep-01 21:10 

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.