| Thread | Last Post | Replies |
|
| Source Code | 06 Mar 2006 11:58 GMT | 7 |
Hello all, does any one know a scource code for a keylogger, invisible one and doesn't appear any where on the computer and send the log file via email? thanks in advance...
|
| Load Hex String into Byte Array | 06 Mar 2006 05:17 GMT | 4 |
Hello person whos reading this, Title says it all I want to know fastest way how to load up Hex data then convert it to Bytes and add it to a huge byte array for example test.dat holds this
|
| error sorting a read-only list box | 05 Mar 2006 20:53 GMT | 6 |
The line of code "List1.Sorted = True" returns an error as "can't assign to read-only property". So can I change the property to not read-only or what is an alternative solution? Thanks
|
| format an integer | 05 Mar 2006 20:28 GMT | 5 |
How do I format an integer so that it always contains 3 digits, e.g. 1 would become 001, 12 would become 012 and 100 would stay as 100 ?? Thanks James
|
| Class not registered | 05 Mar 2006 18:44 GMT | 2 |
I have an app.exe that was made by VB6. I can't run it on computer which VB is not installed on, when I try the error below appears Class not registered looking for object with CLSID:- {00000010-0000-0010-8000-00AA006D2EA4}
|
| Help with a VB.exe to run an Application.exe | 05 Mar 2006 18:08 GMT | 4 |
I'm looking to write an VB.exe file that will open an applications .exe file and wait a given amount of time and then transmit a character, wait a while longer and do the same thing. There is an .exe file out on my system that creates a .CSV file that I need to have for
|
| What is the status of VB6 & DOT.NET ? | 05 Mar 2006 18:00 GMT | 31 |
I was heavy into VB6 up to about 2002 when I got turned off by news of MS abandoning development of VB6 and their attemps to push us all to Visual Studio .NET. Now I'm hearing that Visual Studio .NET was a failure and it might
|
| Screen Height/Maximize = False | 05 Mar 2006 17:52 GMT | 14 |
Code: I'm still puzzled on this. Take a form and add a button. Run this code with the MaxButton = True. You will see a status bar at the
|
| Different versions of Microsofot Office | 05 Mar 2006 17:10 GMT | 2 |
I'm currently using two different version's of Office and using a roaming profile, the problem is the shortcuts on the desktop point to 'C:\Program Files\Microsoft Office\Office\Winword.exe' for Word etc. when logging onto a PC with Office 2003 these do not work because
|
| Mouse on form | 05 Mar 2006 16:31 GMT | 2 |
Hi all; I have a form that is partially hidden. When I move the mouse over the form I want it to become topmost then not topmost I have that code and it works.
|
| Printing control names | 05 Mar 2006 15:27 GMT | 4 |
Is it possible to send to the printer, all the names of controls which are listed in all forms in a project. The reason I require this information is to make to easier for me when I change some of the names of some controls.
|
| IStorage | 05 Mar 2006 14:38 GMT | 4 |
What do I need to include in my VB 6 project in order to use the IStorage object? Thanks, Damon
|
| Medium time conversion, sort | 05 Mar 2006 02:28 GMT | 3 |
Time and date are confusing for me. I have a form in which the user enters the time with 3 ListBoxes - 1 for the hour (1-12), 1 for the minutes (5 min. increments), 1 for AM or PM. The time is displayed in a label (PickUpTime 1) on a second form. I had been storing it in an ...
|
| Help with calling a function that returns a collection | 04 Mar 2006 23:41 GMT | 6 |
I have found a function that looks like it should do exactly what i need, not sure though how to invoke it and then how to work through what it returns. Here is a part of the function: Function GetAllFiles(ByVal path As String, ByVal filespec As String, _
|
| SMTP question | 04 Mar 2006 20:45 GMT | 6 |
which is the right SMTP header to send multiple mails with a single connection to the server? Is it true that if I put for example 100 mails in the queue if the first address is unavailable the other 99 mails will be not sent?
|