| Thread | Last Post | Replies |
|
| ExecCmd question | 23 Nov 2003 20:27 GMT | 3 |
I have a problem at our company with a very old graphics application (we made it ourselves) which displays its images by using a Reflexion Based Script (which uses VB statements). This script contains the following line to display the graphics
|
| saving and restoring arrays | 23 Nov 2003 20:13 GMT | 4 |
I am having trouble in saving and restoring arrays to a file while in a subroutine. I can do it in a command on the main form with Open filepath For Binary As #1
|
| Newbie text box and filename question | 23 Nov 2003 19:33 GMT | 2 |
Hello there. I'm new to this newsgroup and have just started programming in VB for fun. I would greatly appreciate help with two problems I am having in my latest programming masterpiece. I have a text file that I need to call during my application - a help file.
|
| INI | 23 Nov 2003 13:23 GMT | 9 |
hallow i'm trying to make a simpel INI file, but it won't work i want to write a value (of a selected printerport selected by an option box)
|
| Where's the log file? | 23 Nov 2003 12:06 GMT | 2 |
VB 6 is crashing hard and states that a log file is being generated, which I cannot find. Any ideas where the log file is? Thanks, Jim
|
| Saving a web page | 23 Nov 2003 07:47 GMT | 2 |
VB novice, wanting to save a web page as html, or text, what's the simplest way to do this with VB6? thanks eejit
|
| Running a Remote Program ... HOW | 23 Nov 2003 03:33 GMT | 3 |
I would like to write a program that tells another program on a different machine (netorked) to run on that remote computer. I have several programs used for maintenance of may databases, and for creating information from the data. The tables are many and Large, so i
|
| Which codes can WebBrowser use of the file ' system32 ' so that my project remain compatible with all the ' Internet Explorer'? | 23 Nov 2003 03:26 GMT | 2 |
I create a vb4 project which can also naviger on Internet via the WebBrowser control which I put on my form. My question is: if this program is installed on a station having already Internet Explorer in it then will it cause an error if version Internet
|
| Detecting dtmf tone by mscomm | 22 Nov 2003 23:03 GMT | 1 |
how can i detect the dtmf tone using the mscomm control. pls send me the code of it.
|
| | Delimited File | 22 Nov 2003 22:25 GMT | 14 |
In a previous post I got some help with a "|" delimited text file that I had. Randy Birch was kind enough to create some code that was almost perfect. For some reason it doesn't work on every entry. Below is a clipping of what the old file (rpt_ccz.txt - http://www.swandust ...
|
| Scrollbars | 22 Nov 2003 16:27 GMT | 2 |
How can i insert scrollbars to my form. I have textboxen that are created through runtime with Ubound. But on a small resulution they don't fit on the screen. Thanks a lot
|
| How to create a link to a website in a VB6 app? | 22 Nov 2003 14:42 GMT | 4 |
I would like to have a button on my VB6 application to enable the user to go to my website via their default web browser. Is this possible? Is it advisable? Will it significantly increase the size of my app? Dan
|
| dragdrop | 22 Nov 2003 13:02 GMT | 1 |
the dragdrop event on an image control doesn't fire all the time. It looks like when I move the control to the right it does not fire, and to the left it does, although not all the time. Is there a bug in the dragdrop of an image?
|
| Databases and recordset | 22 Nov 2003 11:55 GMT | 2 |
Hi. I am doing some basic database stuff - read, add, delete, change etc. The database contains names. One of the things I'm trying to do is whenever I delete an item from the database is to show a message box with the the current name of the
|
| Playing sounds in VB 6.0 | 22 Nov 2003 09:24 GMT | 1 |
Instead of a beep sound playing as an alarm or reminder I would like to be able to play a more interesting sound. On the web, I found and tried a sound routine that uses the SOUND.DRV but it does not work for me. Maybe it would be best to try to play a small mp3 or wav file ...
|