Click here to Skip to main content
15,907,225 members
Home / Discussions / C#
   

C#

 
AnswerRe: check MSN Messenger user online status (C#)? Pin
stancrm4-Sep-09 6:19
stancrm4-Sep-09 6:19 
QuestionPing in Thread (C#) Pin
Jassim Rahma4-Sep-09 5:25
Jassim Rahma4-Sep-09 5:25 
AnswerRe: Ping in Thread (C#) Pin
harold aptroot4-Sep-09 6:03
harold aptroot4-Sep-09 6:03 
QuestionHighlighting items in listbox when mouse moves over them Pin
Gary Strunk4-Sep-09 5:21
Gary Strunk4-Sep-09 5:21 
AnswerRe: Highlighting items in listbox when mouse moves over them Pin
Nuri Ismail4-Sep-09 5:50
Nuri Ismail4-Sep-09 5:50 
GeneralRe: Highlighting items in listbox when mouse moves over them Pin
Gary Strunk4-Sep-09 7:12
Gary Strunk4-Sep-09 7:12 
QuestionNeed Help with SortedList<tkey,tvalue> [modified] Pin
gamer11274-Sep-09 4:52
gamer11274-Sep-09 4:52 
AnswerRe: Need Help with SortedList<tkey,tvalue> Pin
Richard MacCutchan4-Sep-09 5:38
mveRichard MacCutchan4-Sep-09 5:38 
GeneralRe: Need Help with SortedList<tkey,tvalue> Pin
gamer11274-Sep-09 5:47
gamer11274-Sep-09 5:47 
AnswerRe: Need Help with SortedList<tkey,tvalue> Pin
Gideon Engelberth4-Sep-09 6:20
Gideon Engelberth4-Sep-09 6:20 
GeneralRe: Need Help with SortedList<tkey,tvalue> Pin
gamer11274-Sep-09 6:51
gamer11274-Sep-09 6:51 
GeneralRe: Need Help with SortedList<tkey,tvalue> Pin
gamer11274-Sep-09 7:26
gamer11274-Sep-09 7:26 
AnswerRe: Need Help with SortedList<tkey,tvalue> Pin
Luc Pattyn4-Sep-09 7:57
sitebuilderLuc Pattyn4-Sep-09 7:57 
GeneralRe: Need Help with SortedList<tkey,tvalue> Pin
gamer11274-Sep-09 8:22
gamer11274-Sep-09 8:22 
GeneralRe: Need Help with SortedList<tkey,tvalue> Pin
Luc Pattyn4-Sep-09 8:41
sitebuilderLuc Pattyn4-Sep-09 8:41 
QuestionMouse events not triggered Pin
Dean Geddes4-Sep-09 4:42
Dean Geddes4-Sep-09 4:42 
AnswerRe: Mouse events not triggered Pin
Henry Minute4-Sep-09 4:58
Henry Minute4-Sep-09 4:58 
QuestionRead file with hex characters Pin
khalidelmeknesi4-Sep-09 3:00
khalidelmeknesi4-Sep-09 3:00 
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 
Good day!

I am finally rewriting an 10 year old device-communication application in .Net. The original program uses a series of VB6 DLL's (also developed by me) to connect with all the different devices.

There are about 20 or so DLL's most of them rather unique and it would be an extremely cumbersome task to re-write all of them in .Net.

I want to create an Interface and make the DLL's conform to that.
When I try adding my DLL's in .Net it wants assembly data, which I don't have.

What is the easiest way of exposing a such a DLL's methods?

And how would I go about using an Interface to define the classes from the DLL's? (I will modify the DLL's to expose the correct methods).


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 

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.