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 strongm 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: Buffer0verflow
  • Order by date
  1. Buffer0verflow

    Problems Installing redhat 8.0

    It is my personal opinion that RH 8.0 is complete crap (and yes, I'm actually a fan of RH). I tried installing it several times, both in GUI and text modes on two different machines. Also tried playing with BIOS settings, different CD's, different CD-ROM drives, to no avail. It crashed out...
  2. Buffer0verflow

    Using a text File

    One way is: Open &quot;c:\<file>&quot; For Input As #1 Input #1, a Input #1, b Input #1, c Close #1 But there are many file modes in VB. Try a search on google to learn more about the file modes. Buffer0verflow
  3. Buffer0verflow

    Weird Shell error

    I notice this: 'Assign column data from the FileName column to Text4 Text4.DataField = &quot;FileName&quot; If FileName is a variable already holding a value, you don't need the quotes. Also, shouldn't it be 'strFileName', and not just 'FileName'.....isn't it the same 'FileName' variable...
  4. Buffer0verflow

    Validating data in a form control

    What you need to do is set the 'CausesValidation' property of the exit button to false. Then it won't raise the validate event. Buffer0verflow
  5. Buffer0verflow

    Data Bound Controls

    Perhaps this will help: http://support.microsoft.com/support/kb/articles/q172/3/81.asp?FR=0 Buffer0verflow
  6. Buffer0verflow

    Which Label did I click on?

    Personally, I would put the labels in a control array (if they aren't already), then you'd just have to write code to examine the index property of each label. Buffer0verflow

Part and Inventory Search

Back
Top