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.
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.
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.
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...
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...
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...
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'"...
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...
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.
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...
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...
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...
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...
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...
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.
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.
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.