Click here to Skip to main content
16,005,316 members
Home / Discussions / C#
   

C#

 
GeneralRe: copying dll to another pc Pin
Dave Kreskowiak13-Apr-04 2:08
mveDave Kreskowiak13-Apr-04 2:08 
GeneralRe: copying dll to another pc Pin
robmays13-Apr-04 2:11
robmays13-Apr-04 2:11 
GeneralRe: copying dll to another pc Pin
Dave Kreskowiak13-Apr-04 2:25
mveDave Kreskowiak13-Apr-04 2:25 
GeneralRe: copying dll to another pc Pin
robmays13-Apr-04 2:39
robmays13-Apr-04 2:39 
GeneralRe: copying dll to another pc Pin
robmays13-Apr-04 3:20
robmays13-Apr-04 3:20 
GeneralRe: copying dll to another pc Pin
Dave Kreskowiak13-Apr-04 3:29
mveDave Kreskowiak13-Apr-04 3:29 
GeneralRe: copying dll to another pc Pin
robmays13-Apr-04 3:50
robmays13-Apr-04 3:50 
GeneralRe: copying dll to another pc Pin
Dave Kreskowiak13-Apr-04 5:16
mveDave Kreskowiak13-Apr-04 5:16 
It's best to package the .DLL with the .EXE. If you keep the .DLL in a central location and, later, have to update the .DLL, you won't be able to because it is being kept open by however many copies of the software are running. You'll have an easier time updating application if it is installed completly local to the machine that is running it.


RageInTheMachine9532
QuestionHow to execute Win commands from .NET applications Pin
Mihamar13-Apr-04 0:01
Mihamar13-Apr-04 0:01 
AnswerRe: How to execute Win commands from .NET applications Pin
MeterMan13-Apr-04 0:34
MeterMan13-Apr-04 0:34 
GeneralRe: How to execute Win commands from .NET applications Pin
Mihamar26-Apr-04 3:57
Mihamar26-Apr-04 3:57 
AnswerRe: How to execute Win commands from .NET applications Pin
Andy H13-Apr-04 1:47
Andy H13-Apr-04 1:47 
GeneralInt - Byte Pin
"joel"12-Apr-04 22:43
"joel"12-Apr-04 22:43 
GeneralRe: Int - Byte Pin
Jay Shankar12-Apr-04 23:34
Jay Shankar12-Apr-04 23:34 
GeneralRe: Int - Byte Pin
Heath Stewart13-Apr-04 3:08
protectorHeath Stewart13-Apr-04 3:08 
GeneralCommenting Code Pin
MeterMan12-Apr-04 22:28
MeterMan12-Apr-04 22:28 
GeneralRe: Commenting Code Pin
Corinna John12-Apr-04 23:51
Corinna John12-Apr-04 23:51 
GeneralRe: Commenting Code Pin
Roger Alsing13-Apr-04 0:19
Roger Alsing13-Apr-04 0:19 
GeneralRe: Commenting Code Pin
Heath Stewart13-Apr-04 3:05
protectorHeath Stewart13-Apr-04 3:05 
GeneralCrystal reports and C# Pin
MeterMan12-Apr-04 18:30
MeterMan12-Apr-04 18:30 
GeneralRe: Crystal reports and C# Pin
Heath Stewart13-Apr-04 3:00
protectorHeath Stewart13-Apr-04 3:00 
GeneralDataGrid and threading Pin
viettrai12-Apr-04 11:55
viettrai12-Apr-04 11:55 
GeneralRe: DataGrid and threading Pin
quilkin12-Apr-04 21:04
quilkin12-Apr-04 21:04 
GeneralRe: DataGrid and threading Pin
viettrai13-Apr-04 10:58
viettrai13-Apr-04 10:58 
GeneralNT Service Monitor Pin
Makover12-Apr-04 9:33
Makover12-Apr-04 9: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.