Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
AnswerRe: component for editing information in c# Pin
Mycroft Holmes16-Aug-13 20:41
professionalMycroft Holmes16-Aug-13 20:41 
GeneralRe: component for editing information in c# Pin
hadishf16-Aug-13 22:33
hadishf16-Aug-13 22:33 
GeneralRe: component for editing information in c# Pin
Mycroft Holmes16-Aug-13 23:10
professionalMycroft Holmes16-Aug-13 23:10 
GeneralRe: component for editing information in c# Pin
hadishf16-Aug-13 23:35
hadishf16-Aug-13 23:35 
GeneralRe: component for editing information in c# Pin
Mycroft Holmes17-Aug-13 0:09
professionalMycroft Holmes17-Aug-13 0:09 
QuestionSystem.Data.SQLite gives attempt to write to read only database Pin
rbsbscrp16-Aug-13 8:57
rbsbscrp16-Aug-13 8:57 
QuestionRe: System.Data.SQLite gives attempt to write to read only database Pin
Eddy Vluggen17-Aug-13 2:36
professionalEddy Vluggen17-Aug-13 2:36 
AnswerRe: System.Data.SQLite gives attempt to write to read only database Pin
rbsbscrp19-Aug-13 11:40
rbsbscrp19-Aug-13 11:40 
AnswerRe: System.Data.SQLite gives attempt to write to read only database Pin
rbsbscrp19-Aug-13 11:48
rbsbscrp19-Aug-13 11:48 
AnswerRe: System.Data.SQLite gives attempt to write to read only database Pin
Jammer20-Aug-21 6:45
Jammer20-Aug-21 6:45 
QuestionGetting the position of desktop shortcut icons. Pin
Septimus Hedgehog16-Aug-13 8:51
Septimus Hedgehog16-Aug-13 8:51 
GeneralRe: Getting the position of desktop shortcut icons. Pin
harold aptroot16-Aug-13 9:55
harold aptroot16-Aug-13 9:55 
AnswerRe: Getting the position of desktop shortcut icons. Pin
Dave Kreskowiak16-Aug-13 9:58
mveDave Kreskowiak16-Aug-13 9:58 
GeneralRe: Getting the position of desktop shortcut icons. Pin
SledgeHammer0116-Aug-13 11:15
SledgeHammer0116-Aug-13 11:15 
GeneralRe: Getting the position of desktop shortcut icons. Pin
Dave Kreskowiak16-Aug-13 11:37
mveDave Kreskowiak16-Aug-13 11:37 
AnswerThanks everyone. Pin
Septimus Hedgehog17-Aug-13 21:52
Septimus Hedgehog17-Aug-13 21:52 
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 

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.