| Thread | Last Post | Replies |
|
| Registry | 15 Feb 2008 06:15 GMT | 7 |
I want to store a date and two integers in the Registry. Where is a safe place to store these values where the location would be on any computer? I would also like to encrypt the values; how can I do that? Then, how do I compare the current date against the encrypted stored date? ...
|
| stop running dll | 15 Feb 2008 01:51 GMT | 4 |
In my vb.net application I use fortran dll for some calculations and I was wondering how to stop running dll in the middle of the calculations by pressing Esc key Any help is welcome
|
| How to Verify a file on a USB Thumb Drive? | 12 Feb 2008 02:36 GMT | 6 |
How to Verify a file on a USB Thumb Drive? I'd to write some files to a USB thumb drive and verify that they were written correctly. Reading the file back is useless, because you get what's in
|
| Page Setup Dialog - Printer button | 10 Feb 2008 08:37 GMT | 1 |
I have an application developed with Visual Basic 6.0 that use the following API: Public Declare Function PAGESETUPDLG Lib "comdlg32.dll" Alias "PageSetupDlgA" (pPagesetupdlg As PAGESETUPDLG) As Long
|
| Internetopen generates Error: No more handles can be generated | 10 Feb 2008 08:34 GMT | 1 |
I'm using the function InternetOpen, InternetConnect and FtpPutFile to put a file onto a FTP-Server. Generally it's working very well, every minute a file ist generated. But about every 14 days i get the error, when using InternetOpen: 20001, No
|
| OCX file/Dll File Security | 08 Feb 2008 00:51 GMT | 4 |
Which type of file, OCX or Dll, is more secure in terms of cracking the file and changing the functions and/or procedures the file contains? Thanks!
|
| 4 BITS RLE IN BMP | 07 Feb 2008 23:51 GMT | 1 |
I need BI_RLE4 bit BMP image for testing. How can we create 4 bits RLE BMP image. Which tool can be used to create 4 bits RLE BMP image. If you know please tell me or give me reference . Regards:-
|
| dll File | 07 Feb 2008 15:46 GMT | 24 |
Two questions ............ 1. Can VBA be used to create the procedures in a dll file? 2. Can anyone give me recommendations for free downlaodable tools for compiling a dll file?
|
| Internetopen generates Error 20001 | 07 Feb 2008 07:24 GMT | 3 |
I'm using the function InternetOpen, InternetConnect and FtpPutFile to put a file onto a FTP-Server. Generally it's working very well, every minute a file ist generated. But about every 14 days i get the error, when using InternetOpen: 20001, No
|
| Override Ctrl+I for Rich Text Box | 06 Feb 2008 01:53 GMT | 3 |
I am trying to override the default indent behavior for RTB when Ctrl+I is pressed. I am using the following routine to subclass the RTB. While it works to override Ctrl+C and Ctrl+V, it does not work for Ctrl+I. Any help would be appreciated.
|
| Increase height of items in a combo drop down | 06 Feb 2008 01:52 GMT | 4 |
Is there a way using API that I can increase the height of each item in a combo drop down. I wish to space out the individual items more than the default. I've found samples to incread the height of the drop box itself but not the items. Any ideas?
|
| Dlls | 04 Feb 2008 03:08 GMT | 2 |
On another VB website They had a list of Dlls for download. Each Dll had a description and some instructions on how to use. Reading some of the descriptions and instructions I noted that some required to be registered on the Registry and some did not. Can someone explain why some ...
|
| Getting to document dom from hwnd of IE window | 01 Feb 2008 15:01 GMT | 6 |
I can get the hwnd for the IE window. I am assuming that a particular page is displayed in that IE window and I want to call a javascript routine that is defined on that page. How would I do this? This is not my architecture.
|