Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: Combobox resets its value Pin
Thahir Pattanathel28-May-13 2:02
Thahir Pattanathel28-May-13 2:02 
QuestionMoving picture box with arrow key in vb.net while other controls are also in the same form Pin
Member 834762927-May-13 21:51
Member 834762927-May-13 21:51 
AnswerRe: Moving picture box with arrow key in vb.net while other controls are also in the same form Pin
Simon_Whale27-May-13 22:12
Simon_Whale27-May-13 22:12 
GeneralRe: Moving picture box with arrow key in vb.net while other controls are also in the same form Pin
lukeer28-May-13 0:18
lukeer28-May-13 0:18 
GeneralRe: Moving picture box with arrow key in vb.net while other controls are also in the same form Pin
Simon_Whale28-May-13 0:24
Simon_Whale28-May-13 0:24 
AnswerRe: Moving picture box with arrow key in vb.net while other controls are also in the same form Pin
lukeer28-May-13 0:20
lukeer28-May-13 0:20 
AnswerRe: Moving picture box with arrow key in vb.net while other controls are also in the same form Pin
Simon_Whale28-May-13 0:24
Simon_Whale28-May-13 0:24 
QuestionPuzzle Random Pin
Midnight Ahri27-May-13 20:28
Midnight Ahri27-May-13 20:28 
AnswerRe: Puzzle Random Pin
harold aptroot27-May-13 20:58
harold aptroot27-May-13 20:58 
AnswerRe: Puzzle Random Pin
OriginalGriff27-May-13 21:32
mveOriginalGriff27-May-13 21:32 
GeneralRe: Puzzle Random Pin
harold aptroot27-May-13 21:43
harold aptroot27-May-13 21:43 
GeneralRe: Puzzle Random Pin
OriginalGriff27-May-13 21:58
mveOriginalGriff27-May-13 21:58 
GeneralRe: Puzzle Random Pin
harold aptroot27-May-13 22:13
harold aptroot27-May-13 22:13 
AnswerRe: Puzzle Random Pin
Midnight Ahri27-May-13 22:43
Midnight Ahri27-May-13 22:43 
QuestionC# add code to app for user to enter data Pin
classy_dog27-May-13 6:42
classy_dog27-May-13 6:42 
AnswerRe: C# add code to app for user to enter data Pin
Dave Kreskowiak27-May-13 7:07
mveDave Kreskowiak27-May-13 7:07 
AnswerRe: C# add code to app for user to enter data Pin
Richard MacCutchan27-May-13 7:23
mveRichard MacCutchan27-May-13 7:23 
QuestionC# linq to sql default appears Pin
classy_dog26-May-13 16:16
classy_dog26-May-13 16:16 
AnswerRe: C# linq to sql default appears Pin
Dave Kreskowiak26-May-13 18:43
mveDave Kreskowiak26-May-13 18:43 
GeneralRe: C# linq to sql default appears Pin
classy_dog27-May-13 6:41
classy_dog27-May-13 6:41 
GeneralRe: C# linq to sql default appears Pin
Dave Kreskowiak27-May-13 7:03
mveDave Kreskowiak27-May-13 7:03 
QuestionC# convert dll to be used as an api Pin
classy_dog26-May-13 12:05
classy_dog26-May-13 12:05 
AnswerRe: C# convert dll to be used as an api Pin
Garth J Lancaster26-May-13 13:06
professionalGarth J Lancaster26-May-13 13:06 
not sure I understand you fully, but, I would move/'refactor' all the non gui/console code functions etc into a dll, and export their function calls etc - this is effectively your 'api'

The dll can then be used in a console or gui program

Im not sure your point in #1 is a good enough reason to change to a windows forms app - If it were logging/catpturing output messages, you could have used log4net for example .. even if you said you wanted to capture them to a DOS type window, that can be done from log4net

[edit]
btw - your second point #2 ..'depends' Smile | :) if only one user is going to be entering data and/or never from a 'remote' desktop, then maybe I'd prefer 'Forms' based - if multiple people may be entering data and you may move the solution to a more 'distributed' space, then, maybe asp.net web forms is the go ..

again, it all comes down to requirements/analysis - seperating the 'work functions' from the 'gui' type functions will help you whatever the case
[/edit]


'g'

modified 26-May-13 19:17pm.

AnswerRe: C# convert dll to be used as an api Pin
Richard MacCutchan26-May-13 21:54
mveRichard MacCutchan26-May-13 21:54 
QuestionFinding Orphaned Files Pin
Jonathan Clegg26-May-13 10:15
Jonathan Clegg26-May-13 10:15 

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.