| Thread | Last Post | Replies |
|
| VB applications | 29 Oct 2005 12:08 GMT | 1 |
I am about to make the leap from using VBA in Excel to using VisualBasic as a stand-alone tool. If I were to create an application in VB (using VB 2005 Express ed. Beta) and took it to another computer, would it work fine as long as windows was installed, or would it need
|
| Compiling vb.net application | 28 Oct 2005 14:49 GMT | 1 |
When I compile a vb.net application it does not run on all XP OS systems. I think this has to do if .net framework is installed? Can I compile so that it will run?
|
| Re-distributing Microsoft Excel 11.0 Object Library | 26 Oct 2005 09:07 GMT | 3 |
I am currently developing a Visual Basic V6 application which creates an Excel object and therefore a reference to the 'Microsoft Excel 11.0 Object Library'. When I create a setup program it includes the file Excel.exe which I presume
|
| Develop a application which run from a CD | 26 Oct 2005 02:37 GMT | 1 |
Can I develop an application with Visual Basic which run from a CD without the need of installing on the target machine. I want to develop an applicaction which run when the user insert the CD in its computer, without any problems about install the application on the
|
| ddeployment/distribution of MSCOMCTL.OCX | 25 Oct 2005 22:18 GMT | 1 |
I need to deploy my app. written in VB.6. This appl using MSCOMCTL.OCX. When using "Package and Deployment Wizard" I added "MSCOMCTL.OCX" to create setup package.
|
| Windows installer issue | 21 Oct 2005 19:01 GMT | 3 |
I am doing VB6 application deployment setup with windows installer. Is there any way I can create shortcut in All Programs group in start menu? Thank you for you reply. Shailesh
|
| Installation for all users | 17 Oct 2005 18:34 GMT | 8 |
I am using the package and deployment wizard in vb 6.0 to create a setup program for my program. When I install the app it puts it only in the current user's program files. I would like it to install for all users. Does anyone know how?
|
| Windows Installer / Setup Project | 13 Oct 2005 19:31 GMT | 2 |
I am making as setup/deployment project in Visual Studio.NET and would like to know how to change in top windows and the Icon from the default icon of a computer to something I create. Is there a way to add a pic to the msi setup project?
|
| .Reg file and windir Env variable | 11 Oct 2005 23:50 GMT | 1 |
I have a legacy application that is deployed through VB 6 package and deplyment tool that uses a .Reg file to register an associated VC++ DLL. As you can see from the following lines from the file, it is Windows 2000 dependent.
|
| vb6 exe creation needs foxpro7 installed to run with fp database | 08 Oct 2005 23:47 GMT | 3 |
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.
|