| Thread | Last Post | Replies |
|
| Side-by-Side Folder Compare - Which box is best - ListBox, ListView or ???? | 03 Jun 2007 20:40 GMT | 1 |
I'm writing code to compare two directories side-by-side, like FolderMatch or FolderSync. I've used ListBoxes in VB6, so have the idea about concatenating strings for list items, but have no experience with ListView.
|
| ImageCombo Settings | 03 Jun 2007 15:25 GMT | 4 |
I am using VB6. On an ImageCombo, I "loaded" it as follows: Dim Item As ComboItem ImageCombo1.ImageList = ImageList1 Set Item = ImageCombo1.ComboItems.Add(1,"A1","New","NEW","NEW")
|
| Exporting DataGrid to flat text file | 02 Jun 2007 18:47 GMT | 1 |
Caveat: newbie I would like to take the contents of the datagrid on my form and export it record by record to a flat text file. After some time searching, I came across a two items:
|
| Run-time error ,50003' - Unexpected error | 01 Jun 2007 13:23 GMT | 1 |
I mave massive problems with the the following error when I start my software. And it must be solved by the installation somehow. "Run-time error ,50003' - Unexpected error" I read that this might be caused by the usage of the common controls and the
|