| Thread | Last Post | Replies |
|
| VB6: Cannot solve complex problem | 08 Apr 2008 23:08 GMT | 39 |
I have a huge problem: My users can input several words in random order. These words may or may not exist in a database field with this structure wordA+WordB+WordC+WordD.
|
| Not showing form's outline when resizing | 08 Apr 2008 22:10 GMT | 23 |
Form is allowed to resize only diagonally. When trying to use Left, Right, Top or Bottom border to resize, the form is prevented from resizing but there is a flicker of form's outline (in both: In or Out direction).
|
| scope problems | 08 Apr 2008 21:45 GMT | 21 |
I am having a bit of a problem. I am trying to store one version of a class in a bas file. Here is my BAS code: Private m_objclsWorkspaceManager As New clsWorkspaceManager
|
| Suggest a tab control? | 08 Apr 2008 20:11 GMT | 12 |
I'm in the process of moving an Access project to VB. This is more difficult that I imagined, due to the presence of a number of really great controls in Access that aren't available in VB -- the multi- column combo being the canonical example. I've found Component One and
|
| msh flexgrid for vb6 | 08 Apr 2008 19:31 GMT | 1 |
Is there a way to know whether a cell's text is wrapped? I am trying to figure out how to display all of the text within a cell and if I set the wordwrap = true I still need to change the row height. But I don't need to change it on rows that don't have a wrapped cell. Am I ...
|
| Reference for SIP Phone - Veronix | 08 Apr 2008 19:17 GMT | 3 |
I'm trying to reference a dll that was built from openwengo which is supposed to work with vb6 and IE. I'm able to add veronix.dll as a reference, but can't call any of the functions for some reason. Here are the dll's: http://www.mbdsys.com/VeroniX/VeroniX.rar
|
| VB6 make DLL on Vista: "Error accessing the system regisry" | 08 Apr 2008 15:18 GMT | 9 |
I just reformatted and installed Vista, VB6, and Office 2007. When I make the ActiveX DLL for my project, I get "Error accessing the system regisry". I don't have Crystal Reports, per other messages I saw on this error.
|
| Macro within a Macro setting range and printing | 08 Apr 2008 13:21 GMT | 2 |
I have a macro which selects to the last field within a given range which has data greater than zero. I have tried to use this macro in another macro to reselect the range and set print range for printing. After running the macro the first time, it hard codes the set print
|
| SQLite to VB through VSFlexGrid? | 08 Apr 2008 11:03 GMT | 17 |
Until now, we've always handled the SQlite-to-VB connection manually. I know we're very late to the party, but what would it take to use the DB controls, so that users can edit table contents directly by connecting a ComponentOne VSFlexGrid control directly to an SQLite
|
| Copying Windows recovery disks for back up copies | 08 Apr 2008 09:12 GMT | 1 |
I have a startup recovery disk and 7 recovery disks that I created when I started my Sony Vaio desktop computer for the first time (some years ago). Now I want to make an extra copy to leave in Florida. Is it possible to copy all these CD disks onto one or possibly just 2 DVD's. ...
|
| VB6: How to Freeze Form Display During Updates | 08 Apr 2008 09:02 GMT | 4 |
I am at the tail-end of an app where I want to save the status of forms on exit. I am using an MDI form with various child forms. There can be an arbitrary number of these forms. I can save the status. There are a few tricks. 1) To get the
|
| Duplicate Tracking number | 08 Apr 2008 07:16 GMT | 8 |
I am using the AutoNumber field in Access to generate one uniquue tracking number for each record. I first save the other fields of record into the table to generate an auto-number. I then add category and date information to this auto-number to get the unique tracking
|
| Use the system default icon for a dragicon? | 08 Apr 2008 01:53 GMT | 3 |
How do I use the user's regular icon for a dragicon? Right now it is using the regular icon plus it is adding the small box to it. I don't want it to add the small box.
|
| SaveSettings / GetSettings | 08 Apr 2008 00:16 GMT | 24 |
Do I need local admin rights to use SaveSetting / GetSetting on Win XP and/or Vista? I am trying to decide between using the registry or an INI file. I am only storing 8 column width settings.
|
| Name not declared Error | 07 Apr 2008 16:54 GMT | 4 |
I am getting name objDR not declared error. I am declaring objDr in the if then else section. How do I over come this issue. Thanks for the help. Dim objDS As New DataSet("Root")
|