Click here to Skip to main content
16,005,038 members
Home / Discussions / C#
   

C#

 
GeneralRe: image doesn`t fit to screen Pin
valiovalio27-Mar-06 21:46
valiovalio27-Mar-06 21:46 
AnswerRe: image doesn`t fit to screen Pin
Guffa30-Mar-06 0:51
Guffa30-Mar-06 0:51 
QuestionHow to use VC++.Net code in VC#.Net project? Pin
Divyang Mithaiwala26-Mar-06 18:47
Divyang Mithaiwala26-Mar-06 18:47 
AnswerRe: How to use VC++.Net code in VC#.Net project? Pin
HakunaMatada26-Mar-06 18:59
HakunaMatada26-Mar-06 18:59 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
Divyang Mithaiwala26-Mar-06 21:02
Divyang Mithaiwala26-Mar-06 21:02 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
HakunaMatada26-Mar-06 21:39
HakunaMatada26-Mar-06 21:39 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
Divyang Mithaiwala26-Mar-06 21:46
Divyang Mithaiwala26-Mar-06 21:46 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
HakunaMatada26-Mar-06 21:52
HakunaMatada26-Mar-06 21:52 
Divyang Mithaiwala wrote:
VC++ project is Win32 console dll.


That's your problem. If you want to use a dll using Namespaces then the dll must be managed. If it is unmanaged then you will have to import the function of the dll using DLLImport. Check out articles related to calling Win32 APIs using C# in CP.

Hope this helps...Smile | :)

---
With best regards,
A Manchester United Fan

The Genius of a true fool is that he can mess up a foolproof plan!
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
Divyang Mithaiwala26-Mar-06 22:11
Divyang Mithaiwala26-Mar-06 22:11 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
HakunaMatada26-Mar-06 22:21
HakunaMatada26-Mar-06 22:21 
QuestionCalendar Control Hide/Unhide Pin
tanpanjang26-Mar-06 18:11
tanpanjang26-Mar-06 18:11 
AnswerRe: Calendar Control Hide/Unhide Pin
leppie26-Mar-06 20:10
leppie26-Mar-06 20:10 
GeneralRe: Calendar Control Hide/Unhide Pin
tanpanjang26-Mar-06 22:08
tanpanjang26-Mar-06 22:08 
GeneralRe: Calendar Control Hide/Unhide Pin
leppie26-Mar-06 23:19
leppie26-Mar-06 23:19 
GeneralRe: Calendar Control Hide/Unhide Pin
tanpanjang27-Mar-06 5:35
tanpanjang27-Mar-06 5:35 
QuestionSome Problem with read File Pin
AnhTin26-Mar-06 16:29
AnhTin26-Mar-06 16:29 
AnswerRe: Some Problem with read File Pin
Guffa26-Mar-06 17:23
Guffa26-Mar-06 17:23 
Question@^@ how to handle a pointer returned by a COM interface Pin
dragooooon lee26-Mar-06 15:47
dragooooon lee26-Mar-06 15:47 
AnswerRe: @^@ how to handle a pointer returned by a COM interface Pin
Jared Parsons26-Mar-06 20:19
Jared Parsons26-Mar-06 20:19 
GeneralRe: @^@ how to handle a pointer returned by a COM interface Pin
Jared Parsons27-Mar-06 5:57
Jared Parsons27-Mar-06 5:57 
GeneralRe: @^@ how to handle a pointer returned by a COM interface Pin
dragooooon lee27-Mar-06 14:24
dragooooon lee27-Mar-06 14:24 
GeneralRe: @^@ how to handle a pointer returned by a COM interface Pin
Jared Parsons27-Mar-06 19:26
Jared Parsons27-Mar-06 19:26 
GeneralRe: @^@ how to handle a pointer returned by a COM interface Pin
dragooooon lee27-Mar-06 19:38
dragooooon lee27-Mar-06 19:38 
GeneralRe: @^@ how to handle a pointer returned by a COM interface Pin
dragooooon lee27-Mar-06 19:28
dragooooon lee27-Mar-06 19:28 
GeneralRe: @^@ how to handle a pointer returned by a COM interface Pin
Jared Parsons27-Mar-06 19:29
Jared Parsons27-Mar-06 19:29 

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.