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

C / C++ / MFC

 
GeneralRe: Control Key press in clistview Pin
tcss22-Jul-03 0:45
tcss22-Jul-03 0:45 
Generalpaige32.dll PBM Pin
RaajaOfSelf21-Jul-03 23:14
RaajaOfSelf21-Jul-03 23:14 
GeneralListCtrl and line break Pin
heju21-Jul-03 22:48
heju21-Jul-03 22:48 
Questionhow to use control Pin
ladder21-Jul-03 22:36
ladder21-Jul-03 22:36 
AnswerRe: how to use control Pin
BirJas21-Jul-03 23:22
BirJas21-Jul-03 23:22 
GeneralRe: how to use control Pin
ladder22-Jul-03 23:47
ladder22-Jul-03 23:47 
AnswerRe: how to use control Pin
El'Cachubrey21-Jul-03 23:38
El'Cachubrey21-Jul-03 23:38 
GeneralRe: how to use control Pin
ladder22-Jul-03 23:51
ladder22-Jul-03 23:51 
I have to add a activex control into the project use doc/view, and the control must hide, so I want to use it as object or class, so I have to dymanic create it, the class wizard generate a class named like CSampleControl, and the interface of the control was generated as class' member function. I use the "new" operator create a control' instanse, when I use create function to create the control, the env throw exception and dump, so how can I do?

eg.

CSampleControl* control;
control = new CSampleControl();

control->Create( "", "", WS_CHILD, this, 1000 );
GeneralRe: how to use control Pin
El'Cachubrey23-Jul-03 20:03
El'Cachubrey23-Jul-03 20:03 
AnswerRe: how to use control Pin
Bob Stanneveld22-Jul-03 2:46
Bob Stanneveld22-Jul-03 2:46 
GeneralRe: how to use control Pin
ladder23-Jul-03 0:09
ladder23-Jul-03 0:09 
GeneralRe: how to use control Pin
Bob Stanneveld23-Jul-03 1:38
Bob Stanneveld23-Jul-03 1:38 
GeneralCHtmlView and frame targets... Pin
mdingler21-Jul-03 22:08
mdingler21-Jul-03 22:08 
GeneralATL problem Pin
novachen21-Jul-03 21:58
novachen21-Jul-03 21:58 
GeneralRe: ATL problem Pin
El'Cachubrey21-Jul-03 23:19
El'Cachubrey21-Jul-03 23:19 
GeneralProblem with CDialogBar and CPropertySheet Pin
BirJas21-Jul-03 21:53
BirJas21-Jul-03 21:53 
QuestionVC++ Problem? Pin
DaveE9th21-Jul-03 21:40
DaveE9th21-Jul-03 21:40 
AnswerRe: VC++ Problem? Pin
Jon Hulatt21-Jul-03 21:43
Jon Hulatt21-Jul-03 21:43 
GeneralRe: VC++ Problem? Pin
DaveE9th21-Jul-03 22:33
DaveE9th21-Jul-03 22:33 
QuestionD3dx8.lib? Pin
DaveE9th21-Jul-03 21:15
DaveE9th21-Jul-03 21:15 
AnswerRe: Where's my D2dx8.lib? Pin
John M. Drescher21-Jul-03 21:19
John M. Drescher21-Jul-03 21:19 
GeneralRe: Where's my D3dx8.lib? Pin
DaveE9th21-Jul-03 21:22
DaveE9th21-Jul-03 21:22 
GeneralRe: Where's my D2dx8.lib? Pin
John M. Drescher21-Jul-03 21:37
John M. Drescher21-Jul-03 21:37 
GeneralRe: Where's my D3dx8.lib? Pin
DaveE9th21-Jul-03 21:41
DaveE9th21-Jul-03 21:41 
Generalneed some help here Pin
FASTian21-Jul-03 20:35
FASTian21-Jul-03 20:35 

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.