[ADVANCED-DOTNET] Binding problem

2007-03-21 Thread Scott Thomason
Hello. I'm having trouble getting a combobox bound to a property of an object. I am populating the combobox using data binding, but I can't get the SelectedValue property to bind to an object; it never gets updated. I've included my short sample below, it's from a form with just one control, a comb

Re: [ADVANCED-DOTNET] Diable Connection Pooling for an Entire Process?

2007-02-16 Thread Scott Thomason
Why don't you just parameterize the connection string entirely so it isn't hard-coded? Then you can just temporarily change it in a config file. ---scott >>> [EMAIL PROTECTED] 2/16/2007 2:33:26 PM >>> Hi - I'm working with unit tests, and for a particular reason (won't bore you with the details,

Re: [ADVANCED-DOTNET] Inheritance/Generic Problem

2007-02-16 Thread Scott Thomason
What if you use composition? Create a new class to contain all your shared functionality, then in each control class create an instance variable of that type. That way you don't have to implement the code in multiple places. Like: public class MyCommonFunctionality public sub Method1 end sub .

[ADVANCED-DOTNET] IE plug-in

2007-02-12 Thread Scott Thomason
I'm want to write an Internet Explorer plug-in that will be invoked whenever a certain mime-type is downloaded. I'm having trouble finding any info...can somebody point me to a tutorial or reference on the topic? ---scott - This electronic mail tr