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 strongm 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. RussellMorton

    VB 6 and HandHeld Devices

    What is the latest VB6 addon to support hand held devices, and is it possible to send and receive messages over Bluetooth enabled devices ?
  2. RussellMorton

    Bleeding Graphics handles

    Hi, I have a VB 6 app that runs fine for about a week, cycling one per second. Then it stops with a "Unable to allocate image handles" error. I do a lot of disc activity, and would not have been surprised to get an out of file handles message because I had forgotten to close an open...
  3. RussellMorton

    How to determine System Date Format

    Thanks a lots for the help, great solutions.
  4. RussellMorton

    How to determine System Date Format

    How can I find out if the system date format is MM/DD or DD/MM ????
  5. RussellMorton

    Joining WAV files

    I am using VB6 and the multimedia control. I am trying to play a sequence of wav files with as small a gap as possible between them. I am trying to use two multimedia controls, and que one up while the other is playing. I cant seem to get the control order correct, also I get different results...
  6. RussellMorton

    WAV file visualization

    I am using VB6 and XP in an app that include playback of wave files. I am looking for a method or control that will show the wav file graphically, either as a VU meter or spectrum. I have tries several controls on the web without success, the all give a "couldn't get waveout meter" error.
  7. RussellMorton

    Sleep vs. Doevents

    This is how I do a pause for a number of milliseconds. It does not use doevents. Sub mS_PAUSE(P As Long) ' This is a pause function for use in coms ' P is in milliseconds k = Timer Do Until Timer > k + P / 1000 Loop End Sub
  8. RussellMorton

    WAV File Graphics

    Does any know of an OCX that produces amplitude V time graphics and frequency analysis graphics, or an amplitude, frequence breakdown of the file as its playing so that I can produce my own graphics
  9. RussellMorton

    Comparing two picture boxes

    You could try merging the images with a API Bit Block Transfer call using XOR. That should only leave difference between the images. You could then scan the image file to check for non black pixels
  10. RussellMorton

    Info on ideactls.ocx

    Has anyone information on this ocx. its part of an inherited project but wont self register in win 98, and wont manually register with regserv32.exe

Part and Inventory Search

Back
Top