Click here to Skip to main content
15,925,895 members
Home / Discussions / C#
   

C#

 
GeneralRe: Checking integer values and adding same types together [modified] Pin
Sharkadder8-Apr-08 10:53
Sharkadder8-Apr-08 10:53 
General(De)serialization progress Pin
Stevo Z8-Apr-08 6:21
Stevo Z8-Apr-08 6:21 
GeneralRe: (De)serialization progress Pin
Giorgi Dalakishvili8-Apr-08 6:45
mentorGiorgi Dalakishvili8-Apr-08 6:45 
GeneralRe: (De)serialization progress Pin
Stevo Z8-Apr-08 6:58
Stevo Z8-Apr-08 6:58 
GeneralRe: (De)serialization progress Pin
Giorgi Dalakishvili8-Apr-08 7:06
mentorGiorgi Dalakishvili8-Apr-08 7:06 
GeneralRe: (De)serialization progress Pin
Stevo Z8-Apr-08 7:13
Stevo Z8-Apr-08 7:13 
GeneralRe: (De)serialization progress Pin
Giorgi Dalakishvili8-Apr-08 7:50
mentorGiorgi Dalakishvili8-Apr-08 7:50 
GeneralRe: (De)serialization progress Pin
Dave Kreskowiak8-Apr-08 7:24
mveDave Kreskowiak8-Apr-08 7:24 
That depends on how you're serializing objects. If you're just calling a single method that walks an object graph, then you're not going to get anny progress information back from that method. If you're writing the code to walk the object graph, serializing each node yourself, then you can put some extra code in there to report some kind of progress.

But, if you have no way of knowing when the end of the graph is, you really can't report any percentage of progress completed. So, you're only other option would be to use a non-progressing progress bar. It'll just show something is still happening, but not report real progress.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: (De)serialization progress Pin
Stevo Z8-Apr-08 7:37
Stevo Z8-Apr-08 7:37 
QuestionAny customize control like this? Pin
hitdemo8-Apr-08 6:10
hitdemo8-Apr-08 6:10 
GeneralDataGridViewComboBoxCell Problem Pin
Linn728-Apr-08 5:35
Linn728-Apr-08 5:35 
GeneralRe: DataGridViewComboBoxCell Problem Pin
Ravenet8-Apr-08 16:03
Ravenet8-Apr-08 16:03 
GeneralRe: DataGridViewComboBoxCell Problem Pin
Linn728-Apr-08 19:49
Linn728-Apr-08 19:49 
GeneralRe: DataGridViewComboBoxCell Problem Pin
Ravenet8-Apr-08 19:54
Ravenet8-Apr-08 19:54 
GeneralSaveFileDialog filter Pin
lsconyer8-Apr-08 5:11
lsconyer8-Apr-08 5:11 
GeneralRe: SaveFileDialog filter Pin
Dave Kreskowiak8-Apr-08 5:39
mveDave Kreskowiak8-Apr-08 5:39 
Generalissue with scroll sync Pin
Pathetic Logic8-Apr-08 4:48
Pathetic Logic8-Apr-08 4:48 
GeneralRe: issue with scroll sync Pin
Judah Gabriel Himango8-Apr-08 5:04
sponsorJudah Gabriel Himango8-Apr-08 5:04 
GeneralRe: issue with scroll sync Pin
Pathetic Logic8-Apr-08 6:04
Pathetic Logic8-Apr-08 6:04 
GeneralRe: issue with scroll sync Pin
Judah Gabriel Himango8-Apr-08 7:04
sponsorJudah Gabriel Himango8-Apr-08 7:04 
GeneralRe: issue with scroll sync Pin
Luc Pattyn8-Apr-08 7:18
sitebuilderLuc Pattyn8-Apr-08 7:18 
QuestionRe: issue with scroll sync Pin
Pathetic Logic8-Apr-08 7:57
Pathetic Logic8-Apr-08 7:57 
Questionvisual studio SETUP and DEPLOY Pin
varun.g8-Apr-08 4:46
varun.g8-Apr-08 4:46 
GeneralRe: visual studio SETUP and DEPLOY Pin
Judah Gabriel Himango8-Apr-08 5:02
sponsorJudah Gabriel Himango8-Apr-08 5:02 
GeneralThe order of controls in a groupbox Pin
TheJudeDude8-Apr-08 4:11
TheJudeDude8-Apr-08 4:11 

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.