| Thread | Last Post | Replies |
|
| Click-Event procedure problem, Index as Integer | 30 Sep 2007 22:42 GMT | 2 |
I've just wanted to test (using VB 6, SP 5) some working (from a VB book) piece of code: It's quite stupid and goes like this: Private Sub cmdAdd_Click()
|
| dhSQLite question/problem | 30 Sep 2007 21:03 GMT | 41 |
Using the VB wrapper dhSQLite written by Olaf Schmidt. I am dumping data to Excel and do this with cRS.GetRows etc., so first transferring the dhSQLite recordset to a variant array and then dumping that array to the sheet.
|
| Fastest HashTable in VB6 | 30 Sep 2007 19:30 GMT | 4 |
Right now I'm using collections to implement Hash Tables in VB6. They work well and are pretty fast, but I'm wondering if there is anything faster I can use?
|
| rearrange the order of columns present in Listview | 30 Sep 2007 17:53 GMT | 3 |
I want to rearrange the order of columns present in Listview during runtime. What property must be set to do this? Can anyone help me... Thanks & Regards
|
| VB6 Toolbars Customization Q | 30 Sep 2007 16:36 GMT | 2 |
Been doing a little tidying up of my IDE display now that I understand what one or two of the icons do<g>. Is there a way to re-arrange the order of the icons within a toolbar itself? In other words let's say just for example, I wanted to change the
|
| Breaking a loop | 30 Sep 2007 14:46 GMT | 2 |
Hi!¨ I'm trying to create a very simple program: "Guess what's on the photo". My plan is as follows: When you press down a Command Button the computer is beginning to draw a photo randomly (using lines, spots or peep-holes). People
|
| GetFolder | 30 Sep 2007 13:13 GMT | 3 |
VB6SP6 Is there an API call (or calls) that directly does what File System Object does as in the following: Dim fldr as Folder
|
| How to add 100 files to the setup package | 30 Sep 2007 11:41 GMT | 10 |
I'm using "Package and Deployment Wizard" to create the setup. It is possible to add one file at the time but I need about 100 files and that is extreme time consuming, especially to redo it for all releases.
|
| combo box dropdown | 30 Sep 2007 03:17 GMT | 1 |
How to 'freeze' combobox dropdown list so the screenshot can be taken? Your idea please, Jack
|
| How to open a web page with IE via a script | 29 Sep 2007 19:54 GMT | 2 |
I have written a script that launches Internet Explorer fine Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run """c:\program files\internet explorer\iexplore.exe""" But I can't figure out the syntax to make it open up a specific URL at
|
| Ayuda para conectar vb6.0 con sqlserver 2005 | 29 Sep 2007 17:08 GMT | 1 |
Hola A ver si me podéis echar un mano pues estoy quemado con este tema. He probado de todas las formas posibles y nada, no hay cojones. Tengo esta cadena de conexión a sqlserver 2000
|
| Combo Box | 29 Sep 2007 16:51 GMT | 18 |
I have a combo box ( cboSecurity) in which I am entering a new value. I have been unable to determine how to access the new value. The help indicates that an list index of -1 indicates a new value was entered or there is no entry selected.
|
| Need Help deleting record from text file | 29 Sep 2007 11:19 GMT | 26 |
I am working on a backup program that keeps a record of the original path so that a backup file can be replaced. If the user deletes some of the backup files then the original path list contains more entries than the number of files in the backup location.
|
| Excel illegal operation | 29 Sep 2007 09:16 GMT | 3 |
When I try the workbook.saveas function in Excel. The program there is an illegal operation And the Excel Comes the following message. Please help. EXCEL caused an invalid page fault in
|
| Menu Disappearing | 29 Sep 2007 00:49 GMT | 1 |
I have a MDI Form that runs crystal reports in child windows. The MDI Form has a menu (mnuFile). All of a sudden, when I open a child window (a child form with a crviewer control on it), the MDI Form's file menu disappears. Any idea what's going on? It didn't disappear at ...
|