| Thread | Last Post | Replies |
|
| ROUND or "TRUNCATE" | 11 Jul 2008 04:52 GMT | 3 |
In VB6, Inmediate Window (or Wherever) results are: ? 100.3*1.15 115.345 ? round(100.3*1.15, 2)
|
| Complex numbers | 10 Jul 2008 18:36 GMT | 6 |
Does anyone know if in VB you can have complex number or not. If so, can you perform complex operations and arithmetics? If not, does that mean I have to write several functions to handle complex arithmetics? Thanks;
|
| Property Data Types and Values | 10 Jul 2008 17:47 GMT | 7 |
I'm using VB6 and creating an ActiveX control that contains a number of Properties. Is there a way of using a User-defined data type as the Proprety type - so when you choose a value for the Property when using the ActiveX control it would appear as a Drop Down list of values to ...
|
| Mdb file not updating - VB 2008 Express | 07 Jul 2008 22:27 GMT | 1 |
I have created a new form project in vb 2008 express, and added a data-source pointing to a simple mdb file on my local hard drive at C:/DelMe. If I open the data using the database explorer (rather than the datasource explorer) and right click on a table and retrieve the data, ...
|
| combobox hover style | 05 Jul 2008 00:34 GMT | 12 |
Hi... i'm creating an user control where there is a flexgrid. i need this flexgrid to hover over the other objects and even the form border, just like the combobox list..
|
| FindControl hangs on a Citrix box | 01 Jul 2008 17:40 GMT | 2 |
Anyone have any suggestions. I have a VB6 office plugin. When running under RDP or Citrix, the Application.CommandBar.FindControl goes to 100% CPU utilization on the host, and sometimes hangs. When it doesn't hang, it does find the control it's
|
| How do I prevent users pasting text into a text box, but allow normal keyboard input? | 01 Jul 2008 10:00 GMT | 17 |
I am controlling what can be entered into a text box by checking each key press and, according to the context, accepting or ignoring what is entered. Thanks to advice received yesterday, I know how to find the current
|