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!

Recent content by Index

  1. Index

    Obsure APIs

    Can anybody help me fill in the blanks on the following APIs? These aren't referenced in the VB API viewer (they are part of a larger list and I was able to find some of the declarations at http://www.allapi.net - I think I have removed them). Are the rest of these undocumented APIs or simply...
  2. Index

    Crime or Customer right?

    MasterRacker makes some very good points. The law, because it is a cultural expression of ethical standards, supercedes any individual ethical standard. To report the use of unlicensed software Call 1-800-388-7478 "Technological progress is like an ax in the hands of a pathological...
  3. Index

    Interesting Dilemma; Software that was formerly free

    Philo, do you have a written agreement with Jetico that allows you to continue using the current version of the software? Something other than a read-me file that states the software is (or was) free? A simple "file" would never stand up in court. If you are using software that...
  4. Index

    assembler programs like masm,tasm etc

    Just a question, zBuilder. If Microsoft decided to turn MASM into freeware, why can't you download it directly from Microsoft.com? Everybody be careful here. "Technological progress is like an ax in the hands of a pathological criminal" Albert Einstein
  5. Index

    Extracting field from a record in a text file

    That isn't so hard if you know the record structure. Here's an example that opens a file with a known structure and searches for an employee named Albert Einstein. It then reports the department he works in and his home phone number. ' $DYNAMIC DEFINT A-Z TYPE RecordStructure EmployeeNumber...
  6. Index

    Releasing DHCP Leases

    Sorry that I didn't clarify my situation. This is a pure Win98SE network. If I can't release the leases without DHCP Manager, then would it be possible to change the lease periods under win98? CraigL@bc-corp.com
  7. Index

    Releasing DHCP Leases

    Paul, I don't believe DHCP manager shipped with Win98SE. But thanks for the thought. CraigL@bc-corp.com
  8. Index

    Releasing DHCP Leases

    How can I release a lease to a DHCP on the fly, that is, without rebooting. CraigL@bc-corp.com
  9. Index

    can it be done

    My company uses a VB front-end to connect with an HP3000 mainframe using ODBC. Databases aren't my forte so don't ask for the nitty-gritty details. CraigL@bc-corp.com
  10. Index

    Mirroring HDD in WIN98

    Your new party is gaining in the popularity polls here, Zel. The major candidates are quaking in their boots... Praying you don't keep your promises of massive IT reform. <a href=mailto:CraigL@bc-corp.com>CraigL@bc-corp.com</a><br>
  11. Index

    NTFS Part deleted and replaced with new not formatted

    Only if you are certain of the original contents of the partition table. I have watched a tech delete a partition, reboot and recreate the partition using the original specs. The system behaved as if nothing had happened. Fdisk only deals with a handful of bytes in the disk boot sector. As long...
  12. Index

    *.x files

    Very quickly: the DB developers call it the Ultimate Beginners Language. It makes it simple to create fancy 3D games and animations with only a few lines of code. Check it at http://www.darkbasic.co.uk/home.html. And here are some additional links.... http://www.dbwebring.homestead.com...
  13. Index

    Break A Gosub Reading Data

    Try dimensioning a public boolean variable at the module level, setting the value of the variable to True in the command button Click event and then testing the value of the variable in the subroutine immediately following a DoEvents command. The DoEvents will have an effect on performance but...
  14. Index

    how to make .exe make safe and secure

    There is a discussion of executable file compression at thread222-25600 (regarding software found at http://www.aspack.com). It might be worth a try if you are worried about somebody decompiling your applications. <a href=mailto:CraigL@bc-corp.com>CraigL@bc-corp.com</a><br>
  15. Index

    MS Visual Basic 4 sending email

    Using a DLL seems a little unnecessary. Why not just: Public Declare Function ShellExecute Lib &quot;shell32.dll&quot; Alias &quot;ShellExecuteA&quot; (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal...

Part and Inventory Search

Back
Top