| Thread | Last Post | Replies |
|
| Creating form during runtime | 17 Nov 2005 21:17 GMT | 6 |
I wanted to create a for a form during run time just like command button and textboxes i have surfed lot of sitd but was unable to find this part of information on the net
|
| Security issue with compiled DLL Files | 17 Nov 2005 17:16 GMT | 2 |
I have a small VB 6.0 ActiveX DLL project 1 class + 1 module. I have declared a password Constant in the bas module. If I open the compiled DLL with notepad I can read the password in plain text! I have tried moving it to the class file as well as adding a resource file to the ...
|
| xor syntax | 17 Nov 2005 15:59 GMT | 3 |
If I have a string $encrypted that has been "XORed with 0xAA" and I want to decode that into $decrypted, how do I do this in Perl? Thanks Ian
|
| DBlist32.ocx error opening form | 17 Nov 2005 13:53 GMT | 1 |
We have a custom program which prints specialized barcode labels for shipping. I believe it was written in VB6, on an XP machine. I runs fine on the machine that created it. The machine it runs on is a Win98 SE. On installing the program, there was an error about oleaut32.dll. ...
|
| Running VB6 apps path and Temp folder | 17 Nov 2005 12:24 GMT | 4 |
How does one determine the path of a running VB6 application from within itself? Also, is there an enviroment variable or some other method for determining the systems Temporary files folder?
|
| how can I read datas from the registry? | 16 Nov 2005 23:45 GMT | 2 |
Hallo all, me problem is read datas from the registry (eg. IP-Number...). Who knows how to do this? I have tested the script from modner@comcast.net from 04.11.2005
|
| Problem reading from a text file | 16 Nov 2005 15:39 GMT | 6 |
I have the following code which reads lines from a text file The text file's lines are in two sections (sql statements and image file names) eg
|
| VB6 DLL Beta-test Failure | 16 Nov 2005 02:51 GMT | 3 |
I am writing a plugin for APIViewer, a popular development tool, this plugin is in the form of a Visual Basic 6.0 DLL and is based on source code from the supplied SDK. Everything seems to work perfectly on my development machine but every
|
| MSScript Control | 15 Nov 2005 17:32 GMT | 1 |
Hi, All. I'm having an odd problem where msscript.ocx appears to hang on exit. I think this is related to KB819897. Can anyone point me to the fix, please?
|
| Determining if a particular object has the focus | 15 Nov 2005 17:19 GMT | 9 |
How do I determine if Command2 has focus? If Command2 has been clicked then I don't want one of the lines in the code, a subroutine called by Command2_Click, to be executed. Instead of creating a new variable, I would prefer to add a line saying
|
| Looking for IN function | 15 Nov 2005 15:19 GMT | 6 |
I have something like this Dim Names(50) as string Is there a function "IN" or "EXIST" or similar that do next IF Peter IN Names(50) THEN .....
|
| Difficult question - subscripts on labels | 15 Nov 2005 14:31 GMT | 5 |
Sometimes we need to write chemical species like H2O instead of water or T2 instead of temperature at location 2 on labels which are there and are used for showing some variables. Is there a way to solve this problem without creating additional labels and writing the subscripts
|
| Generic text printer (tty driver) | 15 Nov 2005 09:02 GMT | 8 |
I'm actually using VB5 for an application that needs to print on a dot-matrix printer. For practical reasons (speed and clearness), I would like to use the current matrix printer fonts, instead of having Windows print text graphically. Its main use is for multipaper forms.
|
| I'd like a programmer's perspective on this Internet Explorer error message | 14 Nov 2005 03:35 GMT | 1 |
I've just upgraded my IE 6.0 with all updates from Microsoft. On almost every page I visit now, I get an error message about objects, generally that an object is expected. Does anybody else get this a lot?
|
| Mouse Help | 14 Nov 2005 01:35 GMT | 7 |
I need code to make the right mouse button function like the ENTER key on the keyboard. I have found some references but can't figure out how to code it. The right mouse button would be clicked on any part of a form.
|