Click here to Skip to main content
15,885,182 members
Home / Discussions / C#
   

C#

 
AnswerRe: Dynamically ENUM Pin
Paulo Zemek13-May-09 9:00
mvaPaulo Zemek13-May-09 9:00 
QuestionStandalone application.... Pin
Rajdeep.NET is BACK12-May-09 19:03
Rajdeep.NET is BACK12-May-09 19:03 
AnswerRe: Standalone application.... Pin
N a v a n e e t h12-May-09 19:22
N a v a n e e t h12-May-09 19:22 
GeneralRe: Standalone application.... Pin
Rajdeep.NET is BACK12-May-09 20:06
Rajdeep.NET is BACK12-May-09 20:06 
GeneralRe: Standalone application.... Pin
V.12-May-09 20:14
professionalV.12-May-09 20:14 
GeneralRe: Standalone application.... Pin
N a v a n e e t h12-May-09 20:27
N a v a n e e t h12-May-09 20:27 
GeneralRe: Standalone application.... Pin
OriginalGriff12-May-09 21:55
mveOriginalGriff12-May-09 21:55 
GeneralRe: Standalone application.... Pin
Guffa13-May-09 0:59
Guffa13-May-09 0:59 
It's quite possible to accomplish that you need only the .exe file to run the application, but then you have to be careful not to use anything that is stored outside of it.

The configuration file is not for Visual Studio, it's for the program itself. Some controls (for example the OpenFileDialog) saves informtion in the configuration file. If you use a control that does, you either need the configuration file, or you need to change the settings of the control so that it doesn't use the file.

If you have referenced any libraries that is not in the framework, you need those .dll files along with the .exe file.

Despite everything, the person most likely to be fooling you next is yourself.

AnswerRe: Standalone application.... Pin
Wes Aday13-May-09 10:32
professionalWes Aday13-May-09 10:32 
AnswerRe: Standalone application.... Pin
PIEBALDconsult13-May-09 14:36
mvePIEBALDconsult13-May-09 14:36 
QuestionRemove processes from memory on abnormal exit Pin
aastudent12-May-09 18:57
aastudent12-May-09 18:57 
AnswerRe: Remove processes from memory on abnormal exit Pin
N a v a n e e t h12-May-09 19:48
N a v a n e e t h12-May-09 19:48 
QuestionAny methods or modules for C# that speed up the thumbnail generation Pin
pinyojit12-May-09 18:55
pinyojit12-May-09 18:55 
QuestionDiference betwteen DrawText and RichTextEdit (winforms) [modified] Pin
ramaluciano12-May-09 18:50
ramaluciano12-May-09 18:50 
AnswerRe: Diference betwteen DrawText and RichTextEdit (winforms) Pin
Henry Minute13-May-09 0:56
Henry Minute13-May-09 0:56 
QuestionDetermine device type using IP Pin
lachu00912-May-09 18:19
lachu00912-May-09 18:19 
AnswerRe: Determine device type using IP Pin
Rajdeep.NET is BACK12-May-09 18:52
Rajdeep.NET is BACK12-May-09 18:52 
AnswerRe: Determine device type using IP Pin
Fatbuddha 112-May-09 22:12
Fatbuddha 112-May-09 22:12 
AnswerRe: Determine device type using IP Pin
OriginalGriff12-May-09 23:03
mveOriginalGriff12-May-09 23:03 
QuestionTryEnter always return true in Timer Event Pin
geossl12-May-09 17:40
geossl12-May-09 17:40 
AnswerRe: TryEnter always return true in Timer Event Pin
N a v a n e e t h12-May-09 18:23
N a v a n e e t h12-May-09 18:23 
AnswerRe: TryEnter always return true in Timer Event Pin
OriginalGriff12-May-09 22:42
mveOriginalGriff12-May-09 22:42 
AnswerRe: TryEnter always return true in Timer Event Pin
Nicholas Butler12-May-09 23:18
sitebuilderNicholas Butler12-May-09 23:18 
QuestionConvert From VB.Net to C # Project Pin
misCafe12-May-09 17:07
misCafe12-May-09 17:07 
AnswerRe: Convert From VB.Net to C # Project Pin
Dave Kreskowiak12-May-09 17:22
mveDave Kreskowiak12-May-09 17:22 

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.