Click here to Skip to main content
15,892,674 members
Home / Discussions / C#
   

C#

 
GeneralRe: Keydown not firing Pin
Dave Kreskowiak9-Jan-08 7:49
mveDave Kreskowiak9-Jan-08 7:49 
GeneralRe: Keydown not firing Pin
Jörgen Sigvardsson9-Jan-08 7:53
Jörgen Sigvardsson9-Jan-08 7:53 
GeneralRe: Keydown not firing Pin
Dave Kreskowiak9-Jan-08 9:05
mveDave Kreskowiak9-Jan-08 9:05 
GeneralLoading a DataTable with XPath'd XML Pin
Marc Clifton9-Jan-08 6:43
mvaMarc Clifton9-Jan-08 6:43 
GeneralRe: Loading a DataTable with XPath'd XML Pin
led mike9-Jan-08 7:03
led mike9-Jan-08 7:03 
GeneralRe: Loading a DataTable with XPath'd XML Pin
Marc Clifton9-Jan-08 7:05
mvaMarc Clifton9-Jan-08 7:05 
General[Message Deleted] Pin
NewToAspDotNet9-Jan-08 6:32
NewToAspDotNet9-Jan-08 6:32 
GeneralRe: Richtextbox and E-mail Pin
Luc Pattyn9-Jan-08 6:49
sitebuilderLuc Pattyn9-Jan-08 6:49 
GeneralTreeView Expand/Collapse animation Pin
Jamie Nordmeyer9-Jan-08 6:12
Jamie Nordmeyer9-Jan-08 6:12 
GeneralRe: TreeView Expand/Collapse animation Pin
led mike9-Jan-08 6:53
led mike9-Jan-08 6:53 
GeneralRe: TreeView Expand/Collapse animation Pin
Jamie Nordmeyer9-Jan-08 7:26
Jamie Nordmeyer9-Jan-08 7:26 
GeneralRe: TreeView Expand/Collapse animation Pin
led mike9-Jan-08 7:51
led mike9-Jan-08 7:51 
GeneralRe: TreeView Expand/Collapse animation Pin
Jamie Nordmeyer9-Jan-08 10:35
Jamie Nordmeyer9-Jan-08 10:35 
GeneralRe: TreeView Expand/Collapse animation Pin
Patrick Etc.9-Jan-08 13:02
Patrick Etc.9-Jan-08 13:02 
QuestionBeginning Programmer needs a little help Pin
Nekosohana9-Jan-08 6:04
Nekosohana9-Jan-08 6:04 
GeneralRe: Beginning Programmer needs a little help Pin
Luc Pattyn9-Jan-08 6:54
sitebuilderLuc Pattyn9-Jan-08 6:54 
GeneralRe: Beginning Programmer needs a little help Pin
Nekosohana9-Jan-08 6:58
Nekosohana9-Jan-08 6:58 
GeneralCom DLL file reference access ... Pin
Shahin779-Jan-08 5:37
Shahin779-Jan-08 5:37 
I have a com object dll file called MyCom.dll with some classes, interfaces, methods and events.
I can add it as a reference to my project in visual studio IDE and create an instance from one interface that i need:
MyDllLib.InterfaceName myobject = new MyDllLib.InterfaceName();
I can also access all the events and methods for this interface via myobject.

So by some reason i dont want to add this com dll file to my project references and dont ask why! My question is how can instantiate an interface from a com dll file and access it's methods and events.
If i dont add it as a reference in .Net IDE so i can't reference it.

Could someone recommend the best solution for this.

Thank You,Confused | :confused:
GeneralRe: Com DLL file reference access ... Pin
Dave Kreskowiak9-Jan-08 7:16
mveDave Kreskowiak9-Jan-08 7:16 
GeneralRe: Com DLL file reference access ... Pin
Shahin779-Jan-08 7:27
Shahin779-Jan-08 7:27 
GeneralRe: Com DLL file reference access ... Pin
Dave Kreskowiak9-Jan-08 7:48
mveDave Kreskowiak9-Jan-08 7:48 
GeneralRe: Com DLL file reference access ... Pin
Shahin779-Jan-08 8:19
Shahin779-Jan-08 8:19 
GeneralRe: Com DLL file reference access ... [modified] Pin
Dave Kreskowiak9-Jan-08 9:14
mveDave Kreskowiak9-Jan-08 9:14 
QuestionHow Do I Prohibit Users From Sorting In A DataGridView Pin
Joe Marchionna9-Jan-08 5:24
Joe Marchionna9-Jan-08 5:24 
GeneralRe: How Do I Prohibit Users From Sorting In A DataGridView Pin
led mike9-Jan-08 5:33
led mike9-Jan-08 5:33 

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.