Click here to Skip to main content
15,900,461 members
Home / Discussions / C#
   

C#

 
AnswerRe: Does anyone know how to make a transparent tabpage? Pin
Carlos H. Perez14-Apr-04 16:44
Carlos H. Perez14-Apr-04 16:44 
GeneralRe: Does anyone know how to make a transparent tabpage? Pin
Flack15-Apr-04 7:41
Flack15-Apr-04 7:41 
QuestionAnyone used SQLite with C#? Pin
tsigo14-Apr-04 13:59
tsigo14-Apr-04 13:59 
GeneralCodeDomSerializer Question Pin
Jamie Nordmeyer14-Apr-04 12:28
Jamie Nordmeyer14-Apr-04 12:28 
GeneralFlex Grid in C# Pin
Greg Ward14-Apr-04 11:26
Greg Ward14-Apr-04 11:26 
GeneralRe: Flex Grid in C# Pin
Heath Stewart14-Apr-04 11:51
protectorHeath Stewart14-Apr-04 11:51 
GeneralRe: Flex Grid in C# Pin
Suelinda_W26-Apr-04 5:42
Suelinda_W26-Apr-04 5:42 
Generaldelegate and AppDomains Pin
VizOne14-Apr-04 11:24
VizOne14-Apr-04 11:24 
Hi!

I have an application with two AppDomains (say A and B) where an object X that lives in AppDomain A is passed to AppDomain B where a method subscribes for an event of object X. This means that when object X fires its event, the delegate is called over AppDomain boundaries. This works well as long as the method the event-delegate points to (in AppDomain B) is public. If the method is anything but public (e.g. internal, private or protected) I get an SerializationException saying that it the serialization does not serialize delegates pointing to non-public members.

I find this strange and annoying as I don't want to make the method in question public.

Any suggestions? Thanks in advance

Regards,
Andre Loker
GeneralRe: delegate and AppDomains Pin
Heath Stewart14-Apr-04 12:00
protectorHeath Stewart14-Apr-04 12:00 
Generalaccess rows in order that they appear after sorting datagrid Pin
blakeb_114-Apr-04 10:50
blakeb_114-Apr-04 10:50 
GeneralRe: access rows in order that they appear after sorting datagrid Pin
Heath Stewart14-Apr-04 11:47
protectorHeath Stewart14-Apr-04 11:47 
GeneralRe: access rows in order that they appear after sorting datagrid Pin
blakeb_116-Apr-04 9:58
blakeb_116-Apr-04 9:58 
GeneralUsing DataBinder.Eval Pin
Mike Ellison14-Apr-04 10:19
Mike Ellison14-Apr-04 10:19 
GeneralRe: Using DataBinder.Eval Pin
Heath Stewart14-Apr-04 10:31
protectorHeath Stewart14-Apr-04 10:31 
GeneralRe: Using DataBinder.Eval Pin
Mike Ellison14-Apr-04 12:33
Mike Ellison14-Apr-04 12:33 
GeneralWeb services question... Pin
Manster14-Apr-04 9:00
Manster14-Apr-04 9:00 
GeneralRe: Web services question... Pin
Heath Stewart14-Apr-04 9:05
protectorHeath Stewart14-Apr-04 9:05 
GeneralRe: Web services question... Pin
Manster15-Apr-04 3:20
Manster15-Apr-04 3:20 
GeneralRe: Web services question... Pin
Heath Stewart15-Apr-04 3:24
protectorHeath Stewart15-Apr-04 3:24 
GeneralRe: Web services question... Pin
Manster15-Apr-04 3:52
Manster15-Apr-04 3:52 
GeneralRe: Web services question... Pin
Heath Stewart15-Apr-04 3:57
protectorHeath Stewart15-Apr-04 3:57 
GeneralRe: Web services question... Pin
Manster15-Apr-04 4:02
Manster15-Apr-04 4:02 
Generalmultiple entries in Add/Remove Programs Pin
econnor14-Apr-04 8:58
econnor14-Apr-04 8:58 
GeneralRe: multiple entries in Add/Remove Programs Pin
Heath Stewart14-Apr-04 9:03
protectorHeath Stewart14-Apr-04 9:03 
GeneralP/Invoke Pin
Dominik Reichl14-Apr-04 6:58
Dominik Reichl14-Apr-04 6:58 

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.