Click here to Skip to main content
15,902,299 members
Home / Discussions / C#
   

C#

 
QuestionLocalization Project Pin
C++NewBe15-May-06 7:28
C++NewBe15-May-06 7:28 
AnswerRe: Localization Project Pin
Pixinger7715-May-06 21:58
Pixinger7715-May-06 21:58 
AnswerRe: Localization Project Pin
lmoelleb15-May-06 22:06
lmoelleb15-May-06 22:06 
QuestionNeed urgent help Pin
ass3aad15-May-06 5:55
ass3aad15-May-06 5:55 
AnswerRe: Need urgent help Pin
Judah Gabriel Himango15-May-06 6:14
sponsorJudah Gabriel Himango15-May-06 6:14 
GeneralRe: Need urgent help Pin
ass3aad15-May-06 6:46
ass3aad15-May-06 6:46 
GeneralRe: Need urgent help Pin
Judah Gabriel Himango15-May-06 8:24
sponsorJudah Gabriel Himango15-May-06 8:24 
GeneralRe: Need urgent help Pin
Dave Kreskowiak15-May-06 14:30
mveDave Kreskowiak15-May-06 14:30 
There is no one API call that does this. You have to open the component file, parse and get the ALL of the GUIDs and names for each object, method, property, ...whatnot.... Then write each GUID and name to the registry in the appropriate locations.

You can try to implement something like this, probably taking you 6 months of work as you figure out the internals of COM and the API's involved. Or, do it the easy way, and shell out to RegSrv32, and have it done in 5 minutes.

Which option do you think would be more cost effective?


Dave Kreskowiak
Microsoft MVP - Visual Basic

QuestionFile.Delete() fails (Access rights required???) Pin
Shy Agam15-May-06 5:16
Shy Agam15-May-06 5:16 
AnswerRe: File.Delete() fails (Access rights required???) Pin
leppie15-May-06 5:27
leppie15-May-06 5:27 
GeneralRe: File.Delete() fails (Access rights required???) Pin
Shy Agam15-May-06 6:15
Shy Agam15-May-06 6:15 
AnswerRe: File.Delete() fails (Access rights required???) Pin
Judah Gabriel Himango15-May-06 6:25
sponsorJudah Gabriel Himango15-May-06 6:25 
GeneralRe: File.Delete() fails (Access rights required???) Pin
Shy Agam15-May-06 7:25
Shy Agam15-May-06 7:25 
AnswerRe: File.Delete() fails (Access rights required???) Pin
Guffa15-May-06 7:57
Guffa15-May-06 7:57 
GeneralRe: File.Delete() fails (Access rights required???) Pin
Shy Agam15-May-06 8:38
Shy Agam15-May-06 8:38 
GeneralRe: File.Delete() fails (Access rights required???) Pin
Dan Neely15-May-06 8:52
Dan Neely15-May-06 8:52 
GeneralRe: File.Delete() fails (Access rights required???) Pin
Shy Agam16-May-06 7:41
Shy Agam16-May-06 7:41 
GeneralRe: File.Delete() fails (Access rights required???) Pin
Judah Gabriel Himango15-May-06 8:13
sponsorJudah Gabriel Himango15-May-06 8:13 
GeneralRe: File.Delete() fails (Access rights required???) Pin
Shy Agam15-May-06 8:31
Shy Agam15-May-06 8:31 
GeneralRe: File.Delete() fails (Access rights required???) Pin
Judah Gabriel Himango15-May-06 10:10
sponsorJudah Gabriel Himango15-May-06 10:10 
AnswerRe: File.Delete() fails (Access rights required???) Pin
Shy Agam15-May-06 8:48
Shy Agam15-May-06 8:48 
QuestionContextMenu + NotifyIcon + LEFT Click Problem Pin
Phoen2515-May-06 4:59
Phoen2515-May-06 4:59 
AnswerRe: ContextMenu + NotifyIcon + LEFT Click Problem Pin
NaNg1524115-May-06 6:46
NaNg1524115-May-06 6:46 
GeneralRe: ContextMenu + NotifyIcon + LEFT Click Problem Pin
Phoen2515-May-06 7:48
Phoen2515-May-06 7:48 
GeneralRe: ContextMenu + NotifyIcon + LEFT Click Problem Pin
Nader Elshehabi15-May-06 12:56
Nader Elshehabi15-May-06 12: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.