| Thread | Last Post | Replies |
|
| Date Time | 11 Dec 2004 23:44 GMT | 2 |
How to add for example two days in date selected in DateTimePicker. For example the DateTimePicker is 12/2/2004, I want to add 2 days so become 12/4/2004.
|
| Aligning text in a listbox | 10 Dec 2004 15:44 GMT | 3 |
To anyone who may see this message. I am working on a VB.NET project in which i have a list box to display a list of cars with the following fields: Make, Model, Year, Mileage, Price. Each car has each of those fields. The list box displays one line per car,
|
| Convert Seconds to Time | 09 Dec 2004 22:18 GMT | 4 |
How would I convert a value of seconds to a time value? Any help is greatly appreciated! Best Regards, Brad
|
| Convert enum to integer | 08 Dec 2004 18:21 GMT | 3 |
This would be easy to do in VB .NET. But I am using VB 6 on this project. A class has an enum declared as: Public Enum ProductTypes spNextDay = 1
|
| Can't Find UBound And LBound Function | 07 Dec 2004 22:49 GMT | 5 |
Hi to everyboby.I'm a Novice in Visual Basic. I can't use LBound and UBound function because visual basic 6.0 can't recognize them.If I go to object browser in fact I can't find them. On the same machine I have installed also Visual Studio .NET. Is this a problem? Or I must ...
|
| Check if excel and word are installed | 07 Dec 2004 17:56 GMT | 7 |
What is te quickest way to check if excel and word are installed? Now i use create "excel/word.application" but thats takes a few second. thanks
|
| MDIChild lookup form (modal!) | 07 Dec 2004 17:09 GMT | 3 |
I'm using MDIChild form for partner browsing, searching .. Also I want to show it as modal when need this windows as lookup... (impossible: MDIChild cannot be showed as modal..) I have not found any good solution, I need fully working solution.. I think
|
| controlling a change event | 06 Dec 2004 18:08 GMT | 3 |
I have a code attached to a "change" event that executes after an unrelated pivot table refresh button. Since it isn't expected to execute at that time, I get error messages and failures. I'm a SAS programmer and not very familiar with VB. Naturally, there's an unrealistic ...
|
| Launch Email Program | 06 Dec 2004 00:34 GMT | 5 |
How do you launch the default Email program in Visual Basic 6? Thanks, Duane
|
| Type Conversion | 04 Dec 2004 22:25 GMT | 2 |
If I have a variable declared as a byte type, is there any benefit to changing it to a long or integer? Is there some kind of conversion that happens? I know that integer values are converted to longs before use, I was just wondering if this happens with bytes as well.
|
| VB-script multiple return or reference type? | 03 Dec 2004 11:19 GMT | 2 |
I want to bring VB scripting support to my MFC aplication. Therfore I need to provide COM interface to my C++ functions. Now the problem seams that VB script does not provide reference types or pointers. But how can I have a function in VB-script that modifies more than one ...
|
| Re: Help Finding a Good eCommerce and Project Book | 02 Dec 2004 17:23 GMT | 3 |
|
| Call to absolute address | 02 Dec 2004 13:19 GMT | 4 |
Environment: VB6 under W98 I have to use a DLL which has a single entry point expressed as an absolute address. Any function to be invoked is then specified as one of the arguments. The number of arguments is fixed.
|
| Using "controls" on active reports in VB6 | 02 Dec 2004 09:28 GMT | 5 |
I can use this in a for next on a form easily : for i = 1 to 10 Me.Controls("cmdbutton" & "i").caption = "something" next i
|