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

C#

 
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 
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 
Without using managed c++, also if your apis exposed do not have complex data structures used, you can export the dll and straight away marshal these apis to your own defined api and use it in your code using pinvoke.
For e.g.
[DllImport("Advapi32.dll", CharSet=CharSet.Auto)]
static extern Boolean FileEncryptionStatus(String filename,
out UInt32 status);

Try some search on pinvoke.

- Shailesh
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 
GeneralRe: how to start another application and run it with in another application Pin
Kiran Satish29-Sep-04 5:29
Kiran Satish29-Sep-04 5:29 
GeneralRe: how to start another application and run it with in another application Pin
exhaulted29-Sep-04 5:33
exhaulted29-Sep-04 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.