Click here to Skip to main content
15,909,742 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSuppressing first-chance exception messages Pin
supercat919-Nov-07 8:53
supercat919-Nov-07 8:53 
AnswerRe: Suppressing first-chance exception messages Pin
DigiOz Multimedia19-Nov-07 9:01
DigiOz Multimedia19-Nov-07 9:01 
GeneralRe: Suppressing first-chance exception messages Pin
supercat919-Nov-07 9:28
supercat919-Nov-07 9:28 
GeneralRe: Suppressing first-chance exception messages Pin
Luc Pattyn19-Nov-07 9:56
sitebuilderLuc Pattyn19-Nov-07 9:56 
GeneralRe: Suppressing first-chance exception messages Pin
supercat919-Nov-07 9:59
supercat919-Nov-07 9:59 
GeneralRe: Suppressing first-chance exception messages Pin
Luc Pattyn19-Nov-07 10:52
sitebuilderLuc Pattyn19-Nov-07 10:52 
GeneralRe: Suppressing first-chance exception messages Pin
supercat919-Nov-07 13:23
supercat919-Nov-07 13:23 
GeneralRe: Suppressing first-chance exception messages Pin
Luc Pattyn19-Nov-07 13:51
sitebuilderLuc Pattyn19-Nov-07 13:51 
Hi,

you could define an interface with a DataAvailable property and a Read method,
then encapsulate each of your data sources in a class that implements that interface, and
finally have your data consumer simply call the interface members; doing so would
keep the consumer unaware of the uglyness of (some) data sources, as OO would require.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use PRE tags to preserve formatting when showing multi-line code snippets


GeneralRe: Suppressing first-chance exception messages Pin
Dave Kreskowiak19-Nov-07 9:58
mveDave Kreskowiak19-Nov-07 9:58 
GeneralRe: Suppressing first-chance exception messages Pin
supercat919-Nov-07 10:39
supercat919-Nov-07 10:39 
QuestionInsert Records into Access DB Pin
culbysl19-Nov-07 8:49
culbysl19-Nov-07 8:49 
AnswerRe: Insert Records into Access DB Pin
Dave Kreskowiak19-Nov-07 10:05
mveDave Kreskowiak19-Nov-07 10:05 
GeneralRe: Insert Records into Access DB Pin
culbysl19-Nov-07 10:11
culbysl19-Nov-07 10:11 
AnswerRe: Insert Records into Access DB Pin
deathbat20-Nov-07 13:16
deathbat20-Nov-07 13:16 
Questiontyped vs untyped datasets Pin
imonfiredammit19-Nov-07 7:40
imonfiredammit19-Nov-07 7:40 
AnswerRe: typed vs untyped datasets Pin
Vasudevan Deepak Kumar19-Nov-07 18:34
Vasudevan Deepak Kumar19-Nov-07 18:34 
QuestionStoping a cursor with a collusion code Pin
mykingdomforanewusername19-Nov-07 7:01
mykingdomforanewusername19-Nov-07 7:01 
AnswerRe: Stoping a cursor with a collusion code Pin
Luc Pattyn19-Nov-07 10:04
sitebuilderLuc Pattyn19-Nov-07 10:04 
Questiondrawing a polynomial function using graphics panel Pin
billybobthro19-Nov-07 5:52
billybobthro19-Nov-07 5:52 
AnswerRe: drawing a polynomial function using graphics panel Pin
Luc Pattyn19-Nov-07 10:07
sitebuilderLuc Pattyn19-Nov-07 10:07 
GeneralRe: drawing a polynomial function using graphics panel Pin
billybobthro19-Nov-07 10:31
billybobthro19-Nov-07 10:31 
GeneralRe: drawing a polynomial function using graphics panel Pin
Luc Pattyn19-Nov-07 11:32
sitebuilderLuc Pattyn19-Nov-07 11:32 
QuestionGraphics Question Pin
Quecumber25619-Nov-07 3:45
Quecumber25619-Nov-07 3:45 
AnswerRe: Graphics Question Pin
pmarfleet19-Nov-07 9:11
pmarfleet19-Nov-07 9:11 
AnswerRe: Graphics Question Pin
Dave Kreskowiak19-Nov-07 10:07
mveDave Kreskowiak19-Nov-07 10:07 

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.