Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
GeneralRe: Transparent background Pin
Christian Wikander16-Mar-05 23:52
Christian Wikander16-Mar-05 23:52 
GeneralC# login page, linkage .. how ? thanks ! Pin
reificap16-Mar-05 1:58
reificap16-Mar-05 1:58 
GeneralRe: C# login page, linkage .. how ? thanks ! Pin
reificap17-Mar-05 14:32
reificap17-Mar-05 14:32 
Generalhtml compare tool Pin
frankDust16-Mar-05 0:56
frankDust16-Mar-05 0:56 
GeneralColor of text in Treeview Pin
Md Saleem Navalur16-Mar-05 0:32
Md Saleem Navalur16-Mar-05 0:32 
GeneralRe: Color of text in Treeview Pin
mav.northwind16-Mar-05 1:00
mav.northwind16-Mar-05 1:00 
GeneralRe: Color of text in Treeview Pin
Md Saleem Navalur17-Mar-05 0:20
Md Saleem Navalur17-Mar-05 0:20 
GeneralImport MFC dll class in C# Pin
Sudhir Mangla15-Mar-05 23:56
professionalSudhir Mangla15-Mar-05 23:56 
Hi friends....

I have a problem ,the code snippet is given below.
I have a mfc shared memrory dll class.I want to instanciate an object of this class in C# .Can you provide some code sample to achieve it.

#ifdef _FtpChannel

#define _EXPORT_IMPORT_FtpChannel __declspec(dllexport)

#else

#define _EXPORT_IMPORT_FtpChannel __declspec(dllimport)

#endif



class _EXPORT_IMPORT_FtpChannel CFtpMessage : public IConnection

{
private:

public:
CFtpMessage();
~CFtpMessage();

};

Sudhir Mangla

http://Programmerworld.net

(Free books , articles , Source Code and Programming Tools and Utilities)
GeneralCrossWord puzzle alogrithm Pin
Mohsen Saad15-Mar-05 18:04
Mohsen Saad15-Mar-05 18:04 
GeneralRe: CrossWord puzzle alogrithm Pin
Colin Angus Mackay16-Mar-05 0:12
Colin Angus Mackay16-Mar-05 0:12 
GeneralClosing File Stream Pin
mitreviper15-Mar-05 15:49
mitreviper15-Mar-05 15:49 
GeneralRe: Closing File Stream Pin
PaleyX15-Mar-05 16:27
PaleyX15-Mar-05 16:27 
GeneralRe: Closing File Stream Pin
Pushkar Pathak15-Mar-05 17:28
Pushkar Pathak15-Mar-05 17:28 
GeneralRe: Closing File Stream Pin
mitreviper15-Mar-05 19:41
mitreviper15-Mar-05 19:41 
GeneralRe: Closing File Stream Pin
mav.northwind15-Mar-05 20:42
mav.northwind15-Mar-05 20:42 
GeneralRe: Closing File Stream ... close calls dispose Pin
Pushkar Pathak15-Mar-05 20:56
Pushkar Pathak15-Mar-05 20:56 
GeneralRe: Closing File Stream ... close calls dispose Pin
S. Senthil Kumar16-Mar-05 18:11
S. Senthil Kumar16-Mar-05 18:11 
GeneralVS 's Installer Pin
zecodela15-Mar-05 15:21
zecodela15-Mar-05 15:21 
GeneralRe: VS 's Installer Pin
Dave Kreskowiak16-Mar-05 14:37
mveDave Kreskowiak16-Mar-05 14:37 
GeneralGDI GradientFill Pin
Mathew Hall15-Mar-05 14:33
Mathew Hall15-Mar-05 14:33 
GeneralRe: GDI GradientFill Pin
Christian Graus15-Mar-05 14:52
protectorChristian Graus15-Mar-05 14:52 
GeneralRe: GDI GradientFill Pin
Mathew Hall15-Mar-05 17:10
Mathew Hall15-Mar-05 17:10 
Generali want to know something Pin
snouto15-Mar-05 12:32
snouto15-Mar-05 12:32 
GeneralRe: i want to know something Pin
Christian Graus15-Mar-05 12:57
protectorChristian Graus15-Mar-05 12:57 
GeneralUsing the update command of the datagrid to alter the data in a dataset Pin
Anonymous15-Mar-05 12:18
Anonymous15-Mar-05 12:18 

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.