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

C#

 
AnswerRe: Read file with hex characters Pin
musefan4-Sep-09 3:08
musefan4-Sep-09 3:08 
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 
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. Create the object using Activator.CreateInstance and then use calls like InvokeMember to invoke methods in the DLL.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



GeneralRe: Latebinding a VB6 DLL in a C# Project (with an interface?) Pin
MatthysDT22-Sep-09 1:57
MatthysDT22-Sep-09 1:57 
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 

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.