Forum: Visual Basic 4 / 5 / 6 Sep 29th, 2008 |
| Replies: 3 Views: 841 I haven't solved this problem yet. I've found other software that captures images, but nothing with published Visual Basic source code that I can adapt to my purposes. The ActiveX control that I... |
Forum: Visual Basic 4 / 5 / 6 Sep 18th, 2008 |
| Replies: 3 Views: 841 I'll post the control info as soon as I remember where I found it.... I do know that it was downloaded as an install file (EXE I believe), and after running the installation, I could add the... |
Forum: Visual Basic 4 / 5 / 6 Sep 18th, 2008 |
| Replies: 3 Views: 841 I have an old VHS camcorder connected to the vidoe input of a WinTV PCI card. I want to develop a simple program that will, at regular intervals, grab stills from that video source and save them to... |
Forum: Visual Basic 4 / 5 / 6 Nov 22nd, 2006 |
| Replies: 1 Views: 3,286 UPDATE:
I stumbled across a code example at http://vbnet.mvps.org/index.html?code/internet/urldownloadtofilenocache.htm that gave me the file save ability I was looking for. |
Forum: Visual Basic 4 / 5 / 6 Nov 22nd, 2006 |
| Replies: 1 Views: 3,286 I have written a small app which allows me to page through numerically-sequenced online images via a VB-5 WebBrowser control window and a few buttons. The app works quite well, but I want to know 2... |
Forum: Website Reviews Nov 17th, 2006 |
| Replies: 3 Views: 1,751 I took a quick look. Very nice visually. I noticed that a couple of items on the right hand of the app didnt completely show up, as in the GPH (the H was cut off). Other than that, not bad at all. |
Forum: Visual Basic 4 / 5 / 6 Nov 17th, 2006 |
| Replies: 1 Views: 4,325 I don't have any help for your first problem, but go to http://www.geekhideout.com/iodll.shtml (http://www.geekhideout.com/iodll.shtml)for a simple port IO solution. I've used it in a number of... |
Forum: Visual Basic 4 / 5 / 6 Nov 17th, 2006 |
| Replies: 3 Views: 1,716 Ok, if you're trying to read data from the file, your code needs to change like this (changes in bold) Open "\your_name.txt" For Input As #1
Do While Not EOF(1)
intCount = intCount + 1
Input #1,... |
Forum: Visual Basic 4 / 5 / 6 Nov 17th, 2006 |
| Replies: 4 Views: 1,228 I know you already have a reply, but I'll stick my 2 cents in anyway.
Your basic logic progression is to have the buyer select the criteria by which to search the houses offered, then search the... |
Forum: Visual Basic 4 / 5 / 6 Nov 17th, 2006 |
| Replies: 3 Views: 1,789 Please ignore that post, I accidentally posted a reply to a different thread in your thread. |
Forum: Visual Basic 4 / 5 / 6 Nov 17th, 2006 |
| Replies: 3 Views: 1,789 I know you already have a reply, but I'll stick my 2 cents in anyway.
Your basic logic progression is to have the buyer select the criteria by which to search the houses offered, then search the... |
Forum: Visual Basic 4 / 5 / 6 Nov 14th, 2006 |
| Replies: 1 Views: 2,265 By the way, if you want to look at the actual program to see what I'm doing, you can download the setup files at http://www.dtbradio.com/picsurfer.zip |
Forum: Visual Basic 4 / 5 / 6 Nov 14th, 2006 |
| Replies: 1 Views: 2,265 I need to figure out how to get online images to automatically resize to fit a VB5's IE Browser control's available window space during runtime. My appication is a simple system to sequentially page... |