Click here to Skip to main content
15,914,416 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dataset Filter Interger Pin
Antonius_r329-Jun-04 5:47
Antonius_r329-Jun-04 5:47 
GeneralRe: Dataset Filter Interger Pin
Antonius_r329-Jun-04 18:08
Antonius_r329-Jun-04 18:08 
GeneralRe: Dataset Filter Interger Pin
Orina DCosta29-Jun-04 20:20
Orina DCosta29-Jun-04 20:20 
GeneralRe: Dataset Filter Interger Pin
Antonius_r330-Jun-04 2:55
Antonius_r330-Jun-04 2:55 
GeneralRe: Dataset Filter Interger Pin
Antonius_r33-Jul-04 5:04
Antonius_r33-Jul-04 5:04 
GeneralRe: Dataset Filter Interger Pin
mikasa12-Jul-04 5:59
mikasa12-Jul-04 5:59 
GeneralSerializing, add new member var problem. Pin
Steve Schaneville29-Jun-04 3:28
professionalSteve Schaneville29-Jun-04 3:28 
GeneralRe: Serializing, add new member var problem. Pin
turbochimp29-Jun-04 4:45
turbochimp29-Jun-04 4:45 
Does your class implement the ISerializable interface? If so, you can override the ISerializable.GetObjectData method as well as the deserialization constructor to handle situations where the graph does not contain one or more fields that exist in the class.

Note that the type still needs the [Serializable] attribute even when implementing ISerializable.

Hope this helps.

The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’

GeneralRe: Serializing, add new member var problem. Pin
Steve Schaneville6-Jul-04 2:59
professionalSteve Schaneville6-Jul-04 2:59 
GeneralRe: Serializing, add new member var problem. Pin
Heath Stewart29-Jun-04 6:30
protectorHeath Stewart29-Jun-04 6:30 
GeneralRe: Serializing, add new member var problem. Pin
Steve Schaneville6-Jul-04 3:01
professionalSteve Schaneville6-Jul-04 3:01 
GeneralTrackbar with multiple scrollers Pin
fp1229-Jun-04 3:07
fp1229-Jun-04 3:07 
GeneralRe: Trackbar with multiple scrollers Pin
Heath Stewart29-Jun-04 6:20
protectorHeath Stewart29-Jun-04 6:20 
GeneralRotating Pin
sreejith ss nair29-Jun-04 1:40
sreejith ss nair29-Jun-04 1:40 
GeneralRe: Rotating Pin
Dave Kreskowiak29-Jun-04 4:48
mveDave Kreskowiak29-Jun-04 4:48 
Generalusing unsafe code in c# Pin
Gobu SK29-Jun-04 1:33
Gobu SK29-Jun-04 1:33 
GeneralRe: using unsafe code in c# Pin
lesnikowski29-Jun-04 2:19
lesnikowski29-Jun-04 2:19 
GeneralRe: using unsafe code in c# Pin
Gobu SK29-Jun-04 2:48
Gobu SK29-Jun-04 2:48 
GeneralRe: using unsafe code in c# Pin
Gobu SK29-Jun-04 4:47
Gobu SK29-Jun-04 4:47 
GeneralNewline in Textbox Pin
matthias s.29-Jun-04 1:09
matthias s.29-Jun-04 1:09 
GeneralRe: Newline in Textbox Pin
lesnikowski29-Jun-04 1:25
lesnikowski29-Jun-04 1:25 
GeneralRe: Newline in Textbox Pin
matthias s.29-Jun-04 1:37
matthias s.29-Jun-04 1:37 
GeneralRe: Newline in Textbox Pin
Roland Bär29-Jun-04 3:07
Roland Bär29-Jun-04 3:07 
GeneralThe controls in Parent form are shown above the child form Pin
Vipingn29-Jun-04 0:11
Vipingn29-Jun-04 0:11 
GeneralRe: The controls in Parent form are shown above the child form Pin
Dave Kreskowiak29-Jun-04 4:34
mveDave Kreskowiak29-Jun-04 4:34 

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.