Click here to Skip to main content
16,008,010 members
Home / Discussions / C#
   

C#

 
GeneralXmlSerializer and interfaces Pin
Ryan Cromwell19-Aug-02 5:36
Ryan Cromwell19-Aug-02 5:36 
GeneralRe: XmlSerializer and interfaces Pin
Andy Smith19-Aug-02 19:52
Andy Smith19-Aug-02 19:52 
GeneralRe: XmlSerializer and interfaces Pin
leppie20-Aug-02 2:30
leppie20-Aug-02 2:30 
GeneralRe: XmlSerializer and interfaces Pin
Ryan Cromwell20-Aug-02 4:18
Ryan Cromwell20-Aug-02 4:18 
GeneralRe: XmlSerializer and interfaces Pin
leppie20-Aug-02 4:50
leppie20-Aug-02 4:50 
GeneralRe: XmlSerializer and interfaces Pin
James T. Johnson20-Aug-02 6:41
James T. Johnson20-Aug-02 6:41 
GeneralRe: XmlSerializer and interfaces Pin
Ryan Cromwell20-Aug-02 7:20
Ryan Cromwell20-Aug-02 7:20 
GeneralInterop question Pin
leppie19-Aug-02 4:47
leppie19-Aug-02 4:47 
Hi all,

When you need to pass a struct to an unmanaged function, does the variables need to made public or can they be set otherwise and be accessible only thru there properties.

EG (what i normally do)
public struct Point
{
public int x;
public int y;
}

Can I do?
public struct Point
{
int x;
int y;

public int X {get;set;}
public int Y {get;set;}
}

Will the unmanaged function still function as normal?

Thanx all Smile | :)

MYrc : A .NET IRC client with C# Plugin Capabilities. See
http://sourceforge.net/projects/myrc
for more info. Big Grin | :-D
Generaldumb question SOLVED :) Pin
leppie19-Aug-02 5:35
leppie19-Aug-02 5:35 
General@$#)(#@)($ dialogs Pin
Christian Graus19-Aug-02 2:57
protectorChristian Graus19-Aug-02 2:57 
GeneralRe: @$#)(#@)($ dialogs Pin
James T. Johnson19-Aug-02 3:32
James T. Johnson19-Aug-02 3:32 
GeneralRe: @$#)(#@)($ dialogs Pin
Sijin19-Aug-02 3:41
Sijin19-Aug-02 3:41 
GeneralRe: @$#)(#@)($ dialogs Pin
Christian Graus19-Aug-02 12:12
protectorChristian Graus19-Aug-02 12:12 
GeneralRe: @$#)(#@)($ dialogs Pin
Domenic Denicola19-Aug-02 13:32
Domenic Denicola19-Aug-02 13:32 
GeneralRe: @$#)(#@)($ dialogs Pin
Sijin19-Aug-02 3:36
Sijin19-Aug-02 3:36 
GeneralRemoting Question Pin
Eka19-Aug-02 2:01
Eka19-Aug-02 2:01 
GeneralRe: Remoting Question Pin
Sijin19-Aug-02 2:39
Sijin19-Aug-02 2:39 
Questionkeyboard events and mouse events? Pin
imran_rafique19-Aug-02 1:15
imran_rafique19-Aug-02 1:15 
Generalplz ans that one Pin
imran_rafique19-Aug-02 0:18
imran_rafique19-Aug-02 0:18 
GeneralRe: plz ans that one Pin
leppie19-Aug-02 1:19
leppie19-Aug-02 1:19 
GeneralRe: plz ans that one Pin
jparsons19-Aug-02 10:29
jparsons19-Aug-02 10:29 
QuestionImageList ... where to store ? Pin
AegisHold18-Aug-02 22:54
AegisHold18-Aug-02 22:54 
AnswerRe: ImageList ... where to store ? Pin
Gevik Babakhani18-Aug-02 22:58
Gevik Babakhani18-Aug-02 22:58 
GeneralRe: ImageList ... where to store ? Pin
AegisHold18-Aug-02 23:17
AegisHold18-Aug-02 23:17 
General...does not have an entry point defined. Pin
Thesisus18-Aug-02 13:55
Thesisus18-Aug-02 13:55 

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.