I found a solution. If I compile the program timer events still run at the specified intervals. Now I just have a timer to check for the popup of the new window every few seconds. If it finds the window, it issues a SendMessageto close it. Works great.
Is this a global setting or is it specific to the DocumentFactory.createDocumentFromUrl snipet I found to do what I want? Do you have an example? From what I found from google hits, this is a bug in the MS bug fix itself. I found a reference to the problem w/o the details only saying any...
I have a partial program to spider a web site. Recently I noticed when I hit certain web pages, I am presented with a popup dialog box:
Internet Explorer
This page has an unspecified potential security risk.
Would you like to continue?
Yes No
I did some googling and found this goes way...
I rarely look on the microsoft site any more since it is so big and I have yet to enter the right combination of search criteria to return something manageable to sift through. The link has saved me an hour or two of wasted search time. Many thanks.
I was browsing the forum and came across a thread to add a progress bar to a MSFlexgrid. When I added the Sheridan 3D Controls to my project components, I tried to add a SSPanel to my project. When I click on the icon, I get a pop up message indicating "Licensing information for this component...
I have a treeview composed of files/directories as child nodes. I want to be able to drag the parent node to a CD/DVD burning software window so I can burn them to CD/DVD. All of the files/directories of the parent node selected should be copied into the CD/DVD burning software window. I am...
I was stepping through your example to get a feel for how TeraTerm could be used to get the switch details. I found the SSH piece of particular interest since TT does not have a command line version of SSH available yet. Next week I will make any appropriate changes to your macro and run it...
I heard of this product before but discounted it because all everyone everyone was talking about was Putty.
I downloaded and installed v3.1.3. I used the TT interface to initially communicate with a test switch. No problem. I then found the command line options and gave them a try. I...
I would like to automate common tasks to a Cisco switch for documentation purposes and routine administrivia using SSH. The tasks should be stored as macros so I can run and reuse them as needed. Authentication to the switches would need to be automated as well since we have ~20 separate...
I did not imagine I would get such a lively discussion. Thank you all.
I was thinking along the same lines as SemperFiDownUnda in that I would convert both pictures to a common size then divide up each picture into a grid of an arbitrary size (say 100x100 pixels). Compare each region in the...
It would seem as though I need to start by disecting an existing JPG image using the JPG standard so I know what the dimensions of the image are, the color depth, if compression is used etc to be able to convert one image into the same characteristics as another so that I can compare them...
I have no illusion this is a simple undertaking hence the search for source code to get me started. I originally started by just comparing like file sizes then calculating a CRC on the files. Of course, I readily found this ignores similar files (different resolutions, comments in the file...
Has anyone come across a program or link to VB source code (preferably no DLL, OCX or temp files used) which can identify duplicate or near duplicate image files? I have already searched the web but find these are mostly shareware programs which do not give me the control over the images. I...
Since you have only a few extensions, I would probably imbed the check into the code like:
Files = Dir(App.Path & "\*.*")
Do Until Len(Files) = 0
FileName = LCase(Files)
If InStr(1, FileName, ".bmp") > 0 _
Or InStr(1, FileName, ".gif") > 0 _
Or InStr(1...
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.