| Thread | Last Post | Replies |
|
| How to disable a password inside Access? | 19 Apr 2008 00:07 GMT | 3 |
Hi all of you, I'm stuck with this issue (ok, just a extremly silly thing, I know/presume). I know which is my password but I have not idea how to desactivate. Issue comes when I need to copy forms between my Access local and our
|
| RtlMoveMemory problem | 18 Apr 2008 21:15 GMT | 5 |
Okay, my FTP problem turned out not to be what I initially thought at all, so I'm starting a new thread. I'm getting a strange problem where RtlMoveMemory called from within the same project works fine; when the DLL is compiled and the class it's used in
|
| Drag and Drop a Folder | 18 Apr 2008 20:34 GMT | 1 |
I would like to drag a folder onto a list view and have valid files inside of the folder populate a list box. The files in the folder will be checked by a validation module. I can drag files to the listbox just fine... My problem is that if I try to
|
| FTP Revisited | 18 Apr 2008 20:09 GMT | 7 |
Okay, what am I missing? I've got my FTP class working just beautifully, and when I instantiate the class from the same project, everything works fine. When I do so from any other project, it crashes (trying to write memory outside its address space).
|
| Prince Val | 18 Apr 2008 17:22 GMT | 10 |
VB6SP6 Val is a prince since it seems to handle so many different things except ... I have a table of numbers as string e.g. 1,234
|
| key from collection | 18 Apr 2008 16:35 GMT | 5 |
Just wondering. If I have a collection. with a bunch of items/keys. In the watches window, I can see the items. but no keys. is there a way to see my keys in the collection. for debugging?
|
| Too much code in KeyDown event? | 18 Apr 2008 14:08 GMT | 58 |
flxData is the MSFlexGrid that comes with VB6. Currently I have the following: Private Sub flxData_KeyDown(KeyCode As Integer, Shift As Integer) Static s As String
|
| Best static "ID" for licensing | 17 Apr 2008 21:22 GMT | 86 |
I need to get an "ID" that stays the same even when Windows is reinstalled. I used to use the hd's serial but it changes when the drive is formatted. I saw samples which use the MAC nr, but none of these samples worked in all cases for me.
|
| Decompiler VB6 EXE to get Objects/ Code returned.. | 17 Apr 2008 21:21 GMT | 4 |
Is it possible? I'm primarily an Access Developer. Found on Internet.. Someone posted a reply with the url of a so-called vb6 decompiler here. I tried it and reported the results back here, now two messages are gone?
|
| VB6 & Vista service pack 1? | 17 Apr 2008 18:50 GMT | 4 |
Any words of wisdom regarding the impact on VB-6 of installing Vista's service pack 1? I have an experimental/development box with VB-6 running on Vista Business. Having gotten through the various installation issues, the
|
| Bartender Problem | 17 Apr 2008 16:16 GMT | 1 |
I am using Bartender Activex Control, I pull the record set from database and then passed to the substring in the label format. But sometimes the Substring cannot be updated with the new record set
|
| VB6 IDE open Code Window itself | 17 Apr 2008 15:25 GMT | 4 |
when I open some foms in VB6 IDE for designing. IDE it self open the code window without clicking or double clicking the form.
|
| CopyMemory in VB6 to a byte array? | 16 Apr 2008 23:03 GMT | 2 |
I can't figure out how to set the fixed byte array variable in a type and then use it to call a function in VB6. How can I fix this? Also, how can I debug.print the values in a byte or a fixed byte array so I can see what I am copying and if it is correct? Thanks!
|
| Folder Property | 16 Apr 2008 22:38 GMT | 3 |
Hi, I've done a little searching through the forum and found some useful tips here. I'm gathering from some of the return comments that use of the FileSystemObject is frowned upon and I've linked up to http://vbnet.mvps.org/index.html to learn how to bypass it. In the meantime, ...
|
| Decimal Number Formatting | 16 Apr 2008 19:17 GMT | 5 |
I'm pretty sure there is a better way to do this, so I'm putting the question here. My routine is to take any number, and change the whole number based on an Integer.
|