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

C#

 
GeneralFlat Date Time Picker Pin
ehammond8-Feb-05 4:46
ehammond8-Feb-05 4:46 
GeneralAdd Remove programmes Pin
exhaulted8-Feb-05 4:06
exhaulted8-Feb-05 4:06 
GeneralOwner process Pin
Anonymous8-Feb-05 3:56
Anonymous8-Feb-05 3:56 
GeneralRe: Owner process Pin
Judah Gabriel Himango8-Feb-05 4:52
sponsorJudah Gabriel Himango8-Feb-05 4:52 
GeneralC# From from Unmanaged C++ Pin
erik567898-Feb-05 3:53
erik567898-Feb-05 3:53 
GeneralRe: C# From from Unmanaged C++ Pin
Dave Kreskowiak8-Feb-05 4:40
mveDave Kreskowiak8-Feb-05 4:40 
GeneralRe: C# From from Unmanaged C++ Pin
erik567898-Feb-05 4:46
erik567898-Feb-05 4:46 
GeneralRe: C# From from Unmanaged C++ Pin
Judah Gabriel Himango8-Feb-05 4:47
sponsorJudah Gabriel Himango8-Feb-05 4:47 
While I don't know that it's possible to call into a running C++ application, you can call exported functions in a C++ dll using P/Invoke (http://pinvoke.net). Or if the C++ library uses COM, just add a reference to the dll in Visual Studio, which will call AxImp utility to create a wrapper of the COM dll usable in .NET. Or if you don't have Visual Studio, use the AxImp command line tool manually to generate a wrapper.

Tech, life, family, faith: Give me a visit.
Judah Himango


GeneralRe: C# From from Unmanaged C++ Pin
mav.northwind8-Feb-05 5:06
mav.northwind8-Feb-05 5:06 
GeneralRe: C# From from Unmanaged C++ Pin
gcchopra8-Feb-05 23:12
gcchopra8-Feb-05 23:12 
GeneralSession_Close, also breakpts dont work Pin
Wilder Bellamy8-Feb-05 2:58
Wilder Bellamy8-Feb-05 2:58 
GeneralRe: Session_Close, also breakpts dont work Pin
Dave Kreskowiak8-Feb-05 4:04
mveDave Kreskowiak8-Feb-05 4:04 
GeneralIntellisense info Pin
V.8-Feb-05 2:51
professionalV.8-Feb-05 2:51 
GeneralRe: Intellisense info Pin
Stefan Troschuetz8-Feb-05 3:35
Stefan Troschuetz8-Feb-05 3:35 
GeneralRe: Intellisense info Pin
V.8-Feb-05 4:03
professionalV.8-Feb-05 4:03 
GeneralRe: Intellisense info Pin
Stefan Troschuetz8-Feb-05 4:17
Stefan Troschuetz8-Feb-05 4:17 
GeneralRe: Intellisense info Pin
ThaddParker14-Feb-05 17:30
ThaddParker14-Feb-05 17:30 
GeneralWindows Forms - problem preserving autoscroll Position of Panel Pin
abcxyz828-Feb-05 1:45
abcxyz828-Feb-05 1:45 
Generaldate format problem in crystal's ParameterFieldDefinition Pin
ye win zaw8-Feb-05 0:26
ye win zaw8-Feb-05 0:26 
QuestionMainMenu - Possible to make MenuItems stay expanded? Pin
Syntaxo7-Feb-05 23:12
Syntaxo7-Feb-05 23:12 
AnswerRe: MainMenu - Possible to make MenuItems stay expanded? Pin
zero.cool7-Feb-05 23:54
zero.cool7-Feb-05 23:54 
GeneralJust like This - Bandwidth Limitation in C# Pin
zero.cool7-Feb-05 22:04
zero.cool7-Feb-05 22:04 
GeneralRe: Just like This - Bandwidth Limitation in C# Pin
Dave Kreskowiak8-Feb-05 6:22
mveDave Kreskowiak8-Feb-05 6:22 
GeneralFind Scrollbar position in datagrid Pin
joy_priyank7-Feb-05 20:36
joy_priyank7-Feb-05 20:36 
GeneralHelp in Splitting a variable Pin
mfkr7-Feb-05 20:10
mfkr7-Feb-05 20:10 

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.