What support files do I absolutely need -
I created my programme using VB5. I assumed that other than OCX files, MSVBVM50.DLL was the only support file that I needed to distribute with the programme. (I want to include all files not included with a bare-bones Windows 95 setup that my programme will need.) Just to be sure, I ran Application Setup Wizard - I'm not going to use it to distribute my programme, but I wanted to look at the list of dependency files it generated. It came up with a bunch of OLE DLL files and other junk. Do I really need these?
Can somebody please list the files required by a VB programme? Also, my programme also uses COMCTL32.OCX and COMDLG32.OCX. Do those OCX files require any DLLs not included with Windows?
What support files do I absolutely need -
I created my programme using VB5. I assumed that other than OCX files, MSVBVM50.DLL was the only support file that I needed to distribute with the programme. (I want to include all files not included with a bare-bones Windows 95 setup that my programme will need.) Just to be sure, I
detect the CD drive for support files -
Hi.
I guess this may be a newbie question but it's my first time trying this. I have a few hundred support files that I want to keep on the app CD. Then install the app to the hard drive, but the app will seek those support files off the CD when they are needed (like every PC game o
Installation and copying files -
Dear friends,
how to make all support and other files to be copyed in to the installation directory on installation by the user.
for eg:- i have an database program made in VB6, after installation only the .Exe and one .txt file will reside in c:\ program files\project where as i wan
Esri -
Does anyone know of any controls or absolutely anything that would allow me to be able to view ESRI files (vector graphic files similar to autocad files). Also any controls or info on autocad files (dwg or dxf files) would be great also.
Thanx in advance.
Single exe file without support files -
Hi All,
Got any method to make the vb exe file become one file only? This is because a vb project become a exe file through the P&D it must comes out files like the setup.lst and support.rar and can not install the program without all that files. Can I make it become one exe file
Creating a downloader App, Installer app -
Well... I plan on realise most of my programs without installers, as the file size will be to big... but, the problem is, what if the users don't have the support files needed to run the program?
So... is it possible to make an app which could connect to my web site, download the su
Generate text files in IBM-850 encoding -
Guys,
I need to generate text files using encoding IBM 850 to support French characters and I need to be able to read IBM 850 files also. I changed the default encoding in Windows XP to support French Canadian but the files I am receiving from another application comes with some cha
FTP software for Pocket PC -
Hi folks...
I'm in desperate need of a good, preferably free FTP client for Pocket PC.
We have been using vxFTP, but they want nearly £400 for all the licenses we need.
It absolutely has to have scripting support.
If it's possible to code in vb6, then some examples might h
Crystal Report Support files -
I use Crystal Report in my programs.
Could you tell me what files ( DLL, OCX ) should I used to support my program when I instal it in user computers ?
PS: I use Package and Deployment Wizard to make setup file.
Tga image support -
Hi!!
'm making a project and i've a picturebox on it. And i need that picture box to support tga images files is that possible? If yes how?
Including missing files in a setup -
Hello,
I've got this tab writing program that I'm trying to give to a bunch of guitarist, and they all have the same problem. Two files are missing. I researched it and found two sites that they can download the files and then the program will work. Is there a way to include thes
Recent Files -
Hello again!
Here's a problem i have... i was trying to find some good recent files managment functions for my app and found this example on microsoft support
http://support.microsoft.com/kb/253171/en
It works really great but has one problem that i can't figure out how to solve... the
[3.0/LINQ] MultiLanguage Support -
Dear All,
I need to give multi language support for my windows application. Please give your valuable ideas. I tried using Form based resource files. but i am not agree this model. i need idea on Project resource files.
Thanks in Advance,
...Sekar
What support files am I using -
Not sure is this is a silly question.... but when a VB application is running on a client machine and it looks for one of its control files e.g. ocx, or dll files, where does it look for the files first?
1 The application path to running exe file e.g. c:\programme files\MyApp.exe
2
media player -
does anyone know how to display ra,ram and wma files in vb? i can get mp3 support and wav support working, but i cant get the video stuff like realaudio and realvideo...
Download manager for ftp support -
Hi can anyone give me an ide on how can i make my own download manager for my ftp support site, here is my support site image..
user will be given an accounts before he/she can downloads any files.
How to Test Autorun.inf Files On Floppy -
Hi All:
I have done what http://support.microsoft.com/support.../q136/2/14.asp suggests for testing my autorun.inf on floppy but I encounter problems.
First, I put two files in a floppy disk:
notepad.exe
autorun.inf - content of autorun.inf:
[autorun]
New Crystal Reports 8.5 Hot Fixes -
Main Program Files Hot Fix:
English: http://support.crystaldecisions.com/cr85mainwin_en/
French: http://support.crystaldecisions.com/cr85mainwin_fr/
German: http://support.crystaldecisions.com/cr85mainwin_de/
Japanese: http://support.crystaldecisions.com/cr85mainwin_jp/
.RES file... -
as I know, .res file can support bitmap files only..
do they support jpeg and gif files?
Motherboard Support CD -
Hey guys.
Please help me where I can download a P4P800-E Deluxe Support CD.
I bought this MBoard w/o a support CD.
I already have the drivers but there are tools/utilities that are present in the support CD.
Thanks for any help.
Help! Trying to manipulate data in a non-database file -
I'm completely new to Visual Basic, so I know absolutely nothing about how it works. All I know is that someone I knew once wrote a program using VB to move files and adjust data in files for a game called Red Baron 2.
Now, I'd like to learn VB so that I can make a similar program
setup files for our customer -
Greetings,
I just ran the package and deployment wizard. There was a cab created, a setup.exe, a setup.lst, and a folder called Support.
I want to put on our ftp site what the client needs to install the program. My question is, does the Support folder need to be included, or is
Using VB6 ..How can one tell if remote support is possible -
this may not be a fair question and/or i am in the wrong forum but i need help.
There has got to be an easier way.....
I (unfortunately) have to do a ton of tech support with our company's end users. Most of the our users are .....let's say... "pc challenged".
I woul
Using vb6... Detecting if remote support is possible. -
this may not be a fair question and/or i am in the wrong forum but i need help.
There has got to be an easier way.....
I (unfortunately) have to do a ton of tech support with our company's end users. Most of the our users are .....let's say... "pc challenged".
I would
Inno Setup with a install choice -
I have a app that has a server version and workstation version. The server has the database files and all support files. The workstation install has only the app and support files. I have always made two different install packages in the past. What I want to do is make this into only o
Source for Support Files -
Gents -
I'm struggling with deploying a VB5 app...
I keep waffling between using the App Setup Wizard (Lots of problems to work out) or Inno Setup (I refuse to buy the accompanying script creator because 1) I can't set my screen resolution to the required 1280 x ? size, and 2)
[VB.NET 2005] MarqueeProgress control -
Did you ever want a Marquee progress bar control, to get a marquee just like WinXP autoplay's one, or Nero 7 "waiting for disc" one, or even VS2005 "building help" one?? Now you can, absolutely free! I wrote that little control for an app I am developing, and then I
Dodgy CSS/JScript/HTML Glitch -
Hi
Please take a look at:
http://uk.vector-networks.com/support/optional_test.php
http://uk.vector-networks.com/support/optional.php
See the dodgy glitch? Right, both files should be similar enough that this shouldn't happen. I have already discovered it has nothing to do with
.res - files / multi-language-support -
Sometimes I wonder if I'm smart enough for that job...
I added a .res - file (2 string-tables) to my project but I can't figure out how to specify the table to load the string from.
Does anyone know how to support different languages with vb?
Regards,
robert
Destination does not support long filenames -
I'm copying files from a local HD to a shared folder on
another computer. Both machines are win95 and they both
support long filenames. However, when copying files from
the local HD to the other machine, i'm gettnig a dialog
saying that the destination does not support long fil
Web newbie. A few questions. -
I have 500 MB (way more than I need) of hosting that I bought before I knew what I was doing. Ok, I still don't know what I'm doing, but I know a little more now. For instance, I found out they don't support FrontPage extensions or ASP. What they do support is PHP. I don't even kno
support files -
does anyone know whether i need to supply the support folder created by the pdw or can i just supply the cab file?
Asynchronous Wininet APIs -
Hi there !
I want to download multiple files at the same time using the
URLDownloadtoFile Wininet api function.
Now i found the following article from microsoft
it says about how to asynchronously execute many Wininet api functions at the same time.
Has anybody implemented th
Packaging -
When you do a setup packaging, what is the difference with the files in the PACKAGE folder and the files in the sub directories \SUPPORT folder? I notice both has setup but the ones in the PACKAGE folder work. The other one asked for a floppy disk. Is the SUPPORT folder for multiple
VB EXE from ASP page -
I have created a VB application for a client which is to run from their Intranet Server. The client has given a link from his page to the EXE. My application needs a lot of support files to work.
But when the EXE is called, it gets downloaded to the local system temp directory and s
ATI Radeon 9200 PCI -
I was trying to install an graphics card, the one in the title, but for some reason, after putting it in, and turning on my computer, absolutely nothing happens. Normally when I turn on my computer there is a beep and it starts up. This time, there is no beep, and my monitor just stay
unwanted vbs script files -
I hope some can help me out with this--I recently encountered problem, whereby all of my mp.3 and JPEG files were suddenly replaced by VBScript files. My guess is that I downloaded something inadvertently posibly some kind of media player that caused the vast majority (if not all) of m
Looking for basic intro to XML read & write -
Hi,
I'm absolutely new to XML. I've been using text files as data files, but I'd like to upgrade my skills and use XML.
I've been looking for a really simple intro tutorial but haven't found one quite simple enough.
If anyone can point me in the right direction, I'd be mighty
CommandBars doesn't support property or method -
I'm trying desperately to get a COM add-in to work with Outlook. I'm brand new at this and probably doing something fundamentally wrong.
Using VB6 I create a new Add-in. I change absolutely nothing in the code. I use the Add-In Designer and change it to an Outlook 9 add-in and loa
Anyone got hints on how to add wav-files together -
Need to add several wav-files together to one resulting wav-file - by vb code. mciSendString doesn't seem to support copy and edit for wav-files. Any hints on how to solve the problem will be highly appreciated.