| Thread | Last Post | Replies |
|
| Can't unzip files with vbaccel.com's infozip unzip sample code | 21 Oct 2006 16:14 GMT | 2 |
I can't seem to get the sample code for unzipping files with the info-zip dll from vbaccellerator.com to work. I keep getting error 53 at the point marked below. I have the vbzip11.dll in my windows/system folder and I've added the class cunzip.cls, and the bas module mUnzip.bas ...
|
| Real Noob Here - How to Publish/Deploy Database With App | 21 Oct 2006 15:44 GMT | 2 |
I am just getting started with VB 2005 and created a small application that connects to an Access DB during execution. When I publish the application with VB 2005 the database is not included with the package. When I sent it to a friend to try out he didn't have the database so ...
|
| Option Explicit bug? | 21 Oct 2006 15:21 GMT | 3 |
Hey gang, Many, many years ago I came across some code for encrypting strings, which I have been using in various projects. I did not write the original code, but I did make a few very minor changes to it. It's always worked very well
|
| Visual Basic 5.0 Setup Wizard | 21 Oct 2006 04:08 GMT | 3 |
When I run this application I first get the " Initializing Visual Basic 5.0 Setup Wizard" dialog box and then I get a box that says "Invalid property value. An unexpected error has occured". What the $%#@^% does this mean? Cheers
|
| VB EXPRESS OPEN APP IN FORM | 20 Oct 2006 23:38 GMT | 1 |
Is there a way to call an application, in this case EXCEL from a tabbed form and have the opened excel restrained by the form size (look as if it is embedded within the form) and automatically provide V and H sliders ? Thx
|
| USB autostart, possible w/vb3 program & runtime? | 20 Oct 2006 19:28 GMT | 2 |
Is it possible to do an autostart on a USB stick similar to a CD? Is the presence of autorun.inf enough? In the past I've used a VB3 program with the VB3 runtime successfully on a CD, will this work from an autorun.inf on a USB?
|
| subclass listview in UserControl | 20 Oct 2006 15:25 GMT | 2 |
I want to create an Activex control that is basically an improved listview. I'm trying to subclass the listview to process WM_HSCROLL and WM_VSCROLL messages. I've been reading different stuff, but most examples about sublassing are for either the usercontrol itself or the
|
| Tab and Pos functions | 20 Oct 2006 09:02 GMT | 5 |
Hi I have a query which I hope someone can help me. Basically I use a software that requires inputs in a particular "formatted space delmited" or *.prn format and my file should have positions as follows:
|
| Problems extracting picture data from Access database | 20 Oct 2006 04:59 GMT | 8 |
I saved a picture into a database. I had a Data control and a picturebox bound to it. Data control had been told the location of database, etc. A created a new record in the record set and loaded a new picture into the picturebox and then updated the records.
|
| Very simple | 20 Oct 2006 04:21 GMT | 2 |
I have form with the autoredraw property set to true. There are three command buttons with the style set to graphical and their back colors are somewhat light blue. When the form process data it unloads itself and calls another form, which
|
| Getting current time in EPOCH time? | 20 Oct 2006 02:24 GMT | 12 |
This is probably something simple. I'm trying to get the current time in EPOC time, which is, I believe, also called time_t in C. I think the GETLOCALTIME API call will do what I want, but I'm not sure.
|
| SetProcessWorkingSetSize | 19 Oct 2006 20:36 GMT | 2 |
We have a VB program which runs for a long time (weeks) the memory keeps growing until the point where the program crashes. If we minimized the program a lot of the memory is reclaimed. I am trying to do the same using the SetProcessWorkingSetSize API call. When I try to use it ...
|
| coax P&D Wizard to install mdac on target machine during std. installation, possible? | 19 Oct 2006 20:21 GMT | 5 |
I would like to include mdac_type.exe with my installation files and then coax the P&D wizard to run the file on any target machine a program is installed on. Is this possible?
|
| SHGetFolderPath - CSIDL_FLAG_CREATE | 19 Oct 2006 19:15 GMT | 3 |
I'd appreciate some perspective on this from those of you who have experience using the SHGetFolderPath API. I read in previous posts here in this group about the SHGetFolderPath and CSIDL values. I read on MSDN where Microsoft recomends it's use. And a quick trip over to VBnet ...
|
| Compile Differences, WinXP-Pro and Win2K | 19 Oct 2006 18:59 GMT | 5 |
I have an application that I'm trying to release tomorrow, and just found out that with the latest release, if the app is compiled to exe on WinXP Pro, it will not run properly on my work Win2K machine. It starts fine, and most everything works, but where a bunch of graphics ...
|