Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help!! Pin
Jörgen Sigvardsson23-Jan-03 10:45
Jörgen Sigvardsson23-Jan-03 10:45 
GeneralRe: Help!! Pin
Christian Graus23-Jan-03 10:48
protectorChristian Graus23-Jan-03 10:48 
QuestionWhere did the ClassWizard go? Pin
davedoc23-Jan-03 10:21
davedoc23-Jan-03 10:21 
AnswerRe: Where did the ClassWizard go? Pin
Gary R. Wheeler23-Jan-03 10:25
Gary R. Wheeler23-Jan-03 10:25 
GeneralCProperty Sheet Pin
nlecren23-Jan-03 10:16
nlecren23-Jan-03 10:16 
GeneralRe: CProperty Sheet Pin
Roger Allen24-Jan-03 1:46
Roger Allen24-Jan-03 1:46 
GeneralRe: CProperty Sheet Pin
nlecren24-Jan-03 2:55
nlecren24-Jan-03 2:55 
General"new" array question (This might be really stupid of me...) Pin
ns23-Jan-03 10:08
ns23-Jan-03 10:08 
I need an array of CMenu pointers, so that I can loop through the array and do stuff like:

	CMenu* pFlyOutMenu = new CMenu[sizeSub];


for (int i = 0; i less than sizeSub; i++)
{
	pFlyOutMenu[i]->CreatePopupMenu();

        pFlyOutMenu[i]->AppendMenu etc
}


I am doing something incredibly wrong Blush | :O Blush | :O Blush | :O , but it says :

C:\BKView.cpp(264) : error C2819: type 'CMenu' does not have an overloaded member 'operator ->'


Appreciate your help,
ns
GeneralRe: "new" array question (This might be really stupid of me...) Pin
Gary R. Wheeler23-Jan-03 10:11
Gary R. Wheeler23-Jan-03 10:11 
Generalthank you!!! Pin
ns23-Jan-03 10:18
ns23-Jan-03 10:18 
GeneralGetting system icons by name Pin
ThomasKopp23-Jan-03 9:49
ThomasKopp23-Jan-03 9:49 
GeneralExecutable Pin
Anthony988723-Jan-03 9:14
Anthony988723-Jan-03 9:14 
GeneralRe: Executable Pin
Chris Meech23-Jan-03 9:41
Chris Meech23-Jan-03 9:41 
GeneralI need a _ttof function! Please :) Pin
clintsinger23-Jan-03 9:15
clintsinger23-Jan-03 9:15 
GeneralRe: I need a _ttof function! Please :) Pin
Roman Nurik23-Jan-03 9:52
Roman Nurik23-Jan-03 9:52 
QuestionRe: I need a _ttof function! Please :) Pin
David Crow14-Oct-09 8:45
David Crow14-Oct-09 8:45 
QuestionHow to display hand pointer cursor Pin
Brigg Thorp23-Jan-03 9:04
Brigg Thorp23-Jan-03 9:04 
AnswerRe: How to display hand pointer cursor Pin
Jörgen Sigvardsson23-Jan-03 10:39
Jörgen Sigvardsson23-Jan-03 10:39 
AnswerRe: How to display hand pointer cursor Pin
Roger Allen24-Jan-03 1:44
Roger Allen24-Jan-03 1:44 
GeneralRe: How to display hand pointer cursor Pin
georgiek5024-Jan-03 17:27
georgiek5024-Jan-03 17:27 
GeneralRe: How to display hand pointer cursor Pin
Roger Allen26-Jan-03 22:17
Roger Allen26-Jan-03 22:17 
GeneralRe: How to display hand pointer cursor Pin
georgiek5027-Jan-03 1:37
georgiek5027-Jan-03 1:37 
General*.ps file format ??!!! Pin
Ehsan Baghaki23-Jan-03 8:40
Ehsan Baghaki23-Jan-03 8:40 
GeneralRe: *.ps file format ??!!! Pin
Martin Ziacek23-Jan-03 9:07
Martin Ziacek23-Jan-03 9:07 
Generalregion from transparent png Pin
Tili23-Jan-03 7:58
Tili23-Jan-03 7:58 

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.