Click here to Skip to main content
15,904,655 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Prevent from getting Window Handle Pin
Tomasz Sowinski25-Sep-01 0:04
Tomasz Sowinski25-Sep-01 0:04 
GeneralRe: Prevent from getting Window Handle Pin
NitramR25-Sep-01 5:18
NitramR25-Sep-01 5:18 
GeneralRe: Prevent from getting Window Handle Pin
Tomasz Sowinski25-Sep-01 5:30
Tomasz Sowinski25-Sep-01 5:30 
GeneralRe: Prevent from getting Window Handle Pin
NitramR25-Sep-01 5:59
NitramR25-Sep-01 5:59 
GeneralRe: Prevent from getting Window Handle Pin
Stephen Kellett25-Sep-01 13:21
Stephen Kellett25-Sep-01 13:21 
GeneralRe: Prevent from getting Window Handle Pin
NitramR27-Sep-01 5:45
NitramR27-Sep-01 5:45 
GeneralRe: Prevent from getting Window Handle Pin
NitramR30-Sep-01 21:10
NitramR30-Sep-01 21:10 
Generaldll Pin
24-Sep-01 21:00
suss24-Sep-01 21:00 
I created regular dll by the wizard.
I have a dialog class in it and I writed export global function so:
/********************************************************/

extern "C" __declspec(dllexport) int func()
{
AFX_MANAGE_STATE(AfxGetStaticModuleState());
MyDialog dlg;
dlg.DoModal();
return dlg.num;
}

/********************************************************/

But when I test it with client program it dont show me the dialog.
It is only return me the return value.
WHY ???

What can I do ??? PLEASE HELP !!!!

GeneralRe: dll Pin
#realJSOP25-Sep-01 1:37
professional#realJSOP25-Sep-01 1:37 
GeneralQ: How to get flat scrollbars in CTreeCtrl Pin
Roar Brekken24-Sep-01 20:54
Roar Brekken24-Sep-01 20:54 
GeneralRe: Q: How to get flat scrollbars in CTreeCtrl Pin
Tomasz Sowinski25-Sep-01 0:14
Tomasz Sowinski25-Sep-01 0:14 
QuestionIs it possible to recursively call OnPrint or am I way off? Pin
DanYELL24-Sep-01 17:54
DanYELL24-Sep-01 17:54 
AnswerRe: Is it possible to recursively call OnPrint or am I way off? Pin
Paul Selormey24-Sep-01 18:08
Paul Selormey24-Sep-01 18:08 
GeneralWM_MOUSEWHEEL in child window of ActiveX control Pin
Paul Selormey24-Sep-01 17:16
Paul Selormey24-Sep-01 17:16 
GeneralCreateWindow problem in Win32 Pin
Christian Graus24-Sep-01 15:01
protectorChristian Graus24-Sep-01 15:01 
GeneralRe: CreateWindow problem in Win32 Pin
Paul Selormey24-Sep-01 17:19
Paul Selormey24-Sep-01 17:19 
GeneralRe: CreateWindow problem in Win32 Pin
Christian Graus24-Sep-01 17:36
protectorChristian Graus24-Sep-01 17:36 
GeneralRe: CreateWindow problem in Win32 Pin
Paul Selormey24-Sep-01 18:11
Paul Selormey24-Sep-01 18:11 
GeneralRe: CreateWindow problem in Win32 Pin
Christian Graus24-Sep-01 19:34
protectorChristian Graus24-Sep-01 19:34 
GeneralRe: CreateWindow problem in Win32 Pin
Paul Selormey24-Sep-01 20:01
Paul Selormey24-Sep-01 20:01 
GeneralRe: CreateWindow problem in Win32 Pin
Mike Burston24-Sep-01 21:53
Mike Burston24-Sep-01 21:53 
GeneralRe: CreateWindow problem in Win32 Pin
Christian Graus24-Sep-01 22:07
protectorChristian Graus24-Sep-01 22:07 
GeneralRe: CreateWindow problem in Win32 Pin
Andrew Peace25-Sep-01 11:44
Andrew Peace25-Sep-01 11:44 
GeneralRe: CreateWindow problem in Win32 Pin
Christian Graus25-Sep-01 11:54
protectorChristian Graus25-Sep-01 11:54 
GeneralSHAutoComplete Pin
PJ Arends24-Sep-01 14:56
professionalPJ Arends24-Sep-01 14:56 

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.