Re: [DOTNET] Owner draw / virtual controls in System.Windows.Forms

2002-05-20 Thread alpine
>John, > >>In the good old days, I ran into similar limitations with the VCL >>library in Delphi. I added support for virtual ListView / TreeView >>controls by hacking my way into the library (the extensibility points in >>the framework didn't let me add this functionality cleanly via >>derivation

Re: [DOTNET] Checking Existance and Creating SqlServer Objects

2002-04-24 Thread alpine
>Is there a way to query for the existance of tables and stored procedures >from C#? From VB6 land I was using SQLDMO, but can't seem to figure it >out through interop in C#. I want to be able to create tables, but only >if they don't exist first, stored procedures I would most likely want to >j