Click here to Skip to main content
15,910,411 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# with VS2012 read outlook pst message and record Pin
蔡豐駿7-Jul-13 15:26
蔡豐駿7-Jul-13 15:26 
Generalhow to link dll with exe Pin
Yashwanth. C.b7-Jul-13 1:24
Yashwanth. C.b7-Jul-13 1:24 
SuggestionRe: how to link dll with exe Pin
Richard MacCutchan7-Jul-13 1:32
mveRichard MacCutchan7-Jul-13 1:32 
GeneralRe: how to link dll with exe Pin
OriginalGriff7-Jul-13 1:41
mveOriginalGriff7-Jul-13 1:41 
GeneralRe: how to link dll with exe Pin
Richard MacCutchan7-Jul-13 1:51
mveRichard MacCutchan7-Jul-13 1:51 
GeneralRe: how to link dll with exe Pin
Yashwanth. C.b9-Jul-13 15:52
Yashwanth. C.b9-Jul-13 15:52 
GeneralRe: how to link dll with exe Pin
Richard MacCutchan9-Jul-13 21:25
mveRichard MacCutchan9-Jul-13 21:25 
GeneralRe: how to link dll with exe Pin
OriginalGriff7-Jul-13 1:48
mveOriginalGriff7-Jul-13 1:48 
It's pretty easy - or at least it is in the Pro version of VS210, I don't have the Express version. So if any of this doesn't work, let me know... Laugh | :laugh:
Open your solution, and look at the Solution Explorer pane.
Right click your solution name, and select "Add...New Project..." from the drop down list.
In the dialog, Select "Class Library" from the middle panel, and give it a sensible Name. Press OK.
Build your solution.
Now, open your EXE project in the Solution Explorer pane, and right click the "References" branch.
Select the "Add Reference..." option.
In the dialog the appears, select the "Projects" tab from the list on the left, then select your new DLL project on the right.
Press the "Add" button.

Done! You can now use classes in the DLL project in your EXE project. (You may want to add the appropriate using statement to your code files)
The universe is composed of electrons, neutrons, protons and......morons. (ThePhantomUpvoter)

GeneralRe: how to link dll with exe Pin
Richard MacCutchan7-Jul-13 1:52
mveRichard MacCutchan7-Jul-13 1:52 
GeneralRe: how to link dll with exe Pin
Richard MacCutchan7-Jul-13 1:56
mveRichard MacCutchan7-Jul-13 1:56 
GeneralRe: how to link dll with exe Pin
OriginalGriff7-Jul-13 2:02
mveOriginalGriff7-Jul-13 2:02 
JokeAnd another thing Pin
Richard MacCutchan7-Jul-13 1:58
mveRichard MacCutchan7-Jul-13 1:58 
GeneralRe: And another thing Pin
OriginalGriff7-Jul-13 2:06
mveOriginalGriff7-Jul-13 2:06 
QuestionIntegral Height for ComboBox Pin
Manoj Salem6-Jul-13 23:35
Manoj Salem6-Jul-13 23:35 
AnswerRe: Integral Height for ComboBox Pin
Richard MacCutchan7-Jul-13 1:28
mveRichard MacCutchan7-Jul-13 1:28 
QuestionC# event for Idenify Mouse click or key down Pin
Manoj Salem6-Jul-13 23:31
Manoj Salem6-Jul-13 23:31 
AnswerRe: C# event for Idenify Mouse click or key down Pin
Mycroft Holmes7-Jul-13 12:52
professionalMycroft Holmes7-Jul-13 12:52 
QuestionE-prescription system full source code Pin
Mootje0706-Jul-13 11:54
Mootje0706-Jul-13 11:54 
AnswerRe: E-prescription system full source code Pin
NotPolitcallyCorrect6-Jul-13 12:22
NotPolitcallyCorrect6-Jul-13 12:22 
QuestionClicked row information Pin
Thahir Pattanathel6-Jul-13 4:30
Thahir Pattanathel6-Jul-13 4:30 
AnswerRe: Clicked row information Pin
Eddy Vluggen6-Jul-13 9:44
professionalEddy Vluggen6-Jul-13 9:44 
QuestionPrinting Problem in C# Pin
Thahir Pattanathel6-Jul-13 3:23
Thahir Pattanathel6-Jul-13 3:23 
AnswerRe: Printing Problem in C# Pin
eddieangel10-Jul-13 10:21
eddieangel10-Jul-13 10:21 
Questionhow to trace hardisk serial no,processor,ram Pin
tarun kumar sahu hs6-Jul-13 1:56
tarun kumar sahu hs6-Jul-13 1:56 
AnswerRe: how to trace hardisk serial no,processor,ram Pin
Mycroft Holmes6-Jul-13 2:02
professionalMycroft Holmes6-Jul-13 2:02 

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.