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 wOOdy-Soft 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: *

  1. edwardtisdale

    debug window.

    In the MSDN Library (New this Jan) is an example Linear Linked List coded in VB. A comment at the end says: 'Click the Command1 button to Reverse the list and print the results to the debug window. How do I access this debug window? I looked through all of the menu and searched through Help...
  2. edwardtisdale

    ADO-only board

    There is an ADO -only board at http://www.vb-bookmark.com/cgi-bin/UltraBoard/UltraBoard.pl?Action=ShowPost&Board=Activex&Post=6&Idle=10&Sort=0&Order=Descend&Page=0&Session=edwardtisdale.97979466232569 or simply go to www.vb-bookmark.com and click to it. No discussions there yet. Anyone...
  3. edwardtisdale

    Telephony

    Trying to work my way into the IT department for the Telephony company I work for, I would like someone to direct me to the best place in VB to start. For example, can someone tell me something about how to connect to the headphones and microphone?
  4. edwardtisdale

    Scripting.FileSystemObject

    Scripting.FileSystemObject was in some code I got of an email tip, but does not appear to exist in my VB6.0 LE. Can I add it without an upgrade?
  5. edwardtisdale

    using non-VB text editors

    I got curious as to if I could save VB code in the VC++ 5.0 text editor (as a .frm) and then open it in VB to where it would work the same as if I simply typed it into the VB 6.0 from code window, so I tried it. It opens it not as a form, but a module. I don't see why, though; I thought all...
  6. edwardtisdale

    Adding a new property

    I looked it up in help and found: (start paste) Adding Properties to Controls You implement properties of your ActiveX control by adding property procedures to the code module of the UserControl that forms the basis of your control class. By default, the only properties your control will...
  7. edwardtisdale

    Adding a new property

    I llooked it up in help and found: (start paste) Adding Properties to Controls You implement properties of your ActiveX control by adding property procedures to the code module of the UserControl that forms the basis of your control class. By default, the only properties your control will...
  8. edwardtisdale

    3 problems here

    I have been having this problem since I decided to put my compilers in a seperate partition. I don't think that that has a single thing to do with why I get this error. I remember specifically downloading the newest version of java development kit and also I would not have named the file 1.3 if...

Part and Inventory Search

Back
Top