Click here to Skip to main content
16,007,443 members
Home / Discussions / C#
   

C#

 
Questionhow to insert into table throw datagrid Pin
Mikel Fayad27-Sep-04 21:38
Mikel Fayad27-Sep-04 21:38 
AnswerRe: how to insert into table throw datagrid Pin
exhaulted27-Sep-04 21:59
exhaulted27-Sep-04 21:59 
AnswerRe: how to insert into table throw datagrid Pin
exhaulted27-Sep-04 23:22
exhaulted27-Sep-04 23:22 
GeneralDial up program Pin
Connie Connie27-Sep-04 20:32
Connie Connie27-Sep-04 20:32 
GeneralRichTextBox Flickering Pin
Member 139683327-Sep-04 17:55
Member 139683327-Sep-04 17:55 
GeneralRe: RichTextBox Flickering Pin
leppie27-Sep-04 23:29
leppie27-Sep-04 23:29 
GeneralC# and C++ interop question Pin
Werdna27-Sep-04 16:58
Werdna27-Sep-04 16:58 
GeneralRe: C# and C++ interop question Pin
BAIJUMAX27-Sep-04 17:48
professionalBAIJUMAX27-Sep-04 17:48 
Hi,
My suggestion is ,
Create Com (ActiveX Dll),using ATL.It's very simple .And u Don't Have To Break Heads On it.

Start -> ATLCOMAPPWIZARD -> Create Simple Object , This Will Your Interface from Outside.Okay,
Now,
Create Methods Exactly With Same As In Your Class written C++ [ ".cpp And .h"].
Each Methods In The Interface Will Actually wraps The Methods In Your .cpp .

For Example :-
Your C++ Class Implements add Fuction
YourClass.add(long a, long b)

you just call this method from
YourDll.Add(long a,long b)

create the dll.

u can add this dll into C# project.By Add reference Method
[Note:- U Can Use This In Any Language that Supports COM]
Okay.Any doubts feel free to contanct me


by
baijumax
GeneralRe: C# and C++ interop question Pin
Werdna28-Sep-04 1:55
Werdna28-Sep-04 1:55 
GeneralRe: C# and C++ interop question Pin
shaileshkumar27-Sep-04 22:45
shaileshkumar27-Sep-04 22:45 
GeneralRe: C# and C++ interop question Pin
Werdna28-Sep-04 1:58
Werdna28-Sep-04 1:58 
GeneralRe: C# and C++ interop question Pin
shaileshkumar28-Sep-04 2:01
shaileshkumar28-Sep-04 2:01 
Generalwizard style in windows form app Pin
Cholillo27-Sep-04 16:47
Cholillo27-Sep-04 16:47 
GeneralDataGrid Column Colors Pin
MarkMokris27-Sep-04 15:57
MarkMokris27-Sep-04 15:57 
GeneralRe: DataGrid Column Colors Pin
sreejith ss nair27-Sep-04 20:46
sreejith ss nair27-Sep-04 20:46 
GeneralC# and Scanner Pin
GA-BOYZ27-Sep-04 15:17
GA-BOYZ27-Sep-04 15:17 
GeneralRe: C# and Scanner Pin
Alex Korchemniy27-Sep-04 16:40
Alex Korchemniy27-Sep-04 16:40 
QuestionHow do i get the location of a control in screen coordinates? Pin
FocusedWolf27-Sep-04 12:35
FocusedWolf27-Sep-04 12:35 
AnswerRe: How do i get the location of a control in screen coordinates? Pin
Brian Nottingham27-Sep-04 12:40
Brian Nottingham27-Sep-04 12:40 
GeneralRe: How do i get the location of a control in screen coordinates? Pin
FocusedWolf27-Sep-04 16:13
FocusedWolf27-Sep-04 16:13 
GeneralRichTextBox Flickering Pin
Member 139683327-Sep-04 12:16
Member 139683327-Sep-04 12:16 
Questionhow to start another application and run it with in another application Pin
Kiran Satish27-Sep-04 12:06
Kiran Satish27-Sep-04 12:06 
AnswerRe: how to start another application and run it with in another application Pin
exhaulted27-Sep-04 22:24
exhaulted27-Sep-04 22:24 
GeneralRe: how to start another application and run it with in another application Pin
Kiran Satish28-Sep-04 13:02
Kiran Satish28-Sep-04 13:02 
GeneralRe: how to start another application and run it with in another application Pin
exhaulted28-Sep-04 21:38
exhaulted28-Sep-04 21:38 

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.