Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
AnswerRe: Read file with hex characters Pin
Luc Pattyn4-Sep-09 3:55
sitebuilderLuc Pattyn4-Sep-09 3:55 
GeneralRe: Read file with hex characters Pin
khalidelmeknesi5-Sep-09 0:43
khalidelmeknesi5-Sep-09 0:43 
GeneralRe: Read file with hex characters Pin
Luc Pattyn5-Sep-09 1:01
sitebuilderLuc Pattyn5-Sep-09 1:01 
QuestionLatebinding a VB6 DLL in a C# Project (with an interface?) Pin
MatthysDT4-Sep-09 2:56
MatthysDT4-Sep-09 2:56 
AnswerRe: Latebinding a VB6 DLL in a C# Project (with an interface?) Pin
stancrm4-Sep-09 3:08
stancrm4-Sep-09 3:08 
RantRe: Latebinding a VB6 DLL in a C# Project (with an interface?) Pin
MatthysDT4-Sep-09 3:25
MatthysDT4-Sep-09 3:25 
AnswerRe: Latebinding a VB6 DLL in a C# Project (with an interface?) Pin
Pete O'Hanlon4-Sep-09 3:46
mvePete O'Hanlon4-Sep-09 3:46 
GeneralRe: Latebinding a VB6 DLL in a C# Project (with an interface?) Pin
MatthysDT22-Sep-09 1:57
MatthysDT22-Sep-09 1:57 
Pete O'Hanlon wrote:
If you want to perform late binding, you need to follow the following steps. You need to use Type.GetTypeFromProgID to retrieve the type from program ID that you want to work with, e.g. Word.Application.


Hi Pete

My apologies for only replying now.

I think my problem is that there exists no such Program ID on the system, according to what I've read in Microsoft's documentation, there is a registry entry for every valid program ID. My application however, retrieves the DLL file from a DB (in a BLOB field), saves it on the HDD and then attempts to work with it.
That last bit is where I'm stuck. Do I need to register the DLL with the system in order for it to be a valid ProgramID? And furthermore, I see that the programID always conforms to {Application}.{Class} or so it seems, I'm not even sure what my DLL's programID will be even if I do manage to use it in this manner.

I'd appreciate any help you may be able to provide.

Kind Regards!


AnswerRe: Latebinding a VB6 DLL in a C# Project (with an interface?) Pin
Paw Jershauge4-Sep-09 4:35
Paw Jershauge4-Sep-09 4:35 
QuestionDocument class in C# Pin
ChrisSuper4-Sep-09 2:51
ChrisSuper4-Sep-09 2:51 
AnswerRe: Document class in C# Pin
EliottA4-Sep-09 3:21
EliottA4-Sep-09 3:21 
QuestionHow should a Fresher start a Real Time Project Pin
amaankhan4-Sep-09 2:11
amaankhan4-Sep-09 2:11 
AnswerRe: How should a Fresher start a Real Time Project Pin
Henry Minute4-Sep-09 2:30
Henry Minute4-Sep-09 2:30 
QuestionDisable Close(X) in a form Pin
Swetha Srinivasan4-Sep-09 1:58
Swetha Srinivasan4-Sep-09 1:58 
AnswerRe: Disable Close(X) in a form Pin
stancrm4-Sep-09 2:14
stancrm4-Sep-09 2:14 
AnswerRe: Disable Close(X) in a form Pin
PIEBALDconsult4-Sep-09 5:35
mvePIEBALDconsult4-Sep-09 5:35 
QuestionDataGrid Pin
Wamuti3-Sep-09 22:44
Wamuti3-Sep-09 22:44 
AnswerRe: DataGrid Pin
stancrm3-Sep-09 22:48
stancrm3-Sep-09 22:48 
GeneralRe: DataGrid Pin
Wamuti3-Sep-09 23:04
Wamuti3-Sep-09 23:04 
GeneralRe: DataGrid Pin
stancrm4-Sep-09 0:28
stancrm4-Sep-09 0:28 
AnswerRe: DataGrid Pin
Calla4-Sep-09 0:11
Calla4-Sep-09 0:11 
GeneralRe: DataGrid Pin
Greg Chelstowski4-Sep-09 1:19
Greg Chelstowski4-Sep-09 1:19 
GeneralRe: DataGrid Pin
Calla4-Sep-09 2:57
Calla4-Sep-09 2:57 
Questionforeach listview and webbrowser document completed passing variables Pin
iNutR3-Sep-09 22:35
iNutR3-Sep-09 22:35 
QuestionNeed Help: Converting int[] based Radix Sort to string[] based Radix Sort [modified] Pin
gamer11273-Sep-09 22:14
gamer11273-Sep-09 22:14 

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.