Showing posts with label leave. Show all posts
Showing posts with label leave. Show all posts

Sunday, March 25, 2012

books on odbc

At one point I had the odbc 3.5 developers guide but I had to leave that
behind as a result of a layoff.
Now after several years I find I'm getting back into odbc but when I
search I find that all books on odbc are out of print. Some are still
available like the 3.5 developers guide but hard to get.
is there a good book on odbc programming that is current?
Only thing I know of that is current is online at msdn. You
can use the ODBC Programmer's Reference which is at:
http://msdn.microsoft.com/library/en...his_manual.asp
-Sue
On Wed, 31 Mar 2004 09:31:12 -0700, William Kossack
<kossackw@.njc.org> wrote:

>At one point I had the odbc 3.5 developers guide but I had to leave that
>behind as a result of a layoff.
>Now after several years I find I'm getting back into odbc but when I
>search I find that all books on odbc are out of print. Some are still
>available like the 3.5 developers guide but hard to get.
>is there a good book on odbc programming that is current?
>

books on odbc

At one point I had the odbc 3.5 developers guide but I had to leave that
behind as a result of a layoff.
Now after several years I find I'm getting back into odbc but when I
search I find that all books on odbc are out of print. Some are still
available like the 3.5 developers guide but hard to get.
is there a good book on odbc programming that is current?Only thing I know of that is current is online at msdn. You
can use the ODBC Programmer's Reference which is at:
http://msdn.microsoft.com/library/e...this_manual.asp
-Sue
On Wed, 31 Mar 2004 09:31:12 -0700, William Kossack
<kossackw@.njc.org> wrote:

>At one point I had the odbc 3.5 developers guide but I had to leave that
>behind as a result of a layoff.
>Now after several years I find I'm getting back into odbc but when I
>search I find that all books on odbc are out of print. Some are still
>available like the 3.5 developers guide but hard to get.
>is there a good book on odbc programming that is current?
>sql

Friday, February 24, 2012

Blinking in HScrollBar / VScrollBar

I am using VB6, my Applications has several HScrollBar and VScrollBar. Both
work perfectly, but; when I use any of them and "leave" the control, Scroll
Bar starts blinking. It is extrange. Can you explain that? Is there a way to
correct it? Please, help me.
Beforehand, thank you very much
Luis Garcia
IT Consultant
On Wed, 30 May 2007 16:06:04 -0700, LUIS wrote:

>I am using VB6, my Applications has several HScrollBar and VScrollBar. Both
>work perfectly, but; when I use any of them and "leave" the control, Scroll
>Bar starts blinking. It is extrange. Can you explain that? Is there a way to
>correct it? Please, help me.
>Beforehand, thank you very much
Hi Luis,
I think that you have a better chance to get an answer if you post to a
VB6 newsgroup. This newsgroup is for SQL Server :-)
Hugo Kornelis, SQL Server MVP
My SQL Server blog: http://sqlblog.com/blogs/hugo_kornelis
|||Hi,
Just make the 'TabStop' property of the Scroll bar to 'False'. Done...
*** Sent via Developersdex http://www.codecomments.com ***