| Thread | Last Post | Replies |
|
| TDD and private classes/usercontrols | 03 Mar 2008 17:12 GMT | 13 |
I'm trying to get my head around test driven development, but I'm struggling to understand how to do in several situations. For example, if I have a private usercontrol (or I suppose even a private class) how should I be looking to test that with a TDD framework
|
| Help With Flat Files | 03 Mar 2008 14:55 GMT | 1 |
First, if this is the wrong section to post this, please forgive me. I have a flat file from a vendor that has a record length a bit over 20000 bytes. I tried looking for some sort of editor/viewer where I could see each record and what was in each position - but oddly could not ...
|
| Printout of Properties | 03 Mar 2008 14:42 GMT | 17 |
In VB6 is there a simple way to print out (to a printer) the Properties window of an object (Form, etc)? AlexM
|
| Deserilazation of Object with collection property | 03 Mar 2008 07:48 GMT | 1 |
I have a master class suppose Pubisher which contains UserObject as property. This UserObject has UserAlertsCollection. I execute store procedure
|
| Help on data structure (similar to a circular buffer) | 02 Mar 2008 17:59 GMT | 3 |
I wonder if anyone has ever implemented a circular buffer in VB6. I would like to write a circular buffer to store generic objects(so maybe the container should use variants? - I don't know enough about VB6 to decide the best data type to hold the stored elements.
|
| Tabstrip (NOT SSTAB) | 02 Mar 2008 17:18 GMT | 1 |
I am using VB6.0 SP5 I am using the Tabstrip control (v5) not (v6) I create the tabs as needed when the form loads. I am not having any trouble with the control or the use of it.
|
| How to move a combo box about a form? | 02 Mar 2008 16:56 GMT | 3 |
I am writing a GUI that involves superimposing a combobox over a textbox when either the textbox gets focus, or a user clixks into the textbox. When the user selects an item from the drop down list, I want to enter the selected text into the textbox.
|
| POSTing to a password-protected web form? | 02 Mar 2008 07:53 GMT | 2 |
I need to automate uploading some information to a web site through a form and the POST method. This part of the site is members-only, which means that the code has to support cookies, ie. behave like a web browser.
|
| VB6 / Microsoft Jet Database and 64-Bit Windows Vista | 02 Mar 2008 02:02 GMT | 2 |
I found out today that Microsoft does not support the Microsoft Jet database engine that is used with VB6 to access Microsoft Access style databases. MDAC no longer includes that. Is there a work around? Thoughts? I also tried installing MDAC v2.6 and v2.7 on Vista 64-bit and it ...
|
| Trapping events (user selection) from a combo box | 01 Mar 2008 21:07 GMT | 2 |
I need to be able to respond to a user selecting items in a combobox (style=2, 'drop down list). The Click event is not being fired (which came as a suprise to me - even when I read that in the user doc). How does one respond to a user selecting an item from a drop down list
|
| Blank Date display problem | 01 Mar 2008 18:17 GMT | 10 |
I have a table in SQL Server db with the smalldatetime field. Some records contain NULL in that field. If I Select records from the table and display them in the grid then on some machines everything is fine, either the real dates or blank values are
|
| 'Resetting' a collection with new members .. Is this correct? | 01 Mar 2008 17:26 GMT | 8 |
'Mosule level variable private m_the_info as collection 'NOTE: All module level variables already initialized b4 property below is invoked
|
| Executing executable in Windows | 01 Mar 2008 16:32 GMT | 8 |
Under which circuimstances Windows refuse running executable file? One of the users reports Windows error: "To help protect your computer, windows has closed this program. Wisual Basic 5.0 Setup Toolkit".
|