| Thread | Last Post | Replies |
|
| VB and MS Access | 03 Mar 2005 15:16 GMT | 3 |
I am supposed to learn some VB in the next few days and write a program that uses MS Access. Now, my RDBMS skills are almost non-existant, though my logical skills in c, C++ and Java are good. Cane someone help me out along the way. I need to write a simple program with VB as the
|
| control array of webbrowser objects | 03 Mar 2005 09:12 GMT | 8 |
I've managed to put a number of webbrowser objects on my form in a control array at runtime. How can I trap events for individual browsers? For example, how can I detect that the document in browser(3) has finished
|
| Removal or Detection of "X" to end a program | 03 Mar 2005 09:04 GMT | 4 |
I would like for the user of my program to not have the capability to click on the upper right corner (Windows-X) to end the program. If I could make it disappear that would be fine. The program has internal controls to end the program but to first save some necessary files. ...
|
| Serial Communications - VB or VB.NET | 03 Mar 2005 08:47 GMT | 1 |
I am thinking of using either Visual Basic 6 or Visual Basic .NET? I am more inclinded of using VB .NET because of the lower cost associated with it? I fairly new to visual basic. Main aim is to write the script and make interface to get the user input
|
| caption info points to .frx file? | 03 Mar 2005 04:22 GMT | 2 |
I created a caption for my label and in the .frm file I see the following: caption = $"someform.frx":6B33 instead of the caption string.
|
| [OTish] Just in the news.. | 03 Mar 2005 02:04 GMT | 1 |
All hail Sir Bill Gates of H.M.S.M.S.. The knight in swiss cheese armor.
 Signature Regards, Frank
|
| VB6 program requiring CD | 03 Mar 2005 01:22 GMT | 6 |
I recently purchased a mapping program that has the various files stored on the CD. Can I do that with my programs? I am not a trained programmer but an experimenter who dabbles in VB6 programs. I try to do things that I see what others have done. I have VB6 SP6 and XP home ...
|
| Visual Basic/.asp connection | 02 Mar 2005 23:34 GMT | 1 |
Are .asp pages on the internet written in visual basic? The code looks very much like it. Are there a few other options the .asp files could be written in, and how can i tell?
|
| sub main ? | 02 Mar 2005 21:30 GMT | 13 |
Hi in VB 5/6 you could set which form was initiated at run time, this was in build options I think, iv just come back to VB and vb.net in particular and I cant find that option. could some nice person inform me on how to set which form is displayed ?
|
| add db problem.. | 02 Mar 2005 21:25 GMT | 1 |
I have created a database called ritten.mdb, it is assigned with the "ado data control 6.0" etc.etc... to DBControl. connection string = Provider=Microsoft.Jet.OLEDB.4.0;Data
|
| VB6 API Viewer | 02 Mar 2005 20:00 GMT | 4 |
I'm just making my first foray into using API calls (many thanks for advice received from this group so far) and I see there is a utility called API viewer with it's associated text file. This does not appear on my set-up & I've searched my CD's for it. Can anyone point to a ...
|
| Strange out of memory error at design time | 02 Mar 2005 19:31 GMT | 2 |
I'm running VB6 SP6 on W2K, SP4. I just started encountering something strange. I start up my project and double click on an existing form that has a FarPoint spread grid on it and I get a "Out of Memory" message box.
|
| Active-X control for extracting .gz files? | 02 Mar 2005 19:04 GMT | 1 |
Could someone recommend a low cost (or free) Active-X control, .dll, etc., that I could incorporate into my VB6 programs to extract .gz files? I have found several that work with common .zip files but nothing suitable for extracting .gz. Thanks
|
| IE | 02 Mar 2005 18:02 GMT | 6 |
Does anyone know why an IE browser does not execute some hyperlinks. They are Java Based Links. Does anyone have the IE Newsgroup? Thanks! Sharrukin
|
| Getting 3 random numbers | 02 Mar 2005 16:52 GMT | 9 |
All I want is to get 3 randomly generated numbers into 3 vars from a dynamically given number range, but I'm sure that my code, which is below, isn't working properly: bytTrialistSeed = UBound(arrTrialistsMatrix, 2)
|