Click here to Skip to main content
15,913,453 members
Home / Discussions / C#
   

C#

 
GeneralRe: Distribute my software to other computers Pin
User 665813-Aug-05 7:50
User 665813-Aug-05 7:50 
Generalproblem with asynchronous server Pin
bahith13-Aug-05 0:40
bahith13-Aug-05 0:40 
GeneralRe: problem with asynchronous server Pin
Vasudevan Deepak Kumar14-Aug-05 1:55
Vasudevan Deepak Kumar14-Aug-05 1:55 
GeneralRe: problem with asynchronous server Pin
S. Senthil Kumar14-Aug-05 3:31
S. Senthil Kumar14-Aug-05 3:31 
GeneralDatetimePicker in a datagrid Pin
deep712-Aug-05 21:36
deep712-Aug-05 21:36 
GeneralUnmanaged dll access from c# passing paramaters by reference Pin
steveski7412-Aug-05 21:13
steveski7412-Aug-05 21:13 
Generalwrapping Dlls into .exe Pin
allenmpcx12-Aug-05 19:08
allenmpcx12-Aug-05 19:08 
GeneralRe: wrapping Dlls into .exe Pin
S. Senthil Kumar12-Aug-05 19:53
S. Senthil Kumar12-Aug-05 19:53 
GeneralRe: wrapping Dlls into .exe Pin
allenmpcx12-Aug-05 19:56
allenmpcx12-Aug-05 19:56 
GeneralRe: wrapping Dlls into .exe Pin
mav.northwind12-Aug-05 21:53
mav.northwind12-Aug-05 21:53 
GeneralRe: wrapping Dlls into .exe Pin
allenmpcx12-Aug-05 21:56
allenmpcx12-Aug-05 21:56 
GeneralRe: wrapping Dlls into .exe Pin
mav.northwind13-Aug-05 7:12
mav.northwind13-Aug-05 7:12 
GeneralRe: wrapping Dlls into .exe Pin
allenmpcx13-Aug-05 8:21
allenmpcx13-Aug-05 8:21 
GeneralRe: wrapping Dlls into .exe Pin
DavidNohejl13-Aug-05 3:39
DavidNohejl13-Aug-05 3:39 
allenmpcx wrote:
It is more pleasing to have everything inside one dll without any files that can be modified by users which will screw up the program.

No way users will modify your dlls. It's (almost )the same format as .exe, so having one or more files is not an issue (if they fell like messing with your dlls its the same with exe). Aren't you talking about additional files like pictures etc? You can embed them into exe or dlls (read on about resources[^]). And if somebody delete/move some files from program's folder - that is very bad idea, only idiot would do that. 99% of application stop working when you delete them some dll files! And 99% of applications are not single .exe, I think you shouldn't worry about this.

David



Never forget: "Stay kul and happy" (I.A.)

David's thoughts / dnhsoftware.org / MyHTMLTidy
GeneralRe: wrapping Dlls into .exe Pin
MrEyes13-Aug-05 10:02
MrEyes13-Aug-05 10:02 
GeneralRe: wrapping Dlls into .exe Pin
allenmpcx13-Aug-05 10:06
allenmpcx13-Aug-05 10:06 
GeneralRe: wrapping Dlls into .exe Pin
Vasudevan Deepak Kumar14-Aug-05 2:39
Vasudevan Deepak Kumar14-Aug-05 2:39 
GeneralRe: wrapping Dlls into .exe Pin
Joel Lucsy16-Aug-05 4:34
Joel Lucsy16-Aug-05 4:34 
GeneralRead an INI Pin
Anonymous12-Aug-05 14:48
Anonymous12-Aug-05 14:48 
GeneralRe: Read an INI Pin
S. Senthil Kumar12-Aug-05 19:54
S. Senthil Kumar12-Aug-05 19:54 
GeneralRe: Read an INI Pin
Matt Gerrans13-Aug-05 7:12
Matt Gerrans13-Aug-05 7:12 
GeneralRe: Read an INI Pin
S. Senthil Kumar14-Aug-05 3:40
S. Senthil Kumar14-Aug-05 3:40 
GeneralRe: Read an INI Pin
MrEyes13-Aug-05 10:10
MrEyes13-Aug-05 10:10 
GeneralRe: Read an INI Pin
Dan Neely15-Aug-05 2:10
Dan Neely15-Aug-05 2:10 
GeneralVersion of DLLs Pin
Anonymous12-Aug-05 14:26
Anonymous12-Aug-05 14:26 

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.