Click here to Skip to main content
15,922,007 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: binary MSIL file format? Pin
Corinna John16-Feb-04 19:30
Corinna John16-Feb-04 19:30 
GeneralRe: binary MSIL file format? Pin
Corinna John16-Feb-04 19:36
Corinna John16-Feb-04 19:36 
GeneralThank :-) Pin
aiwadisc16-Feb-04 21:56
aiwadisc16-Feb-04 21:56 
GeneralFree .Net training Pin
Anonymous15-Feb-04 15:10
Anonymous15-Feb-04 15:10 
GeneralFree .Net training Pin
Tony M John15-Feb-04 15:08
Tony M John15-Feb-04 15:08 
GeneralVersion problem broke code Pin
Larry S13-Feb-04 12:13
Larry S13-Feb-04 12:13 
QuestionHow to deploy common .dlls (assemblies) Pin
billdwilson313-Feb-04 10:20
billdwilson313-Feb-04 10:20 
AnswerRe: How to deploy common .dlls (assemblies) Pin
Werdna15-Feb-04 16:56
Werdna15-Feb-04 16:56 
You might be able to load all those dlls manually at start up.
Just use Assemlby.Load, or you might register event hanlder for AppDomain.AssemblyResolve and then load the assembly if it can't be found thru normal lookup.
GeneralRe: How to deploy common .dlls (assemblies) Pin
Werdna15-Feb-04 16:57
Werdna15-Feb-04 16:57 
GeneralAccessing .NET Remote from .NET compact framework Pin
Anonymous13-Feb-04 10:05
Anonymous13-Feb-04 10:05 
GeneralCom Interop Pin
Anonymous12-Feb-04 23:46
Anonymous12-Feb-04 23:46 
GeneralRe: Com Interop Pin
Mike Dimmick13-Feb-04 2:46
Mike Dimmick13-Feb-04 2:46 
GeneralRe: Com Interop Pin
Anonymous15-Feb-04 3:19
Anonymous15-Feb-04 3:19 
GeneralRe: Com Interop Pin
Nick Parker15-Feb-04 4:24
protectorNick Parker15-Feb-04 4:24 
QuestionUser Control as a Form Container? Pin
JerryTanski12-Feb-04 10:14
JerryTanski12-Feb-04 10:14 
AnswerRe: User Control as a Form Container? Pin
John Kuhn12-Feb-04 17:56
John Kuhn12-Feb-04 17:56 
GeneralFloatToInt32Bits and Int32BitsToFloat Pin
Paul Selormey11-Feb-04 17:06
Paul Selormey11-Feb-04 17:06 
Generaldata Binding Pin
CSharpDavid11-Feb-04 10:17
CSharpDavid11-Feb-04 10:17 
GeneralRe: data Binding Pin
John Kuhn11-Feb-04 17:00
John Kuhn11-Feb-04 17:00 
GeneralControling the sort of datetimes in a DataGrid Pin
KC@CodeProject11-Feb-04 5:15
KC@CodeProject11-Feb-04 5:15 
GeneralFloating point error in .NET Pin
eparkes10-Feb-04 6:25
eparkes10-Feb-04 6:25 
GeneralRe: Floating point error in .NET Pin
Colin Angus Mackay10-Feb-04 6:46
Colin Angus Mackay10-Feb-04 6:46 
GeneralRe: Floating point error in .NET Pin
Nick Parker10-Feb-04 8:35
protectorNick Parker10-Feb-04 8:35 
GeneralRe: Floating point error in .NET Pin
Colin Angus Mackay10-Feb-04 12:47
Colin Angus Mackay10-Feb-04 12:47 
GeneralRe: Floating point error in .NET Pin
Nick Parker10-Feb-04 8:33
protectorNick Parker10-Feb-04 8: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.