| Thread | Last Post | Replies |
|
| VB6 frontend, w/ Access database on a web host: how? | 21 Nov 2005 15:04 GMT | 1 |
I need to write a VB6 frontend that connects to a database. The DB, most likely AccessXP, will be located on a webhost. Problem is: I have no idea how the VB6 app is going to link to the DB. Someone suggested using CGI to communicate with the DB, however I only
|
| vb and access | 21 Nov 2005 14:52 GMT | 7 |
Can I write a select, update, delete and ... query in VB as easy as MS access? And how? Please let me know. Thaks.
|
| How can I stop a radio button onclick event when form is loading? | 21 Nov 2005 14:11 GMT | 3 |
Hi, I'm trying to stop a radio button's onclick event from from firing while the form is loading and I'm wondering if using some boolean value and setting it true and the end of the Form_Load is the only way.
|
| How to create long from 2 bytes? | 21 Nov 2005 13:55 GMT | 4 |
I have a byte array: Dim bytes(2000) as Byte Dim j as Long I would like to cast first 2 bytes: bytes(0) and bytes(1) into j variable.
|
| Enum Help | 21 Nov 2005 10:43 GMT | 8 |
I have created a basic Public Enum in a Public module with a function that uses this Enum in the same Module. I then called this Function as below (setupMainFormDimens(Big)) and sometimes VB says that this variable i.e. Big has not been declared. Why?
|
| Early-bound | 21 Nov 2005 09:36 GMT | 10 |
I must be a dumb newbie. I read help three time and do not understand the concept of early and late bound objects . I use use MS fixit to verify that I have followed "good programing practices" and get the following error:
|
| Extra CRLF at end of output file | 21 Nov 2005 09:22 GMT | 3 |
I have several apps that output data to text files. I am using: open OutFile for output as #filenum print #filenum, TheOutputString close #filenum
|
| Vb6 to .NET Conversion Wizard | 21 Nov 2005 02:35 GMT | 5 |
Where is the .NET conversion Wizard. I'm told when trying to open a Vb6 app that the Wizard isn't installed but can't find it on the installation CDs.
|
| Need Some Help -- Im New BTW | 21 Nov 2005 00:34 GMT | 1 |
Im new to programming. I need to write a program for a Times Table for Math This is my code <html>
|
| How to pass a 2-D array into a function? | 20 Nov 2005 21:29 GMT | 21 |
Hello, friends, I have a 2-D array: Dim bcdeptID(24, 99) As Integer Now I need to pass it into a function defined as:
|
| Directory Folder question | 20 Nov 2005 19:18 GMT | 6 |
If I want to look for a bunch of files and they may exist in several folders under one folder, or they may all exist in one folder, is there an easy way of searching these out? I will have the end user select on the main folder the files can be found in but this location can vary ...
|
| calculating time | 20 Nov 2005 17:02 GMT | 5 |
Im just a beginner with Visual basic 6.0. Making a program to print and store my timecards as ther are moments i think overtime is removed. Most stuff works and i have fields Cap1 to Cap 12 available for time calculation. How do i tell Visual to calculate the time between ...
|
| MZTools | 20 Nov 2005 16:49 GMT | 2 |
I recently started usin MZtools. One of the options is to change public variables to properties. Can some direct me to information as to why this may be a good thing? Does it matter if is placed in a form or in a module?
|
| restric internet browsing | 20 Nov 2005 16:13 GMT | 6 |
How to restrict user to browse (using any browser,IE,FF....) only specified sites in the internet using VB6.( :) apart from using fire walls).
|
| How do I set the PictureBox Background to Transparent? VB6.0 | 20 Nov 2005 11:02 GMT | 7 |
I got this image that is a mug, and its background is alpha. But when I use it in a picture box, it background is Grey, or black.. of the color I choose. It needs to be transparent, to show any stuff behind it. I was able to do it with a Image object, but it doesnt get focus or ...
|