Click here to Skip to main content
15,894,180 members
Home / Discussions / C#
   

C#

 
GeneralRe: Incrementally create user controls Pin
Andres Coder7-Feb-04 7:41
Andres Coder7-Feb-04 7:41 
GeneralRe: Incrementally create user controls Pin
Andres Coder7-Feb-04 7:42
Andres Coder7-Feb-04 7:42 
Generalenter Pin
heba_zien6-Feb-04 11:14
heba_zien6-Feb-04 11:14 
GeneralRe: enter Pin
Bill Dean6-Feb-04 17:01
Bill Dean6-Feb-04 17:01 
QuestionIs implementing WH_KEYBOARD hooking in a .NET library a good idea? Pin
Anonymous6-Feb-04 10:34
Anonymous6-Feb-04 10:34 
AnswerRe: Is implementing WH_KEYBOARD hooking in a .NET library a good idea? Pin
Heath Stewart7-Feb-04 19:32
protectorHeath Stewart7-Feb-04 19:32 
GeneralRe: Is implementing WH_KEYBOARD hooking in a .NET library a good idea? Pin
Anonymous7-Feb-04 22:38
Anonymous7-Feb-04 22:38 
GeneralRe: Is implementing WH_KEYBOARD hooking in a .NET library a good idea? Pin
Heath Stewart8-Feb-04 5:41
protectorHeath Stewart8-Feb-04 5:41 
QuestionAny Articles on Delta values (saving only what has changed)? Pin
Grav-Vt6-Feb-04 9:49
Grav-Vt6-Feb-04 9:49 
AnswerRe: Any Articles on Delta values (saving only what has changed)? Pin
Daniel Turini6-Feb-04 10:20
Daniel Turini6-Feb-04 10:20 
GeneralRe: Any Articles on Delta values (saving only what has changed)? Pin
Kentamanos6-Feb-04 11:05
Kentamanos6-Feb-04 11:05 
GeneralConsume a Web Service Pin
hxxbin6-Feb-04 8:44
hxxbin6-Feb-04 8:44 
GeneralRe: Consume a Web Service Pin
Mazdak6-Feb-04 8:54
Mazdak6-Feb-04 8:54 
GeneralMarshaling Type of Unknown Size (SHItemID) Pin
Tristan Rhodes6-Feb-04 7:56
Tristan Rhodes6-Feb-04 7:56 
GeneralRe: Marshaling Type of Unknown Size (SHItemID) Pin
Nick Parker7-Feb-04 8:23
protectorNick Parker7-Feb-04 8:23 
Questionhow do I map a network drive in C# Pin
laptop_016-Feb-04 6:59
laptop_016-Feb-04 6:59 
AnswerRe: how do I map a network drive in C# Pin
Bill Dean6-Feb-04 7:13
Bill Dean6-Feb-04 7:13 
GeneralRe: how do I map a network drive in C# Pin
laptop_016-Feb-04 7:24
laptop_016-Feb-04 7:24 
GeneralProblem setting enum field value using Remoting Pin
claughlin6-Feb-04 6:18
claughlin6-Feb-04 6:18 
GeneralRe: Problem setting enum field value using Remoting Pin
Heath Stewart7-Feb-04 19:39
protectorHeath Stewart7-Feb-04 19:39 
Does the remoting server have a reference to the BuildMethod Type? I suspect it either doens't know how to deserialize it (which reminds me, you really should be / have to be using the SerializableAttribute on remotable objects) because it doesn't know the Type, or just doesn't recognize the Type to begin with. The client, on the other hand, would receive an integer representation of the enum and could deserialize that easily, as such is the case since your client can get the field.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Problem setting enum field value using Remoting Pin
ClarkLaughlin8-Feb-04 9:03
ClarkLaughlin8-Feb-04 9:03 
GeneralDate Difference Pin
hxxbin6-Feb-04 6:17
hxxbin6-Feb-04 6:17 
GeneralRe: Date Difference Pin
Mazdak6-Feb-04 7:26
Mazdak6-Feb-04 7:26 
GeneralRe: Date Difference Pin
Heath Stewart7-Feb-04 19:40
protectorHeath Stewart7-Feb-04 19:40 
GeneralAn XML newbie's problem Pin
cemlouis6-Feb-04 5:50
cemlouis6-Feb-04 5:50 

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.