Come to think of it, I had this same problem when I was making Control-A do "select all" in a text box. I also tried doing e.Handled = True but it still beeped. :-(
Thanks!
Just in case anyone else comes across this thread - I also had to set my tab control to "Normal" for it to be XP style as well. For some reason the scrollbars were already XP style automatically, just not the buttons and tab control, but the .manifest file worked great...
Hi,
I was just wondering which control in VB.NET (2002) is the control used to create the colapsable tool bar, like the tool bar you use to select which controls to place on forms in the VB.NET IDE. Is it maybe just a TreeView with a special style or is it a different control entirely?
Also...
Hi,
I'm using a WebBrowser ActiveX control in a VB.NET Windows Forms program.
Sometimes I want to let the user be able to type into the Web Browser but most of the time I want to set the WebBrowser window to "ReadOnly". It doesn't seem to have a ReadOnly property that I can find...
Hi,
I'm just getting started with database programming though I've studied the basics of SQL already.. Nearly all of the ADO.NET examples I've read on MSDN etc all use the Northwind database, using Microsoft SQL server (I think). The connection object is always similar to this:
Dim con As New...
Hi,
I just finished my first simple Windows Form program written in Visual Basic .NET (using the .NET Framework 1.0)
My program surprised me by taking up about 14mbs of memory when I run it. I do use a number of objects that contain somewhat long strings but still...
As a test I created a...
Hey there,
I am an admin of a large mailing list hosted by Yahoo Groups. A lot of people post messages with horrible quoting. Since I'm learning VB.NET I'm thinking about making a small utility app to help fix poorly quoted messages.
I was wondering if anyone could tell me what I need to...
Hi,
I have 2 tables : table1(name, lastname) and
table2(name,lastname,iduser) and I have to create a SQL command which
must do this :
If in the table1 I have :
name lastname
durand michael
dupond john
and in table2 :
name lastname iduser
durand michael toto
dupond john toto...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.