| Thread | Last Post | Replies |
|
| Adding Help to a VB 5.0 app | 11 Aug 2007 14:42 GMT | 1 |
What is the best way to add help? I hear something about using HTML? Is that best. I need to know how to do it.
|
| Help remembering the name of a site. | 10 Aug 2007 17:30 GMT | 5 |
I remember ages ago, there existed a site that was really top notch. In fact, it was probably one of the top 5 sites for Visual Basic. I remember too, that at some point they put up a blurb stating that they simply could not continue the site for whatever reasons and that it may ...
|
| Various Request Form | 10 Aug 2007 16:46 GMT | 4 |
To create various requests of Form? Example: Form1.Show
|
| Help With GTTree with VB6 | 10 Aug 2007 03:43 GMT | 1 |
I am having a problem with a gtTree that I could do with some help with. I have an MDI application which uses the gtTree on some of the mdi child windows, all works fine until I display a modal form and one of
|
| newbie: VB 5.0 Help files and related issues | 10 Aug 2007 02:01 GMT | 6 |
I want to add a help file to my application. Can I just use a plain text file that pops up when I hit a Help command button? One other guy here did that with a pdf file but he used a someewhat
|
| Why can 'Enter' not be caught with the event 'Form_KeyDown' if a button is on the form | 09 Aug 2007 20:17 GMT | 12 |
I have a blank form with only one Label. With the following code I can catch each pressed key with the event 'Form_KeyDown': Option Explicit
|
| New to group - questions re VB5 | 09 Aug 2007 09:06 GMT | 5 |
I bought an old computer a few years ago and found that it had Visual Studio 97 and a vb5 night course installed on it so I thought I'd try to learn it. I use to program in basic when I had my TRS80 and CoCo. What I was wondering is would I be able to get support from this
|
| Help remembering the name of a site. | 08 Aug 2007 22:55 GMT | 3 |
I remember ages ago, there existed a site that was really top notch. In fact, it was probably one of the top 5 sites for Visual Basic. I remember too, that at some point they put up a blurb stating that they simply could not continue the site for whatever reasons and that it may ...
|
| Req: MP3 Extended Attributes Sample VB Code? | 08 Aug 2007 21:14 GMT | 1 |
I'm interested in creating a database that retrieves MP3 Extended attributes also allows me to edit and save them back to their resptive files, Does anyone know of an ocx control or even some sample code? TIA
|
| Animatronic Controller | 08 Aug 2007 19:22 GMT | 5 |
I'm designing an Animatronic controller using a serial based servo controller and have been thinking about ways of tying the audio playback to the movements. The only thing I can think of is using a timer and then firing commands out
|
| how to change font color in Macro? | 08 Aug 2007 09:28 GMT | 3 |
How to write a macro for the following purpose. 1.Search the lines start with "//*"in CSharp file . 2.Change font color of that lines. I wrote the following code
|
| Passing Values to a Form | 08 Aug 2007 03:30 GMT | 2 |
Any assistance is appreciated. I have two forms (Form 1 and Form 2), where Form 2 is used to display instructions. I want to pass a value to Form 2 (e.g., I want to print a value as
|
| VB6 Common Dialog Save | 08 Aug 2007 03:04 GMT | 11 |
I want to save file Punk_History.def to a directory chosen by the user. When I execute the code below, the dialog box says the file has been saved. Problem is that the file does not exist in the directory I chose to save it in. Why doesn't it work?
|
| Visual Basic in MS Access | 08 Aug 2007 01:25 GMT | 1 |
I need help from a VB/Access expert. I prefer writing code in PHP and MySQL. However, I got stuck doing a project with an Access Database. I have created several Select Queries inside Access, but I need to automate it such that my customer can just click a single button or
|
| closing a word document | 07 Aug 2007 17:58 GMT | 1 |
I want to use a word document in my project. The following code in VB6 does it but I do not know how to close the word document. What can I do? Dim filename As String
|