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: PStoneMan
  • Content: Threads
  • Order by date
  1. PStoneMan

    MySQL Version 4.0.20 SELECT MAX() Bug?

    I have something very strange happening and I need to know if this is a possible bug or simply an ID 10 T ERROR. I am trying to select the most recent sale date from a table of real estate transfers. Very simply (there are more fields but these will be enough to show what is happening) I run...
  2. PStoneMan

    Copying files from Windows to Linux

    Hi all, I have a program, written in VB 6.0, that creates a boat load of zip files and then uses FileCopy to move the files over to a LINUX box. This seems to work ok until the files are larger than 20K then at the end of the FileCopy I receive an error 52 "Bad File Name or Number&quot...
  3. PStoneMan

    FileCopy

    Hi all, I have a program, written in VB 6.0, that creates a boat load of zip files and then uses FileCopy to move the files over to a LINUX box. This seems to work ok until the files are larger than 20K then at the end of the FileCopy I receive an error 52 "Bad File Name or Number&quot...
  4. PStoneMan

    Creating Events in C++

    Hi all, I am so new to C++ and I am stuck. In VB6, as I am sure many of you are aware, I can create a an event in a class to report information back to say a form. I am seeing that I can probabaly do the same thing in C++ but I am confused as to how to do this. Can any one help me out and...
  5. PStoneMan

    Message Box API

    Hi all, In a program I am working on, I need to prompt the user to indicate a path to certain files. However, there may be cases where these file may never exsist. In these situations I want to give the user the ability to shutoff showing this message box. Is there an API or setting for the...
  6. PStoneMan

    Looking for Create Folder Dialog Box API

    I have found and have been using the SHBrowseForFolder to obtain a dialog box to browse local and network drives and folders. I am wondering if there is one similar to this that will allow for the creation of a folder while browsing. If not, any suggestions on how to combine the...

Part and Inventory Search

Back
Top