Click here to Skip to main content
15,890,527 members
Home / Discussions / C#
   

C#

 
AnswerRe: Combobox resets its value Pin
BobJanova27-May-13 23:46
BobJanova27-May-13 23:46 
GeneralRe: Combobox resets its value Pin
Thahir Pattanathel28-May-13 1:56
Thahir Pattanathel28-May-13 1:56 
AnswerRe: Combobox resets its value Pin
Abhinav S27-May-13 23:50
Abhinav S27-May-13 23:50 
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 
I have the following questions in regards to converting a C# 2008 appliation that is currently executed as a dll and now I want to change the program so that is executed as an api. I have the following comments to make which are:

1. This program was originally setup as a console application, but I changed the application so that it would compile and run as a windows form application. I made the changed since I wanted to save all the output messages that were originally written to Dos popup windows to saved to log files for research and deubgging purposes.

2. This application has 4 project files. Two of the project files are class libraries and two of the project files are window form applications that I converted from a console project files to window form proejct files.

3.One of the windows form project files is the 'driver' of the application. I would like to add a 'gui' interface to the application so the user can enter data that can be utilized by the 'driver' project file.

I have the following questions I would like to ask which include the following:

1. From what I described above, would you tell me what I need to do to convert the application I listed above from being executed as a dll and execute it as api? Is there any special considerations I need to take into consideration? Can you show me code and/or point be to a reference I can utilize to accomplish my goal?


2. Would it be better to make the 'gui' interface where the user enters data a desktop or asp.net web forms application? Can you tell me why one method would be better than another method would be?

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.