Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerA serious problem on the subject now... Pin
Daniel Visan14-Oct-01 22:38
Daniel Visan14-Oct-01 22:38 
GeneralATL Pin
14-Oct-01 21:21
suss14-Oct-01 21:21 
GeneralATL - Addition to the question Pin
14-Oct-01 22:27
suss14-Oct-01 22:27 
GeneralWhy no one answer me ? Pin
15-Oct-01 0:28
suss15-Oct-01 0:28 
GeneralRe: ATL - Addition to the question Pin
Michael P Butler15-Oct-01 1:27
Michael P Butler15-Oct-01 1:27 
Generalregistered the dll.regsvr32 Pin
15-Oct-01 2:44
suss15-Oct-01 2:44 
GeneralRe: registered the dll.regsvr32 Pin
Michael P Butler15-Oct-01 2:47
Michael P Butler15-Oct-01 2:47 
GeneralRe: registered the dll.regsvr32 Pin
Firoz15-Oct-01 2:59
Firoz15-Oct-01 2:59 
hi,

To Register the component in a Dll, Run:
regsvr32 yourDllserver.dll


To Un-Register the component in a Dll, Run:
regsvr32 -u yourDllserver.dll


Note:
Run the program "regsvr32" in the directory in which you have your Dll.
or,
Specify the full path to regsvr32



Firoz
GeneralManny Manny thanks !!! The registration successed ! Pin
15-Oct-01 5:23
suss15-Oct-01 5:23 
GeneralBut I have now a new trouble with the ATL . Who can help ??? Pin
15-Oct-01 8:22
suss15-Oct-01 8:22 
QuestionHow an Edit box can cause a crash for WinXP! Pin
Robert Buldoc14-Oct-01 21:04
Robert Buldoc14-Oct-01 21:04 
AnswerRe: How an Edit box can cause a crash for WinXP! Pin
Michael P Butler15-Oct-01 3:02
Michael P Butler15-Oct-01 3:02 
QuestionHow to make a Full Screen DirectX program display in a window mode Pin
Merci14-Oct-01 20:28
Merci14-Oct-01 20:28 
QuestionHow to Increase window contents Pin
binnu14-Oct-01 18:59
binnu14-Oct-01 18:59 
AnswerRe: How to Increase window contents Pin
Christian Graus14-Oct-01 20:24
protectorChristian Graus14-Oct-01 20:24 
GeneralRe: How to Increase window contents Pin
binnu14-Oct-01 23:54
binnu14-Oct-01 23:54 
GeneralRe: How to Increase window contents Pin
Christian Graus15-Oct-01 2:25
protectorChristian Graus15-Oct-01 2:25 
GeneralRe: How to Increase window contents Pin
binnu15-Oct-01 15:24
binnu15-Oct-01 15:24 
Generalload bitmap that is not a resource Pin
14-Oct-01 17:43
suss14-Oct-01 17:43 
GeneralRe: load bitmap that is not a resource Pin
Michael Dunn14-Oct-01 17:46
sitebuilderMichael Dunn14-Oct-01 17:46 
GeneralRe: load bitmap that is not a resource Pin
14-Oct-01 22:05
suss14-Oct-01 22:05 
GeneralRe: load bitmap that is not a resource Pin
Joaquín M López Muñoz14-Oct-01 20:07
Joaquín M López Muñoz14-Oct-01 20:07 
GeneralRe: load bitmap that is not a resource Pin
Michael Dunn14-Oct-01 22:01
sitebuilderMichael Dunn14-Oct-01 22:01 
GeneralRe: load bitmap that is not a resource Pin
Joaquín M López Muñoz15-Oct-01 0:58
Joaquín M López Muñoz15-Oct-01 0:58 
GeneralRe: load bitmap that is not a resource Pin
Joaquín M López Muñoz15-Oct-01 5:25
Joaquín M López Muñoz15-Oct-01 5:25 

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.