Click here to Skip to main content
15,920,513 members
Home / Discussions / C#
   

C#

 
QuestionCombobox issue Pin
V.9-Jul-06 3:05
professionalV.9-Jul-06 3:05 
AnswerRe: Combobox issue Pin
Nader Elshehabi9-Jul-06 11:28
Nader Elshehabi9-Jul-06 11:28 
GeneralRe: Combobox issue Pin
V.9-Jul-06 19:16
professionalV.9-Jul-06 19:16 
GeneralRe: Combobox issue Pin
V.11-Jul-06 1:54
professionalV.11-Jul-06 1:54 
QuestionHow to programming serial port (RS-232) in VC#.net(visual studio.net 2003) with .net framework1.1 Pin
bug_aonz9-Jul-06 0:22
bug_aonz9-Jul-06 0:22 
AnswerRe: How to programming serial port (RS-232) in VC#.net(visual studio.net 2003) with .net framework1.1 Pin
Guffa9-Jul-06 1:27
Guffa9-Jul-06 1:27 
AnswerRe: How to programming serial port (RS-232) in VC#.net(visual studio.net 2003) with .net framework1.1 Pin
Ed.Poore9-Jul-06 12:30
Ed.Poore9-Jul-06 12:30 
QuestionData structure and exception Pin
Super Lloyd8-Jul-06 21:53
Super Lloyd8-Jul-06 21:53 
I'm attempting to write a fairly complex data structure.

One part of the complexity is that all 8 data operations it supports delegate some code to virtual method.

This is by design because I want the user to subclass the data structure and be able to prevent changes to happen. and / or I want to notify observers.

The unfortunate side effect is: it seems there are no simple way to have all user code run at the begining or at the end of the code.
Hence some user code might be called in the middle of an operation and cause an unrecoverable error. (i.e. corrupt the data structure).

Do you think it's acceptable?

I am thinking there are 2 possibilities:

1. it's ok. Warn the user (in the documentation), these are critical data method, mess them, mess the data!

2. data structure should be fool proof, stack all user change in a class for this purpose and run them at the end

what do you think?

AnswerRe: Data structure and exception Pin
Andrew Lygin8-Jul-06 22:41
Andrew Lygin8-Jul-06 22:41 
GeneralRe: Data structure and exception Pin
Super Lloyd8-Jul-06 23:49
Super Lloyd8-Jul-06 23:49 
GeneralRe: Data structure and exception Pin
Super Lloyd8-Jul-06 23:52
Super Lloyd8-Jul-06 23:52 
AnswerRe: Data structure and exception Pin
Igor Sukhov8-Jul-06 23:58
Igor Sukhov8-Jul-06 23:58 
GeneralRe: Data structure and exception Pin
Super Lloyd9-Jul-06 0:08
Super Lloyd9-Jul-06 0:08 
QuestionHow to read file from a FTP site Pin
Zami_28-Jul-06 19:33
Zami_28-Jul-06 19:33 
AnswerRe: How to read file from a FTP site Pin
Ravi Bhavnani8-Jul-06 21:03
professionalRavi Bhavnani8-Jul-06 21:03 
QuestionHow can I copy a treeView to listBox? Pin
AngryC8-Jul-06 18:57
AngryC8-Jul-06 18:57 
AnswerRe: How can I copy a treeView to listBox? [modified] Pin
Andrew Lygin8-Jul-06 20:23
Andrew Lygin8-Jul-06 20:23 
GeneralRe: How can I copy a treeView to listBox? [modified] Pin
AngryC8-Jul-06 21:08
AngryC8-Jul-06 21:08 
GeneralRe: How can I copy a treeView to listBox? Pin
Andrew Lygin8-Jul-06 22:14
Andrew Lygin8-Jul-06 22:14 
GeneralRe: How can I copy a treeView to listBox? [modified] Pin
AngryC9-Jul-06 6:30
AngryC9-Jul-06 6:30 
AnswerRe: How can I copy a treeView to listBox? Pin
Andrew Lygin9-Jul-06 20:03
Andrew Lygin9-Jul-06 20:03 
GeneralRe: How can I copy a treeView to listBox? Pin
AngryC9-Jul-06 20:26
AngryC9-Jul-06 20:26 
QuestionCTL+A Detection Pin
picasso28-Jul-06 15:43
picasso28-Jul-06 15:43 
AnswerRe: CTL+A Detection Pin
Judah Gabriel Himango8-Jul-06 16:59
sponsorJudah Gabriel Himango8-Jul-06 16:59 
GeneralRe: CTL+A Detection Pin
picasso28-Jul-06 17:40
picasso28-Jul-06 17:40 

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.