| Thread | Last Post | Replies |
|
| Newbie questions. | 21 Oct 2004 14:33 GMT | 4 |
I have some questions in VB programming. I hope you can help me on this. 1. I started a VB project (for example standard exe). How many forms I can add into the project? (Current I have 32 forms) 2. Do you have any idea to reduce the size of the executable files? As
|
| Automated test software | 21 Oct 2004 14:09 GMT | 1 |
Can anybody recommend some automated test software for regression testing, for use with apps coded in VB6? Thanks
|
| auto register DLL + OCX in RegServ32 during develeopment ? | 21 Oct 2004 13:02 GMT | 2 |
Is it possible to send DLL + OCX to RegServ32 from a batch file + get the batch file to recursively check a dir ? Send all DLL + OCX in c:\program files\application recursively to RegServ32 ?
|
| Readonly at runtime | 21 Oct 2004 12:35 GMT | 1 |
How do I make a property of a class Readonly but only at RUNTIME? I want to be able to edit the value in a property browser after dragging my component on a form but then not allow any code to change this property when the code is running.
|
| BLOCKDRIVER | 21 Oct 2004 09:45 GMT | 15 |
I am trying to use the BLOCKDRIVERLib library. I want to list through the hardware devices that appear in the "Safely Remove Hardware" Dim a As BLOCKDRIVERLib.Drivers Set a = New BLOCKDRIVERLib.Drivers
|
| Looking for VB business application source code | 21 Oct 2004 09:39 GMT | 2 |
I need an accounting/inventory system written in VB and available in source code. ?????????????????? Thanks
|
| Advice on using Global Objects | 21 Oct 2004 06:49 GMT | 2 |
I'm creating a standard exe project in which I use a global object. I instantiate the object on the click event of a command button, thereafter I deliberately use the object in various methods and events. I've declared the object in the general declration section of the form.
|
| Premature Validation | 21 Oct 2004 05:16 GMT | 8 |
I have a touch screen app. with several validation events for text boxes, there is an on-screen keyboard that uses sendkeys to enter data into the active text boxes. All works well when useing the regular key board, but when I use SendKeys, the validation events kick off as soon ...
|
| Data Report Help | 21 Oct 2004 03:21 GMT | 3 |
How do I change the font of a label in a Data Report using code? The font I need is not showing up in the fonts list and the normal way to change font via code does not seem to be valid inside a Data Report. I am desperate here. Any help would be greatly appreciated.
|
| Need a reliable and free FTP component | 21 Oct 2004 03:14 GMT | 2 |
Hi, I'm looking for any reliable and free FTP component or class that can upload and download files to/from an FTP server. I've tried on using inet but find that it can't show any progress when uploading (or can it?) I think I might need some other class based on winsock or ...
|
| URGENT I see library in object browser but not in reference & comp | 21 Oct 2004 02:26 GMT | 1 |
I see library in object browser but not in reference and components How ??? The following is from Object Browser Library epWorkBrokerAgent C:\WINDOWS\system32\epWorkBrokerAgent.ocx
|
| Modify Menu at Run-time | 21 Oct 2004 02:16 GMT | 12 |
Dear Pals Help wanted... How do I change a menu at runtime if the menu is not visible at run-time? By this I mean that I am using the code below to change the menu at run-time and it works, with the proviso that the menu has its first
|
| dblist32 & comctl32 files | 21 Oct 2004 02:09 GMT | 1 |
i am getting out of date dependency warnings from the packaging and deployment wizard. where can i get an up to date copy of dblist32.ocx and comctl32.ocx along with their corresponding .dep (and .oca?) files? i do not understand why the warning is generated. my current dblist32 ...
|
| CreateObject asynchronously | 21 Oct 2004 01:53 GMT | 3 |
I have a custom object called Class1.Test and I like to call that object from another app. set a = CreateObject("Class1.Test") and then run a method in Class1.Test called RunMe
|
| MSComctlLib missing...where do I look? | 20 Oct 2004 23:58 GMT | 8 |
Newbie question here. Just tried running a sample with a form. got this error on form load Line 13: Class MSComctlLib.ListView of control ListView1 was not a loaded
|