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 aclayborne

  1. aclayborne

    How do I setup a new computer to run DOS programs

    I need to setup a computer to run a dos based CNC Program(The program cannot be run in vitual mode or a dos window) How do i accomplish this goal. Do I load Windows 95 or 98 and install the program.(Does the run on FAT,FAT32 of NTFS) Do I load DOS 6.22 and install(I would need to create a...
  2. aclayborne

    Folder Sync using FileSystemWatcher

    I'm using the FileSystemWatcher to sync 2 folders. I'm receiving errors. because the changed event fires multiple times. I'm good on file updates and deletions. It's the copies(a create even is kick off and then a changed event) Any suggestions. ' Init Sub Init Dim FSWL As FileSystemWatcher =...
  3. aclayborne

    Trying to display contents of access table using dbgrid

    Does anyone have any code snippets showing how to connect, load, and update and access table using a dbgrid? Also do you have control over how the fields are display? Ex. Can a boolean field be displayed as a check box. I'm a dbgrid begginner. :-)
  4. aclayborne

    What is a ctx file?

    What defines the CTX format?
  5. aclayborne

    Can you run VB 6 and VB net on the machine

    I'm a VB 6 programmer, I want to start learning VB NET, can I install VB NET without causing any problems to my VB 6 environment or existing projects?
  6. aclayborne

    Parsing for upper case letters ( isuppercase() ?)

    Thanks I changed ucase(mystring,i,1) to ucase(mid(mystring,i,1)) Thanks for the help.
  7. aclayborne

    Parsing for upper case letters ( isuppercase() ?)

    I need to convert "DoeJohn" to "Doe John" Is there a function in vb the will detect upper case letters? Or do I have to parse thru the string and verify each characters ascii value?
  8. aclayborne

    References and Components

    I'm recreating a sample project. But when I try to start my version I get and error starting to sdk is there another way other the checking to references and components to verify what my project is missing?
  9. aclayborne

    How do I start the windows explorer and set it to My Doc

    Thanks for the assistance.[thumbsup2]
  10. aclayborne

    How do I start the windows explorer and set it to My Doc

    Thanks that's exactly what I needed for the first part. But once the explorer is open, if they create or select another folder, can I detect the currently open folder in explorer?
  11. aclayborne

    How do I start the windows explorer and set it to My Doc

    I need to send files to my documents or the currently opened directory.
  12. aclayborne

    How do I start the windows explorer and set it to My Doc

    From my program how do I start the windows explorer and set the open folder to My Documents. Also how can I determine the last selected or currently open folder?
  13. aclayborne

    Directx 8(DirectShow ) and VB 6 Displaying Live Video

    I'm trying to find a good example of how to Display live video using a USB 2.0 camera. I need to learn how to load the camera display live video freeze video capture image I know about various 3rd party tools that will do this for me, but I would like to achieve this through WDM. And if...

Part and Inventory Search

Back
Top