I need to query if the OS is Win9x or WinNT. I know this can be done with sysinfo.ocx, but can it also be done without sysinfo.ocx? (My VB6 Learning Edition nags about a license when I try to use sysinfo.ocx)
The values of option buttons are stored in the ini-file as true/false. When I start the program these values are not loaded. But if I change true/false in the ini-file manually to 1/0, the values are loaded correctly. Is this a known VB6 problem? What should I change to make things work?
Speek
How to remove the last character of a string (of unknown length)?
Explanation:
The user selects a path. The program adds a backslash at the end of the path. But in one case this backslash must be removed.
Speek
I'm working on a program with some option buttons. The values of these option buttons are stored in an ini-file when the program is closed. When I check the ini-file the correct values are there. But when I start the program all the option buttons are set to false (while there must always be one...
I've made a frontend for a MP3 encoder (executetable console program). Until now the frontend created and launched a batch file. The downside of batch files is that it doesn't work if the filenames of the files that must be encoded contain accented characters. So now I want to use the...
I would like to make a combobox that lists all .exe files in the programs directory. Anyone has some source code for me that I could use for that? Thanks,
Speek
In a program I use a drop-down combo box. Suppose the user enters his own text and doesn't add it it to the drop-down list. Then he closes the program. Next time he starts the program I want that same text to be displayed in the combo box. I do use a ini file (INI_SaveControlValues). How can I...
I'm trying to modify a vbscript for the MPEGplus audio encoder (something like MP3). I have the script on the desktop and when I drag-'n-drop wav files on it they get automatically compressed. Only thing is that the DOS-box closes immediately after the encoding is finished. But I don't want it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.