Click here to Skip to main content
16,003,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Finding the X and Y of a window Pin
Member 88819118-Feb-04 3:29
Member 88819118-Feb-04 3:29 
Generala problem about "HRESULT IWebBrowser2::get_HWND(long *pHWND);" Pin
benben17-Feb-04 21:10
benben17-Feb-04 21:10 
QuestionImplement Undo/Redo the third way? Pin
lxy17-Feb-04 21:03
lxy17-Feb-04 21:03 
AnswerRe: Implement Undo/Redo the third way? Pin
John M. Drescher18-Feb-04 0:06
John M. Drescher18-Feb-04 0:06 
GeneralExplorer details view Pin
XP17-Feb-04 20:03
XP17-Feb-04 20:03 
Generaluse a dll to link 2 diff Static Lib Pin
braderbear17-Feb-04 19:31
braderbear17-Feb-04 19:31 
GeneralRegistering a Win32 DLL Pin
SiddharthAtw17-Feb-04 19:08
SiddharthAtw17-Feb-04 19:08 
GeneralRe: Registering a Win32 DLL Pin
Prakash Nadar17-Feb-04 20:02
Prakash Nadar17-Feb-04 20:02 
regsvr32 dllname
this command will register the dll in the registry...
This is done for COM inproc dll. I guess you dont have to register a win32 dll to be accessed by vb client.
The dll should be in the path or in the same folder where the vb binary lies.
Besides it is same as using "user32.dll" of windows.


"When death smiles at you, only thing you can do is smile back at it" - Russel Crowe (Gladiator)
GeneralRe: Registering a Win32 DLL Pin
SiddharthAtw17-Feb-04 20:57
SiddharthAtw17-Feb-04 20:57 
GeneralRe: Registering a Win32 DLL Pin
Prakash Nadar17-Feb-04 21:35
Prakash Nadar17-Feb-04 21:35 
GeneralRe: Registering a Win32 DLL Pin
Steve S18-Feb-04 0:20
Steve S18-Feb-04 0:20 
GeneralRe: Registering a Win32 DLL Pin
John M. Drescher18-Feb-04 0:10
John M. Drescher18-Feb-04 0:10 
GeneralRe: Registering a Win32 DLL Pin
Prakash Nadar18-Feb-04 17:42
Prakash Nadar18-Feb-04 17:42 
GeneralRe: Registering a Win32 DLL Pin
John M. Drescher18-Feb-04 18:16
John M. Drescher18-Feb-04 18:16 
GeneralOnFileNew() Pin
Liyana17-Feb-04 18:54
Liyana17-Feb-04 18:54 
GeneralRe: OnFileNew() Pin
Curi0us_George17-Feb-04 19:31
Curi0us_George17-Feb-04 19:31 
GeneralRe: OnFileNew() Pin
Liyana18-Feb-04 19:41
Liyana18-Feb-04 19:41 
GeneralRe: OnFileNew() Pin
Curi0us_George19-Feb-04 0:59
Curi0us_George19-Feb-04 0:59 
GeneralDesign of application Pin
Anonymous17-Feb-04 16:19
Anonymous17-Feb-04 16:19 
GeneralRe: Design of application Pin
John M. Drescher17-Feb-04 17:33
John M. Drescher17-Feb-04 17:33 
GeneralC++ helper books Pin
Strider_200117-Feb-04 15:49
Strider_200117-Feb-04 15:49 
GeneralRe: C++ helper books Pin
Member 88819117-Feb-04 21:17
Member 88819117-Feb-04 21:17 
QuestionDo I make "Dll" in my Application? Pin
Solid7717-Feb-04 15:32
Solid7717-Feb-04 15:32 
AnswerRe: Do I make "Dll" in my Application? Pin
John M. Drescher17-Feb-04 17:46
John M. Drescher17-Feb-04 17:46 
GeneralRe: Dear John... another Question !! Pin
Solid7717-Feb-04 21:07
Solid7717-Feb-04 21:07 

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.