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

    Common Dialog Stay Open

    Is there a way to force the CommonDialog control to stay open, or is there an alternative control which will do that? Experience is something you don't get until just after you need it.
  2. Error7

    fso.CopyFolder

    If I set the switch to FALSE i.e. fso.CopyFolder ListFolders.List(i), DriveLetter, FALSE - it doesn't copy newer files if the folder already exists on the receiving drive. Is there a way round this? Experience is something you don't get until just after you need it.
  3. Error7

    Common Dialog Icons

    I searched the internet looking for a way to force the Common Dialog Control to always start with Extra Large Icons, but I didn't find any help with this. Does anybody know if this can be done? Experience is something you don't get until just after you need it.
  4. Error7

    Find Creation Date of Video Files

    After copying a few hundred .MP4 and .MOV files from various devices, I found that Windows incorrectly displays the 'Date Created' as the last modified date. I need to edit the video files in chronological order but despite many on-line searches to find a VB6 solution to viewing the actual Date...
  5. Error7

    Unable to Close File

    Using the WebBrowser control and some simple HTML, I'm successfully streaming live video from individual cameras on my video server and writing the files to a hard drive. However, I have been unable to close any of the video files without teminating my programme first. The sample HTML code...
  6. Error7

    Set Visualizations in Media Player

    I created an MP3 player using the Windows Media Player component but I can't figure out how to change the default visualization with VB. I've done a search of this forum and searched on the web without success. Does anybody know if it's possible to do this? Experience is something you don't...
  7. Error7

    Problem Clicking Login Button on Web Page

    I'm out of my depth with HTML. On this webpage I've been able to add the Username & Password but I can't figure out how to click on the Login Button. This is the HTML code for the button: <div class="loginbtn" onclick="DoLogin()" onmouseover="this.className = 'loginbtnon'"...
  8. Error7

    Saving Image with Time &amp; Date

    I am using URLDownloadToFile to download sequential frames from a video server and save them as jpg images. Ideally I would like to display the time and date on each image before saving the jpg's, complete with the time & date displayed. The only way I can think of to achieve this is to load...
  9. Error7

    URLDownloadToFile

    Somehow the link in my other thread got corrupted. Try this: http://traffic.opkansas.org/images/pwcameras/camera_1050.jpg Experience is something you don't get until just after you need it.
  10. Error7

    URLDownloadToFile Anomaly

    I have been using the URLDownloadToFile very successfully to download jpg images from traffic cameras in the USA and Canada. However, I have more recently been downloading images from cameras in Kansas but I've found that the jpg images never refresh. If I use the same URL in a browser then the...
  11. Error7

    Match text box input with List View

    I don't even know if I can explain this clearly, let alone write the code to achieve it. I have a hidden List View that contains names and telephone numbers. Using a text box I can start to enter a persons name, loop through the contents of the List View and if a match is found, display the...
  12. Error7

    ListBox Sort Order

    I'm stumped. I've been trying to figure out a fairly simple way of loading file names in these formats into a list box but in this order. ref1.jpg ref2.jpg ref3.jpg ref4.jpg ref10.jpg ref11.jpg ref12.jpg ref1p1.jpg ref1p2.jpg ref1p3.jpg ref1p4.jpg ref1p10.jpg ref1p11.jpg refdrk1.jpg...
  13. Error7

    VBWinsock.dll Missing

    Built a new PC over the weekend running XP and transferred one of my old programmes to it from anothe XP machine on which this programme has been running 24/7 for several years. The programme uses VBWinsock.TCPIP but when I try to run it on the new XP machine it complains about VBWinsock.dll...
  14. Error7

    Close file opened in Excel

    In my programme I periodically open a csv file to write an entry and then close it before moving on. If the user opens the file in Excel and leaves it open then when my programme needs to write to it I get an error 70. I can handle the error, display a warning to the user to close the file and...
  15. Error7

    Get Todays Date

    Does anybody know how I can read/download todays date from a reliable source using the webbrowser or iNet control. I want to be sure that our main server always has the correct date. Experience is something you don't get until just after you need it.
  16. Error7

    Simulate Right Click &quot;Save Image As&quot;

    I want to be able to save jpg images which are refreshed in the web browser every 30 seconds. The website gives access to saving the images by a right mouse click but I would like to do this in code if possible. Experience is something you don't get until just after you need it.
  17. Error7

    Web Browser Inner Text

    I am trying to read this source which is displayed when I right click on the webpage and click View Source. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link...
  18. Error7

    Username and Password in Webrowser

    I am automatically connecting to lots of remote devices using the Webrowser Control but occasionally the remote device responds with the IE password dialogue box. I know what the username and password are but I can't figure out how to automatically add them and click the OK button in the IE...
  19. Error7

    DateAdd on 12 Hour Clock

    I'm trying to figure out how to apply a negative DateAdd to a time defined as "01:30:00 AM" while retaining the AM / PM prefix. So if FileTime = "08:04:45 AM" NewTime = DateAdd("h", -7, FileTime) This returns the time in 24 hour format as "23:04:45" Experience is something you don't get...
  20. Error7

    Display 100's of Images

    Can anybody suggest a more efficient way of doing this. My main programme can load multiple images into a picture box sequentially, sizing the Picture box according to the limitations of the graphics card memory. So with 256 MB of memory I can achieve a picture box 4 x 4 of the screen size. I...

Part and Inventory Search

Back
Top