Click here to Skip to main content
15,926,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: bitmap writing problem Pin
Davide Pizzolato2-Jul-02 7:07
Davide Pizzolato2-Jul-02 7:07 
GeneralRe: bitmap writing problem Pin
Speedy3-Jul-02 11:04
Speedy3-Jul-02 11:04 
GeneralPreallocate a map Pin
2-Jul-02 6:49
suss2-Jul-02 6:49 
GeneralRe: Preallocate a map Pin
Joaquín M López Muñoz2-Jul-02 11:01
Joaquín M López Muñoz2-Jul-02 11:01 
GeneralRe: Preallocate a map Pin
markkuk2-Jul-02 21:23
markkuk2-Jul-02 21:23 
GeneralRe: Preallocate a map Pin
Alexandru Savescu2-Jul-02 22:49
Alexandru Savescu2-Jul-02 22:49 
Generalview2 will not show when selected from file/new Pin
ns2-Jul-02 6:02
ns2-Jul-02 6:02 
GeneralAssigning a member variable... Pin
RuiSantiago2-Jul-02 5:53
RuiSantiago2-Jul-02 5:53 
Hi! I've just created a button by code, and i would like to have in the same class where it has been created, its control member variable, what i have is :

botao->Create("Cancel", WS_CHILD|WS_VISIBLE, CRect(10, y+120, 60, y+170), this, 1232123);

I use this ast argumento to give it a name and then i edited Resource.h and write : #define IDNB_TESTE 1232123, 'assigning' that id number to a name, which i would use in DDX:
DDX_Control(pDX, IDNB_TESTE, m_teste);

then i tried to use the m_teste variable, but i kept receiving errors, what ave i done wrong? How can i do this?

Thank you for your time
GeneralRe: Assigning a member variable... Pin
RuiSantiago2-Jul-02 6:14
RuiSantiago2-Jul-02 6:14 
GeneralClass Wizard Visual C++ 6.0 (DAO) can not recognize MS Access 2000 format Pin
2-Jul-02 5:28
suss2-Jul-02 5:28 
GeneralRe: Class Wizard Visual C++ 6.0 (DAO) can not recognize MS Access 2000 format Pin
#realJSOP2-Jul-02 6:27
professional#realJSOP2-Jul-02 6:27 
Generalreceiving messages in mdi Pin
ns2-Jul-02 5:27
ns2-Jul-02 5:27 
GeneralRe: receiving messages in mdi Pin
Mike Nordell2-Jul-02 8:01
Mike Nordell2-Jul-02 8:01 
GeneralNewbie to Direct3D question Pin
Joel Holdsworth2-Jul-02 5:24
Joel Holdsworth2-Jul-02 5:24 
GeneralRe: Newbie to Direct3D question Pin
Mike Nordell2-Jul-02 8:05
Mike Nordell2-Jul-02 8:05 
Generalanother mdi question Pin
ns2-Jul-02 5:09
ns2-Jul-02 5:09 
Generalhaving trouble creating two docs for a CFormView MDI Pin
ns2-Jul-02 4:39
ns2-Jul-02 4:39 
GeneralRe: having trouble creating two docs for a CFormView MDI Pin
Chris Losinger2-Jul-02 4:41
professionalChris Losinger2-Jul-02 4:41 
GeneralRe: having trouble creating two docs for a CFormView MDI Pin
ns2-Jul-02 4:53
ns2-Jul-02 4:53 
GeneralRe: having trouble creating two docs for a CFormView MDI Pin
ns2-Jul-02 5:45
ns2-Jul-02 5:45 
GeneralRe: having trouble creating two docs for a CFormView MDI Pin
Chris Losinger2-Jul-02 6:27
professionalChris Losinger2-Jul-02 6:27 
Generalpassing variables between Doc and View in MDI Pin
2-Jul-02 4:24
suss2-Jul-02 4:24 
GeneralRe: passing variables between Doc and View in MDI Pin
#realJSOP2-Jul-02 4:31
professional#realJSOP2-Jul-02 4:31 

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.