Click here to Skip to main content
16,007,932 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOH ! excuse me ! misprint! this is realy ATL generated Dialog class! Pin
mimi21-Oct-01 10:41
mimi21-Oct-01 10:41 
GeneralRe: OH ! excuse me ! misprint! this is realy ATL generated Dialog class! Pin
Michael P Butler21-Oct-01 10:51
Michael P Butler21-Oct-01 10:51 
GeneralRe: Try CWindow! Pin
Masaaki Onishi21-Oct-01 13:36
Masaaki Onishi21-Oct-01 13:36 
GeneralManny thanks ! it is works !!! extra last question Pin
mimi21-Oct-01 23:22
mimi21-Oct-01 23:22 
GeneralRegister an ActiveX control Pin
Daed21-Oct-01 1:08
Daed21-Oct-01 1:08 
GeneralRe: Register an ActiveX control Pin
Michael P Butler21-Oct-01 3:05
Michael P Butler21-Oct-01 3:05 
GeneralRe: Register an ActiveX control Pin
Daed21-Oct-01 3:51
Daed21-Oct-01 3:51 
GeneralRe: Register an ActiveX control Pin
Michael Dunn21-Oct-01 8:17
sitebuilderMichael Dunn21-Oct-01 8:17 
You need to link dynamically to the DLL import. Load the DLL with LoadLibrary() and try to get the function's address with GetProcAddress(). If that succeeds, then use the pointer GetProcAddress() returns to call the API. If that returns NULL, then the API is not available.

--Mike--
http://home.inreach.com/mdunn/
"....." -- Silent Bob
Heart | [heart] your Green Alien | [Alien] with Good Stuff | [The good stuff] and Beer | [beer]
GeneralRe: Register an ActiveX control Pin
Daed22-Oct-01 6:28
Daed22-Oct-01 6:28 
GeneralAbout DLL initialization Pin
Maer72721-Oct-01 1:05
Maer72721-Oct-01 1:05 
GeneralRe: About DLL initialization Pin
Steen Krogsgaard21-Oct-01 23:23
Steen Krogsgaard21-Oct-01 23:23 
Generala very very simple question about DllMain Pin
Maer72721-Oct-01 0:47
Maer72721-Oct-01 0:47 
GeneralRe: a very very simple question about DllMain Pin
Steen Krogsgaard21-Oct-01 23:33
Steen Krogsgaard21-Oct-01 23:33 
GeneralDistributing a DLL Pin
Peter Liddle21-Oct-01 0:34
Peter Liddle21-Oct-01 0:34 
GeneralRe: Distributing a DLL Pin
Michael P Butler21-Oct-01 3:11
Michael P Butler21-Oct-01 3:11 
GeneralRe: Distributing a DLL Pin
Michael Dunn21-Oct-01 8:21
sitebuilderMichael Dunn21-Oct-01 8:21 
GeneralRe: Distributing a DLL Pin
Michael P Butler21-Oct-01 8:22
Michael P Butler21-Oct-01 8:22 
GeneralRe: Distributing a DLL Pin
Michael Dunn21-Oct-01 8:36
sitebuilderMichael Dunn21-Oct-01 8:36 
GeneralDistributing a DLL Pin
21-Oct-01 0:30
suss21-Oct-01 0:30 
Generalgraying/enabling menu items in an MFC dialog Pin
Kuniva20-Oct-01 23:54
Kuniva20-Oct-01 23:54 
GeneralRe: graying/enabling menu items in an MFC dialog Pin
Christian Graus21-Oct-01 1:20
protectorChristian Graus21-Oct-01 1:20 
GeneralRe: graying/enabling menu items in an MFC dialog Pin
Kuniva21-Oct-01 1:25
Kuniva21-Oct-01 1:25 
GeneralRe: graying/enabling menu items in an MFC dialog Pin
Christian Graus21-Oct-01 10:01
protectorChristian Graus21-Oct-01 10:01 
Questionwhat find a string in a file and delete it in this file????? Pin
leech4220-Oct-01 22:03
leech4220-Oct-01 22:03 
AnswerRe: what find a string in a file and delete it in this file????? Pin
davemin20-Oct-01 22:56
davemin20-Oct-01 22: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.