Click here to Skip to main content
15,905,073 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
CoderForEver26-Aug-09 1:56
CoderForEver26-Aug-09 1:56 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
Richard MacCutchan26-Aug-09 3:12
mveRichard MacCutchan26-Aug-09 3:12 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
CoderForEver26-Aug-09 3:40
CoderForEver26-Aug-09 3:40 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
Richard MacCutchan26-Aug-09 6:21
mveRichard MacCutchan26-Aug-09 6:21 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
CoderForEver26-Aug-09 10:35
CoderForEver26-Aug-09 10:35 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
Richard MacCutchan26-Aug-09 21:23
mveRichard MacCutchan26-Aug-09 21:23 
QuestionHow do you compile code from notepad? Pin
Nathan Revka20-Aug-09 9:27
Nathan Revka20-Aug-09 9:27 
AnswerRe: How do you compile code from notepad? Pin
Pete O'Hanlon20-Aug-09 9:34
mvePete O'Hanlon20-Aug-09 9:34 
AnswerRe: How do you compile code from notepad? Pin
Christian Graus20-Aug-09 11:44
protectorChristian Graus20-Aug-09 11:44 
GeneralRe: How do you compile code from notepad? Pin
PIEBALDconsult20-Aug-09 12:55
mvePIEBALDconsult20-Aug-09 12:55 
AnswerRe: How do you compile code from notepad? Pin
PIEBALDconsult20-Aug-09 12:54
mvePIEBALDconsult20-Aug-09 12:54 
AnswerRe: How do you compile code from notepad? Pin
Natural_Demon20-Aug-09 14:14
Natural_Demon20-Aug-09 14:14 
AnswerRe: How do you compile code from notepad? Pin
darkelv20-Aug-09 15:38
darkelv20-Aug-09 15:38 
GeneralRe: How do you compile code from notepad? Pin
dan!sh 20-Aug-09 18:49
professional dan!sh 20-Aug-09 18:49 
AnswerRe: How do you compile code from notepad? Pin
Richard MacCutchan25-Aug-09 10:38
mveRichard MacCutchan25-Aug-09 10:38 
QuestionProblem with play real-time audio signals Pin
hossein khatoonabadi20-Aug-09 9:25
hossein khatoonabadi20-Aug-09 9:25 
QuestionUser Control: Property use Pin
favianq20-Aug-09 9:22
favianq20-Aug-09 9:22 
AnswerRe: User Control: Property use Pin
Henry Minute20-Aug-09 11:48
Henry Minute20-Aug-09 11:48 
QuestionHow do I use external libraries in my project? (using <taglib>)</taglib> Pin
pietlut20-Aug-09 6:35
pietlut20-Aug-09 6:35 
AnswerRe: How do I use external libraries in my project? (using ) Pin
Saksida Bojan20-Aug-09 7:26
Saksida Bojan20-Aug-09 7:26 
pietlut wrote:
So where do I copy which files of the libraries

If you want to add project to solution copy files to solution folder, or yust copy dll to your project

pietlut wrote:
how do I assign them to my project? (as in: do I put using <k:\d\dev\taglib\taglib.h>; in the header?)

Absolutly not that whay. This is not C++. Yust add to solution as exsisting project, then under main projet add reference to another project. Or you can yust copy dll files to your project, add reference to it and when you will run, those dll will be automatcly copied to same folder as exe file

And then you can use: using NameOfNameSpace;
AnswerRe: How do I use external libraries in my project? (using ) Pin
PIEBALDconsult20-Aug-09 7:57
mvePIEBALDconsult20-Aug-09 7:57 
AnswerRe: How do I use external libraries in my project? (using ) Pin
stancrm20-Aug-09 8:10
stancrm20-Aug-09 8:10 
AnswerRe: How do I use external libraries in my project? (using ) Pin
Wes Aday20-Aug-09 9:24
professionalWes Aday20-Aug-09 9:24 
QuestionHow to set the x & y axis fontsize in MSChart Pin
JohnQuar120-Aug-09 4:24
JohnQuar120-Aug-09 4:24 
AnswerRe: How to set the x & y axis fontsize in MSChart Pin
Luc Pattyn20-Aug-09 5:20
sitebuilderLuc Pattyn20-Aug-09 5:20 

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.