Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows service Pin
Zishan Haider8-Jun-05 4:22
Zishan Haider8-Jun-05 4:22 
GeneralRe: Windows service Pin
mav.northwind7-Jun-05 4:32
mav.northwind7-Jun-05 4:32 
GeneralHosted Currency Exchange Rates Pin
Jassim Rahma6-Jun-05 23:19
Jassim Rahma6-Jun-05 23:19 
GeneralRe: Hosted Currency Exchange Rates Pin
S. Senthil Kumar7-Jun-05 1:19
S. Senthil Kumar7-Jun-05 1:19 
GeneralRe: Hosted Currency Exchange Rates Pin
Jassim Rahma7-Jun-05 11:26
Jassim Rahma7-Jun-05 11:26 
QuestionScrollbars on a datagrid (web control)? Pin
adilson05uk6-Jun-05 23:13
adilson05uk6-Jun-05 23:13 
GeneralRegister dll onto the OS Pin
scchan19846-Jun-05 22:54
scchan19846-Jun-05 22:54 
GeneralRe: Register dll onto the OS Pin
mav.northwind7-Jun-05 0:33
mav.northwind7-Jun-05 0:33 
Hi!
If you mean you want to register a COM object then the easiest way is to call DllRegisterServer in the DLL.
This can be achieved by calling "regsvr32 TheDll.dll" (using the Process class, for example).
Or, if you want to include the COM dll in a setup, you usually can set the "SelfRegister" flag for the dll to true. In this case, windows installer calls DllRegisterServer in the dll during install.

Regards,
mav
GeneralVOIP Pin
Virendrak6-Jun-05 22:24
Virendrak6-Jun-05 22:24 
GeneralRe: VOIP Pin
Andrew Kirillov6-Jun-05 23:14
Andrew Kirillov6-Jun-05 23:14 
Generallocating a window on a screen Pin
clicker786-Jun-05 21:49
clicker786-Jun-05 21:49 
GeneralRe: locating a window on a screen Pin
Alex Korchemniy7-Jun-05 14:17
Alex Korchemniy7-Jun-05 14:17 
GeneralDateTimePicker Reset Focus Pin
WinShuru6-Jun-05 21:36
WinShuru6-Jun-05 21:36 
GeneralWindows shell programming - drag and drop in C# Pin
Jeyaprakash,R.6-Jun-05 21:26
Jeyaprakash,R.6-Jun-05 21:26 
GeneralRe: Windows shell programming - drag and drop in C# Pin
Alex Korchemniy7-Jun-05 14:19
Alex Korchemniy7-Jun-05 14:19 
GeneralGetting the installation directory from an installer Pin
G.Ringbom6-Jun-05 21:17
G.Ringbom6-Jun-05 21:17 
GeneralRe: Getting the installation directory from an installer Pin
Carsten Zeumer7-Jun-05 0:04
Carsten Zeumer7-Jun-05 0:04 
GeneralRe: Getting the installation directory from an installer Pin
mav.northwind7-Jun-05 0:37
mav.northwind7-Jun-05 0:37 
GeneralRe: Getting the installation directory from an installer Pin
G.Ringbom7-Jun-05 2:10
G.Ringbom7-Jun-05 2:10 
GeneralCombining two image button Pin
nana246-Jun-05 19:46
sussnana246-Jun-05 19:46 
GeneralRe: Combining two image button Pin
Alex Korchemniy7-Jun-05 14:51
Alex Korchemniy7-Jun-05 14:51 
GeneralPrint windows form Pin
angeltsoi6-Jun-05 18:27
angeltsoi6-Jun-05 18:27 
GeneralRe: Print windows form Pin
Serenena6-Jun-05 19:52
Serenena6-Jun-05 19:52 
GeneralRe: Print windows form Pin
Dave Kreskowiak7-Jun-05 4:35
mveDave Kreskowiak7-Jun-05 4:35 
GeneralRe: Print windows form Pin
Alex Korchemniy7-Jun-05 14:25
Alex Korchemniy7-Jun-05 14: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.