| Thread | Last Post | Replies |
|
| vb6 exe creation needs foxpro7 installed to run with fp database | 07 Oct 2005 09:23 GMT | 4 |
A small program that only reads fpxpro7 database (dbf file) from a directory using ADO connection string cannot be run if compiled on a machine without foxpro installed. In order to run, the exe needs to be compiled in VB6 WITH foxpro7 installed.
|
| DataGrid | 07 Oct 2005 09:06 GMT | 4 |
Dear friends, I am a vb6 user. On one of my forms (mdi child and all the menus including popups are on this form) I use a datagrid to display data (read only). In order to highlight the current row I use a text boxes placed on top of the
|
| OCX and Web design | 04 Oct 2005 21:23 GMT | 1 |
Would it be possible to create an ActiveX control with many components (Image, text boxes listboxes etc...) that can be setup on a web page and actually work like a VB form to access DB records. I don't want to use
|
| vb help please button | 04 Oct 2005 15:46 GMT | 1 |
I am taking my first programming course and well I am stuck. I need help configuring a button. I have it programmed to display text in a label box. I also need an image to also be displayed upon clicking the button. But on subsequent clicks I need for the text and image to
|
| how to add 2 parameters in a vb application | 03 Oct 2005 18:24 GMT | 2 |
First, I am an absolute beginner in VB but fast learner. I made a simple macro in excel vba that takes a file and save it as a csv. Application.DisplayAlerts = wdAlertsNone ChDir "C:\"
|