Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Sadus
  • Order by date
  1. Sadus

    using enter button to give next control focus

    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. :-(
  2. Sadus

    a couple quick XP-style GUI questions

    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...
  3. Sadus

    a couple quick XP-style GUI questions

    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...
  4. Sadus

    Making a WebBrowser ActiveX control ReadOnly?

    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...
  5. Sadus

    using a local database in ADO.NET vs. using a SQL server

    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...
  6. Sadus

    excessive RAM usage?

    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...
  7. Sadus

    using VB.NET to control Internet Explorer

    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...
  8. Sadus

    Big Problem

    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...

Part and Inventory Search

Back
Top