Click here to Skip to main content
15,911,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: detecting CTRL+C Pin
Mike Dimmick23-Apr-04 1:47
Mike Dimmick23-Apr-04 1:47 
QuestionHow create a member variable of type (a class) Pin
ChuThaiDuong23-Apr-04 1:36
ChuThaiDuong23-Apr-04 1:36 
AnswerRe: How create a member variable of type (a class) Pin
Monty223-Apr-04 2:02
Monty223-Apr-04 2:02 
AnswerRe: How create a member variable of type (a class) Pin
toxcct23-Apr-04 2:06
toxcct23-Apr-04 2:06 
AnswerRe: How create a member variable of type (a class) Pin
ChuThaiDuong23-Apr-04 2:23
ChuThaiDuong23-Apr-04 2:23 
GeneralRe: How create a member variable of type (a class) Pin
toxcct23-Apr-04 2:35
toxcct23-Apr-04 2:35 
GeneralRe: How create a member variable of type (a class) Pin
toxcct23-Apr-04 2:39
toxcct23-Apr-04 2:39 
GeneralRe: How create a member variable of type (a class) Pin
Alton Williams23-Apr-04 4:39
Alton Williams23-Apr-04 4:39 
I think I understand what you saying to us.
What you want to do.

From the way I construe it is he wants to connect IDC_BUTTON1 with m_polybtn of type CPolyBtn.

There are two ways of doing it.
  1. Is to usethe class wizard in the normal way setting IDC_BUTTON1 of type CButton then going to header (*.h) file and replacing CButton with CPolyButton making sure that you add
    #include"PloyButton.h"
    you also get there by using the menu Edit->Find in files type in m_polybtn
  2. or
  3. You delete the class wizzard (*.clw) file and start again. adding all the files then when you add a variable the CPolyButton will come up this time


I hope you've understood my English.

I'll e-mail you a sample project with and picture explantion

Alton
GeneralRe: How create a member variable of type (a class) Pin
ChuThaiDuong23-Apr-04 15:06
ChuThaiDuong23-Apr-04 15:06 
GeneralCustomizing Scrollbar of clistctrl Pin
rajandpayal23-Apr-04 1:29
rajandpayal23-Apr-04 1:29 
GeneralRe: Customizing Scrollbar of clistctrl Pin
ohadp23-Apr-04 2:25
ohadp23-Apr-04 2:25 
GeneralRe: Customizing Scrollbar of clistctrl Pin
rajandpayal24-Apr-04 3:42
rajandpayal24-Apr-04 3:42 
GeneralRe: Customizing Scrollbar of clistctrl Pin
ohadp24-Apr-04 19:08
ohadp24-Apr-04 19:08 
QuestionTwo overlapping windows, one flickers, howto solve ? Pin
ohadp23-Apr-04 1:16
ohadp23-Apr-04 1:16 
AnswerRe: Two overlapping windows, one flickers, howto solve ? Pin
Monty223-Apr-04 1:57
Monty223-Apr-04 1:57 
GeneralRe: Two overlapping windows, one flickers, howto solve ? Pin
ohadp23-Apr-04 2:10
ohadp23-Apr-04 2:10 
AnswerRe: Two overlapping windows, one flickers, howto solve ? Pin
Michael Dunn23-Apr-04 5:20
sitebuilderMichael Dunn23-Apr-04 5:20 
GeneralRe: Two overlapping windows, one flickers, howto solve ? Pin
ohadp23-Apr-04 12:37
ohadp23-Apr-04 12:37 
GeneralRe: Two overlapping windows, one flickers, howto solve ? Pin
ohadp24-Apr-04 19:37
ohadp24-Apr-04 19:37 
AnswerSOLVED: Two overlapping windows, one flickers, howto solve ? Pin
ohadp25-Apr-04 2:58
ohadp25-Apr-04 2:58 
Generallinking java in Microsoft visual c++ environment Pin
doctorit23-Apr-04 0:39
doctorit23-Apr-04 0:39 
GeneralRe: linking java in Microsoft visual c++ environment Pin
jmkhael23-Apr-04 0:57
jmkhael23-Apr-04 0:57 
QuestionVisual studio not find .ocx control licence ? Pin
vgrigor23-Apr-04 0:00
vgrigor23-Apr-04 0:00 
AnswerRe: Visual studio not find .ocx control licence ? Pin
Mike Dimmick23-Apr-04 1:58
Mike Dimmick23-Apr-04 1:58 
GeneralRe: Visual studio not find .ocx control licence ? Pin
vgrigor23-Apr-04 2:30
vgrigor23-Apr-04 2:30 

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.