Click here to Skip to main content
15,891,976 members
Home / Discussions / C#
   

C#

 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Vasudevan Deepak Kumar15-Mar-03 22:57
Vasudevan Deepak Kumar15-Mar-03 22:57 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
leppie15-Mar-03 23:12
leppie15-Mar-03 23:12 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Rocky Moore17-Mar-03 1:24
Rocky Moore17-Mar-03 1:24 
GeneralReading Microsoft IE Proxy Settings Pin
Vasudevan Deepak Kumar15-Mar-03 1:44
Vasudevan Deepak Kumar15-Mar-03 1:44 
GeneralRe: Reading Microsoft IE Proxy Settings Pin
Stephane Rodriguez.15-Mar-03 2:43
Stephane Rodriguez.15-Mar-03 2:43 
GeneralRe: Reading Microsoft IE Proxy Settings Pin
Thomas Freudenberg2-Jun-03 1:43
Thomas Freudenberg2-Jun-03 1:43 
GeneralC# DLL in VC++ Pin
Baatezu14-Mar-03 19:42
Baatezu14-Mar-03 19:42 
GeneralRe: C# DLL in VC++ Pin
Stephane Rodriguez.14-Mar-03 20:08
Stephane Rodriguez.14-Mar-03 20:08 
You have several options :
- export the C# assembly to a COM component (regasm.exe) and use it from your VC++ program like a normal COM component. This article[^] (Nick Parker) tells how to.
- use MC++ mix mode, where your code references the namespace and class written with C#. #using <MyCSharp.dll> using namespace MyCSForm;, and of course you need to compile with VC++7.x with the /clr switch.




PS : cross-posting is lousy.
GeneralRunning .NET Application Pin
Sassan Komeili Zadeh14-Mar-03 19:29
Sassan Komeili Zadeh14-Mar-03 19:29 
GeneralActiveDirectory / LDAP Searching Pin
Adrian Hall14-Mar-03 19:07
Adrian Hall14-Mar-03 19:07 
GeneralRe: ActiveDirectory / LDAP Searching Pin
Adrian Hall16-Mar-03 14:31
Adrian Hall16-Mar-03 14:31 
GeneralA question about the ThreadPool class Pin
Marc Clifton14-Mar-03 13:47
mvaMarc Clifton14-Mar-03 13:47 
GeneralRe: A question about the ThreadPool class Pin
James T. Johnson14-Mar-03 17:54
James T. Johnson14-Mar-03 17:54 
GeneralRe: A question about the ThreadPool class Pin
Marc Clifton15-Mar-03 5:51
mvaMarc Clifton15-Mar-03 5:51 
GeneralRe: A question about the ThreadPool class Pin
leppie14-Mar-03 21:14
leppie14-Mar-03 21:14 
GeneralRe: A question about the ThreadPool class Pin
Marc Clifton15-Mar-03 5:57
mvaMarc Clifton15-Mar-03 5:57 
GeneralRe: A question about the ThreadPool class Pin
leppie15-Mar-03 7:23
leppie15-Mar-03 7:23 
GeneralRe: A question about the ThreadPool class Pin
Marc Clifton17-Mar-03 3:28
mvaMarc Clifton17-Mar-03 3:28 
GeneralRe: A question about the ThreadPool class Pin
Arun Bhalla17-Mar-03 16:55
Arun Bhalla17-Mar-03 16:55 
QuestionRelative and absolute path ? Pin
Chris Richner14-Mar-03 13:33
Chris Richner14-Mar-03 13:33 
AnswerRe: Relative and absolute path ? Pin
James T. Johnson14-Mar-03 17:46
James T. Johnson14-Mar-03 17:46 
GeneralRe: Relative and absolute path ? Pin
Chris Richner17-Mar-03 4:40
Chris Richner17-Mar-03 4:40 
GeneralRe: Relative and absolute path ? Pin
James T. Johnson17-Mar-03 15:02
James T. Johnson17-Mar-03 15:02 
GeneralRe: Relative and absolute path ? Pin
James T. Johnson17-Mar-03 16:33
James T. Johnson17-Mar-03 16:33 
GeneralRe: Relative and absolute path ? Pin
Chris Richner18-Mar-03 9:30
Chris Richner18-Mar-03 9:30 

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.