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

  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

    ...' Init Sub Init Dim FSWL As FileSystemWatcher = New FileSystemWatcher FSWL.Path = StorageLocal FSWL.Filter = "*.txt" 'FSWL.SynchronizingObject = Me FSWL.NotifyFilter = (NotifyFilters.LastAccess Or NotifyFilters.LastWrite Or...
  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...
  14. aclayborne

    Handling Hex Numbers through MSComm

    I know this is a pretty basic question for most of you all but the whole concept escapes me. I have an application that needs to send and receive information through MSComm the setting will be (9600,8,N,1) I will recieve a 5 byte packet ex: Offset1 = 0x7E Offset2 = 0x01 Offset3 = 0x02 Offset4 =...
  15. aclayborne

    How do I get an access db field size using dao

    Thanks alot!!![thumbsup2]
  16. aclayborne

    How do I get an access db field size using dao

    I'm use DAO and I need to be able to get the size of a field. I really don't want to bind my text boxes to the database or enter a value in each of the text boxes maxlength property, any ideas.
  17. aclayborne

    Setting a form's backcolor

    Thanks for your help.[thumbsup] Acie Clayborne
  18. aclayborne

    Setting a form's backcolor

    I appreciate the advice, but I posted the question, in the forum to begin with. I ask the tek-tips experts for advice after I've exhaust all other avenues, and since I received a response that I could of and had thought of on my own I figure I would repost. Next time I will follow the tek-tips...

Part and Inventory Search

Back
Top