| Thread | Last Post | Replies |
|
| Check box (information) | 03 May 2005 03:48 GMT | 4 |
In my form, I have two checkbox and I want to disable checkbox 2 when I check one of them; because now I can check both of them... Can someone help me? Cheers!
|
| Allow scrolling when list box is disabled | 03 May 2005 03:17 GMT | 3 |
I have an application that uses a list box that is populated from the database. Once a user has selected and item in the list box I want to disable the list box but allow scrolling so that the user can see the complete contends of the list box. How do we do this?
|
| Reverse Engineering | 03 May 2005 03:15 GMT | 3 |
I have a DLL that I made with VB6 but I lost the code, does anyone knows a program to do reverse engineering? Regards, Alex
|
| ListView Selection | 03 May 2005 03:09 GMT | 3 |
I have a listview that I'm populating with about 500 rows. I'd like to have the last line highlighted and selected while it is inserting new rows. Is this possible? I seem to recall doing this in the past and it never seemed to work as
|
| StrFormatByteSize API function | 03 May 2005 02:41 GMT | 4 |
I am writing some VB code and want access to the StrFormatByteSize API function. I used the API Viewer loading the WIN32API.txt file but can find no reference to such a function. Is there some other txt file that I need to view?
|
| keep form on Top | 03 May 2005 00:24 GMT | 1 |
I would like to keep a form (compiled vb6 application) on top of any other application that is running. I would like to be able to work with either application by clicking on it. Can someone point me in the right direction to do this.
|
| ActiveX dll with progress feedback to Excel .xla | 02 May 2005 22:51 GMT | 5 |
I have a simple VB6 ActiveX dll that runs a loop, comparing dates in an array. This dll is called by an Excel .xla add-in. Now I would like to show the progress of this dll in a userform's
|
| "can't open clipboard".... when designing in the ide | 02 May 2005 21:40 GMT | 2 |
this happens A LOT. i'm using vb, and sometimes i want to copy a control. 2-3 time a week, i get "can't open clipboard". i have to shut down all my ms apps (yes, it's always an ms app), then restart vb in order to be able to use the copy command again.
|
| my erratic function | 02 May 2005 21:17 GMT | 14 |
I am a rookie working on a program that was created by an experienced programmer. He wrote a function that has suddenly become erratic. Here is the function: Public Declare Function GetUserDefaultLCID Lib "kernel32" () As Long
|
| Reading Domain Name | 02 May 2005 20:48 GMT | 2 |
I need to read Domain Name from my VB app. The code I'm using is: Dim objSystemInfo As ADSystemInfo Dim strDomainShortName As String
|
| ActiveX dll and MSComm | 02 May 2005 20:10 GMT | 2 |
I would like to create an ActiveX dll that can be downloaded and installed from a website. This website would then take values from the Active x control and then process them on an asp or asp.net page. I can't use the MSComm control without a form to attach it to. How do I do ...
|
| ListView Icon | 02 May 2005 19:54 GMT | 7 |
Can someone please tell me how to change a listview icon after adding an item? If this is not possible, perhaps I can add it after I add all the items within the row and before creating the next. Basically, I can't add the
|
| Command Line arguments | 02 May 2005 19:45 GMT | 2 |
Pardon any misspellings, english is not my native language. I'm quite the newbie in VB, so much of this may be trivial to others. I'm making a ConsoleApplication, that should be able to recieve command line arguments.
|
| ADSI | 02 May 2005 17:54 GMT | 2 |
Where can I find documentation (books or websites) on Using ADSI in VB6. What's the best source for this? Thanks, Bart
|
| HTML Thumbnail | 02 May 2005 17:00 GMT | 3 |
I'm open to any suggestions. I'm brainstorming the idea of collaborating a list of HTML files then wanting to see a thumbnail of the HTML in my VB app. I know W2K and XP perform this natively but I'm not sure how to tap into it. Does anyone know of any controls for this that have ...
|