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

  • Users: jonathanmb
  • Content: Threads
  • Order by date
  1. jonathanmb

    Concatenating Numbers

    I just ran across an interesting problem in an application I'm working on. Take this code for example... Dim intTest As Integer intTest = 2 & 3 Debug.Print intTest In my mind this should NOT be allowed. However, VB6 nicely concatenates the numbers rather than complaining about an invalid...
  2. jonathanmb

    Learn to write viruses to protect against them?

    http://gauntlet.ucalgary.ca/story/9496 I haven't heard of or read any new articles regarding whether or not they're going to cancel the class or not, but that's probably not relevant (meaning if they consider a clase once and choose not offer it, it's safe to assume they will consider the same...
  3. jonathanmb

    MSHFlexGrid/MSFlexGrid Row Deletion

    I began writing an application some while back in VB 6. At the time, my workstation was running Windows 2000 Pro. I've recently needed to go through and add some new features to the application I wrote, and now my workstation is running Windows XP Pro. I've run across a problem when removing...
  4. jonathanmb

    Writing to files

    Surely this has been covered in a pervious thread, but searching through the forum continues to timeout for me. This may be more approprate in a IIS Forum rather than here, but I'm starting here. I'm receiving an Error 70 Permission Denied error when trying to write/modify a file on the...
  5. jonathanmb

    Parent and Child Processes

    This is my first attempt at something like this, and I'd much appreciate any tips on how I should approach the problem. I'd like to have a main app basically controll everything. This app would spawn children processes. The parent would require no user intervention; I want it to operate only...

Part and Inventory Search

Back
Top