Click here to Skip to main content
15,908,444 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Now, how to delete? Pin
jhwurmbach12-Feb-07 6:58
jhwurmbach12-Feb-07 6:58 
GeneralRe: Now, how to delete? Pin
Hamid_RT12-Feb-07 7:15
Hamid_RT12-Feb-07 7:15 
GeneralRe: Now, how to delete? Pin
toxcct12-Feb-07 20:25
toxcct12-Feb-07 20:25 
AnswerRe: Now, how to delete? Pin
toxcct11-Feb-07 22:28
toxcct11-Feb-07 22:28 
GeneralRe: Now, how to delete? Pin
Astricks11-Feb-07 22:48
Astricks11-Feb-07 22:48 
Questionclass library Pin
dalbhide bipin11-Feb-07 21:03
dalbhide bipin11-Feb-07 21:03 
AnswerRe: class library Pin
Cedric Moonen11-Feb-07 21:10
Cedric Moonen11-Feb-07 21:10 
GeneralRe: class library Pin
dalbhide bipin11-Feb-07 21:37
dalbhide bipin11-Feb-07 21:37 
// This is the main DLL file.

#include "stdafx.h"
#include "Appa.h"
namespace Appa
{
int MyClass :: Add(int x, int y)
{
int k = x+y;
return k;
}
}

and abt dll in vs2005
just select new project
visual c++
CLR --> class library
in this way... and i also add referece of this proj in vb.net proj.




MyClass is my classs
and add is my main dll fuction
GeneralRe: class library Pin
Cedric Moonen11-Feb-07 23:15
Cedric Moonen11-Feb-07 23:15 
QuestionThe best place for ReadFile() Pin
awwase11-Feb-07 19:45
awwase11-Feb-07 19:45 
AnswerRe: The best place for ReadFile() Pin
Ram Murali11-Feb-07 20:19
Ram Murali11-Feb-07 20:19 
AnswerRe: The best place for ReadFile() Pin
Roger Stoltz11-Feb-07 21:58
Roger Stoltz11-Feb-07 21:58 
GeneralRe: The best place for ReadFile() Pin
awwase12-Feb-07 4:04
awwase12-Feb-07 4:04 
GeneralRe: The best place for ReadFile() Pin
Roger Stoltz12-Feb-07 4:21
Roger Stoltz12-Feb-07 4:21 
QuestionRight Justification of Text Pin
T.RATHA KRISHNAN11-Feb-07 19:06
T.RATHA KRISHNAN11-Feb-07 19:06 
AnswerRe: Right Justification of Text Pin
Naveen11-Feb-07 19:52
Naveen11-Feb-07 19:52 
GeneralRe: Right Justification of Text Pin
T.RATHA KRISHNAN11-Feb-07 20:32
T.RATHA KRISHNAN11-Feb-07 20:32 
GeneralRe: Right Justification of Text Pin
Naveen11-Feb-07 20:50
Naveen11-Feb-07 20:50 
GeneralRe: Right Justification of Text Pin
Hamid_RT12-Feb-07 6:50
Hamid_RT12-Feb-07 6:50 
QuestionHow to mimic the Windows XP Welcome Screen in MFC ? Pin
erajsri11-Feb-07 18:22
erajsri11-Feb-07 18:22 
AnswerRe: How to mimic the Windows XP Welcome Screen in MFC ? Pin
Waldermort11-Feb-07 20:47
Waldermort11-Feb-07 20:47 
GeneralRe: How to mimic the Windows XP Welcome Screen in MFC ? Pin
erajsri11-Feb-07 20:57
erajsri11-Feb-07 20:57 
GeneralRe: How to mimic the Windows XP Welcome Screen in MFC ? Pin
Waldermort11-Feb-07 21:17
Waldermort11-Feb-07 21:17 
QuestionStatus Pane Pin
T.RATHA KRISHNAN11-Feb-07 17:50
T.RATHA KRISHNAN11-Feb-07 17:50 
QuestionRe: Status Pane Pin
prasad_som11-Feb-07 17:54
prasad_som11-Feb-07 17:54 

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.