| Thread | Last Post | Replies |
|
| Self checksumming an EXE | 25 May 2006 14:02 GMT | 1 |
I would like to be able to allow my compiled EXE to checksum itself so that when it starts, it can know if anyone has tampered with it. Obviously I cannot checksum it first and then compile it with the checksum embedded as that would change the checksum. Can anyone give me
|
| Sending keystrokes | 25 May 2006 12:24 GMT | 1 |
I need to know how to send the alt ctrl del keystrokes to unlock remote machine by script, I have a locked machine that I need to unlock my only way right now is to go to the PC and press ctrl alt del and put the password and press enter, I need this thing to be done automatically ...
|
| image browser | 25 May 2006 11:19 GMT | 9 |
I like to write a kind of image browser in VB. It should display all pictures of a certain folder as a small thumbnail on a form. The user should be able to scroll through the form and should be able to
|
| possible to happen memroy not enough ? | 25 May 2006 10:09 GMT | 4 |
Always happen: "0x7c931efe" reference command "0x0000038" memory, this memory can not be "written". Please press "OK" to terminate
|
| Error Running Code From Q194789 (List Bins) | 25 May 2006 09:49 GMT | 3 |
I have copied the code referenced in Q194789 to list all the bins for printers installed on my PC. However when I run the code I get a "Subscript Out Of Range" error message in the following bit of the code. The line where the error is being reported is marked by a * at each ...
|
| vb Addin | 25 May 2006 09:18 GMT | 1 |
I have written a vb addin to replace any text found starting with a ~~, it works fine for msgbox or anyother text. How can I make it find label and button captions to do the same thing. Norm
|
| Time Function Problem | 25 May 2006 01:43 GMT | 3 |
I can get the Date function to work but the time Function returns the following error at the line MyTime = Time Run time error 450 Wrong number of arguments or invalid property assignment Here is my code:
|
| Sending email in VB using only the Win32 API | 24 May 2006 22:27 GMT | 17 |
I have an app that I am considering adding an email feature to. I've had a few users say they would like my software to send them email alerts based on certain events it monitors. I know there are plenty of third party controls for doing this in addition to the MAPI controls ...
|
| Disable image (picture) | 24 May 2006 21:39 GMT | 5 |
When command button has loaded graphics and command button is disabled that graphics appears dimmed and grayed. Is it possible to do the same with Image control having loaded picture in it?
|
| Save picturebox contents | 24 May 2006 19:58 GMT | 2 |
I've used an oversized picture box to construct an image which I want to save to a file. Having constructed the image, I know how large the picture box needs to be to crop the image and I'm setting the height and width of the control accordingly.
|
| Drag from VB6 Source Application and Drop onto Separate Target Application | 24 May 2006 18:34 GMT | 1 |
Drag from VB6 Source Application and Drop onto Separate Target Application Is this possible? If so, how do I set this up? Thanks! - Joe Geretz -
|
| PDF to Image | 24 May 2006 16:54 GMT | 2 |
Can anyone suggest either code or a component to read a PDF file and then either copying result to a picturebox, or saving to a picture format file. A commercial components would be fine so long
|
| query | 24 May 2006 11:00 GMT | 1 |
hi i am using vb6.0 and db as MS ACCESS i wanted to add the data taken from the user @ runtime.... pleas3e help me which control i should use and how to prepare tha code for that
|
| Where threading difference betwen VB 6.0 IDE debug mode and EXE mode. | 24 May 2006 09:59 GMT | 6 |
I had the problems with VB 6.0. My ActiveX for property working use SingleThreading model and work at the requester thread. An VB App which use the ActiveX works correctly at the IDE debug mode and don't work when I make EXE file.
|
| Using bitwise | 24 May 2006 09:45 GMT | 10 |
I have a need to rather than use 26 bytes of data (zero or one) I would rather use a single entity with 26 bits. can I do this with a single LONG or will I have to use several bytes. Seasider
|