| Thread | Last Post | Replies |
|
| Using VB to grab text off of a website at the same four times every day | 08 Sep 2004 15:55 GMT | 2 |
Hello... I'm hoping someone can help me out. I know very, very little about VB, so bear with me. I am in need of "grabbing" data off of a website and writing it to a file. It is the same website all the time, always
|
| VB6 IDE blows up numerous times daily | 08 Sep 2004 02:41 GMT | 2 |
I hope someone has an idea how to solve this annoying problem. After running a VB application with the debugger and terminating the debugging session (I think that's the trigger), opening up some other microsoft application (like Word, Outlook, IE, a screen saver, etc) causes VB
|
| Distributing a VB application with some Security | 07 Sep 2004 15:53 GMT | 13 |
I would like to send out my VB application to people in my company but I don't want competitors or others to be able to use it. I know that any security can be broken but can anyone
|
| how to create an instance of FSO and WSH | 07 Sep 2004 14:30 GMT | 2 |
my first post here. i am having problems creating an instance of both FSO and WSH that many subroutines and functions use, so i end up having to create multiple
|
| Access 97, 2000, XP reports and VB | 07 Sep 2004 10:40 GMT | 1 |
I know i can create a Microsoft Access object with: Dim accessApp as Access.Application But my customer's computers doesn't have the same Access version. Some have Access 97, some Access 2000, some Access XP, and others have two
|
| Setup | 07 Sep 2004 09:11 GMT | 1 |
Have been away from things for sometime Is there any decent setup installer available free ? Many thanks
|
| Setting a text box from another Form | 07 Sep 2004 08:24 GMT | 3 |
I am trying to set the text in a form using a button on another form. I have tried to make sure all my variables are public and the text box is not locked.
|
| ListView + Selected Item | 07 Sep 2004 04:08 GMT | 14 |
Hello ppl I have a project in which I have a listview. The Listview gets loaded with items during startup. The project contains features such as 'add', 'delete', 'edit', etc etc so that the user has full control over the Listview.
|
| Autorun tool in VB/3rd party tool? | 07 Sep 2004 03:33 GMT | 1 |
I want to create a CD that the user can put into a CD ROM drive and then automatically have a screen of options pull up. The options available will be as follows: 1. Install program A
|
| Defining an array variable - Help | 07 Sep 2004 03:07 GMT | 3 |
I have defined all the variables in a separate module. I'm having problems in defining a variable that is an string array How would I define Global Message1()
|
| Please Help. Return width & Height for image files..... | 07 Sep 2004 01:29 GMT | 10 |
How can I get this to work? I'm a graphic artist, not a programmer. http://www.freevbcode.com/ShowCode.Asp?ID=112 All I want is a progie outputs in csv: file name, image type (i.e.. jpg, bmp, etc...), image width (in pixels),
|
| BringToFront | 07 Sep 2004 00:20 GMT | 3 |
I got a frame with a bunch of text objects with .Visible = False. When the condition arises I set .Visible = True However, the frame doesn't appear since it's buried underneath a bunch of other frames. I noticed that you can have it appear when you're in Gui by setting a ...
|
| Merge Sort | 06 Sep 2004 22:23 GMT | 4 |
I have some multidimensional arrays that I would like to sort. I was thinking of using merge sort since I want to preserve the order of the other columns if I have equal items in the column I'm sorting. The arrays have about 4,000 rows and a quick sort routine I found on the web ...
|
| Where is Jerry French When You Need Him Most? | 06 Sep 2004 18:01 GMT | 21 |
Hi Jerry (or anyone else as clever as Jerry). For a long time you've been telling me to "get into" VB User Controls, and in all that time I have resisted (too many other things to do), but I've just now seen the usefulness of such things, and I'd like some advice. I've just created ...
|
| printing data with VB5 | 06 Sep 2004 17:55 GMT | 1 |
I have a MDB with 3 tables: (clients, equipment, parts). The parts are linked to equipment, and the equipment is linked to clients. When the user prints a specific client, it must include the client's equipment, and in turn, the equipment's parts.
|