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

C / C++ / MFC

 
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 
GeneralRe: how to use control Pin
El'Cachubrey23-Jul-03 20:03
El'Cachubrey23-Jul-03 20:03 
Do you create this control on class method???
If yes where placed define you control and use new operator
If for instance you declared you control in some method of you class and after used new operator and create function then after exit from this method you recieve exactly you trouble.
I.e

bool YouClass::SomeMethod(){

CSampleControl* control;
control = new CSampleControl();
control->Create( "", "", WS_CHILD, this, 1000 );


return true;//exit from method and recived exception

}

Also you may not call AfxEnableControlContainer(); on InitInstaced method of you application



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 
GeneralRe: need some help here Pin
JohnJ21-Jul-03 21:03
JohnJ21-Jul-03 21:03 

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.