Click here to Skip to main content
15,879,535 members
Home / Discussions / C#
   

C#

 
GeneralThe Random Class Pin
N8tiv16-Aug-13 3:43
N8tiv16-Aug-13 3:43 
GeneralRe: The Random Class Pin
Dave Kreskowiak16-Aug-13 3:59
mveDave Kreskowiak16-Aug-13 3:59 
GeneralRe: The Random Class Pin
N8tiv16-Aug-13 4:47
N8tiv16-Aug-13 4:47 
GeneralRe: The Random Class Pin
harold aptroot16-Aug-13 5:04
harold aptroot16-Aug-13 5:04 
GeneralRe: The Random Class Pin
N8tiv16-Aug-13 5:06
N8tiv16-Aug-13 5:06 
GeneralRe: The Random Class Pin
Keith Barrow16-Aug-13 5:55
professionalKeith Barrow16-Aug-13 5:55 
GeneralRe: The Random Class Pin
N8tiv16-Aug-13 6:19
N8tiv16-Aug-13 6:19 
GeneralRe: The Random Class Pin
Forbiddenx16-Aug-13 8:07
Forbiddenx16-Aug-13 8:07 
If I was you,

I would build a solution and inside that solution I would place 3 projects.. maybe more.
1, DLL - where all your business logic lives.
2, Console Application
3, Windows Application.


Both Project 2 and 3 will ref the main dll, or main dlls for their logic so you can have all your
logic inside the dlls and then project 1 and 2 will just serve as the application interfaces.

Should solve the problem without adding to much extra complications..
Then your users will simple have two apps.. one windows mode, and one cmd line..
each app will run the same code pretty much.

You can go even further by inheriting the base dll, and then adding your own 2 or 3 spec code to them.

Good luck!
=)

GeneralRe: The Random Class Pin
PIEBALDconsult16-Aug-13 13:33
mvePIEBALDconsult16-Aug-13 13:33 
GeneralRe: The Random Class Pin
Pete O'Hanlon16-Aug-13 3:59
mvePete O'Hanlon16-Aug-13 3:59 
GeneralPDF area selection Pin
Mercurius8415-Aug-13 18:34
Mercurius8415-Aug-13 18:34 
GeneralRe: PDF area selection Pin
Mycroft Holmes15-Aug-13 19:25
professionalMycroft Holmes15-Aug-13 19:25 
GeneralRe: PDF area selection Pin
Mercurius8416-Aug-13 0:24
Mercurius8416-Aug-13 0:24 
GeneralRe: PDF area selection Pin
Sivaraman Dhamodharan15-Aug-13 23:57
Sivaraman Dhamodharan15-Aug-13 23:57 
GeneralRe: PDF area selection Pin
Mercurius8416-Aug-13 0:28
Mercurius8416-Aug-13 0:28 
QuestionTCP error code 10013: An attempt was made to access a socket in a way forbidden by its access permissions 17.21.11.17:8080 Pin
BalasubramanianK15-Aug-13 4:28
BalasubramanianK15-Aug-13 4:28 
SuggestionRe: TCP error code 10013: An attempt was made to access a socket in a way forbidden by its access permissions 17.21.11.17:8080 Pin
Richard MacCutchan15-Aug-13 4:37
mveRichard MacCutchan15-Aug-13 4:37 
QuestionMulti-Threading PinPopular
bh_15-Aug-13 2:54
bh_15-Aug-13 2:54 
AnswerRe: Multi-Threading Pin
Garth J Lancaster15-Aug-13 3:26
professionalGarth J Lancaster15-Aug-13 3:26 
AnswerRe: Multi-Threading Pin
Ravi Bhavnani15-Aug-13 5:02
professionalRavi Bhavnani15-Aug-13 5:02 
GeneralRe: Multi-Threading Pin
bh_15-Aug-13 21:17
bh_15-Aug-13 21:17 
GeneralRe: Multi-Threading Pin
Ravi Bhavnani16-Aug-13 5:36
professionalRavi Bhavnani16-Aug-13 5:36 
GeneralRe: Multi-Threading Pin
bh_16-Aug-13 5:41
bh_16-Aug-13 5:41 
AnswerRe: Multi-Threading Pin
Forbiddenx16-Aug-13 8:13
Forbiddenx16-Aug-13 8:13 
AnswerRe: Multi-Threading Pin
Septimus Hedgehog16-Aug-13 9:38
Septimus Hedgehog16-Aug-13 9:38 

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.