| Thread | Last Post | Replies |
|
| Newbie to VB | 31 May 2007 20:36 GMT | 6 |
X-posted .misc and .vbscript; no f'ups set yet. Hi, I am looking to get into visual basic scripting and have fiddled a bit with the Word and Excel provisions of it. I have a decent background in batch
|
| Help! Having trouble with VB 6.0 | 31 May 2007 11:47 GMT | 1 |
I have written a C DLL, with one function, that takes one parameter. I'm trying to call this function from within VB 6.0. I have a one-line declaration Declare Sub DiamondOutputResult Lib "OpenDiamond" (ByVal res As
|
| Retrieving XML Attributes | 31 May 2007 05:21 GMT | 2 |
I have an XML project that I need some help with, what I need to achieve is to get a group of elements from an XML file, then iterate through each element to select only certain attributes. See below for example: -- Example XML File --
|
| Trouble - "Wrong number of parameters" | 31 May 2007 04:02 GMT | 2 |
I have written a C DLL, with one function, that takes one parameter. I'm trying to call this function from within VB 6.0. I have a one-line declaration Declare Sub DiamondOutputResult Lib "OpenDiamond" (ByVal res As
|
| Auotmation Error -Run-time '-21474417848 (80010108)' . | 30 May 2007 09:55 GMT | 2 |
Automation Errors - run-time '-21474417848 (80010108)' . I have two programs in Visual Basic, but in one they only give this error to me. Thanks
|
| Clean application exit | 30 May 2007 07:13 GMT | 2 |
In my VB6 application I have a top level Main Menu form with an Exit command button which is programmed to Unload the present form (supposedly in order to exit the application). The problem is that there may still be other application forms lying around on the desktop
|
| VB6 | 29 May 2007 12:39 GMT | 1 |
Hi I am using VB6 and I have a problem with the Calendar control. I can't get it to default to today. i have searched through all it's properties / events and can't find a way around this. I know this is simple.
|
| How to add sound to your Vb form? | 28 May 2007 18:27 GMT | 1 |
I wanted to add sound to VB project. For example if the answer is wrong then "wrong" sound came out if the answer is correct then different sound came out.Pls help... http://microsoft-excel-macro.blogspot.com
|
| Reading Excel - cells | 27 May 2007 22:18 GMT | 1 |
I'm reading cells into a text file using X and Y Integers to move from cell to cell. This is achieved with a Do Until X =170 [this being the number of rows.] However, I'd prefer a Do Loop that knows when the last row has been read. I presently have a string called CellString for ...
|
| Run time error 2004 in VB4 | 26 May 2007 05:19 GMT | 7 |
Hi, i need to use a VB4 application (not mine) and it has the error 2004 in a machine with 1Gb of RAM . ¿ Is there any other solution than removing 512 Mb* ? * With only 512 Mb of RAM the app. runs fine, but it seems very prehistoric
|
| Registering which cell was clicked in a listview? | 24 May 2007 19:04 GMT | 3 |
I need to find out which .subItem the user clicked on in a listview... I guess I must use some kind of getMousePos() API, and calculate the position relative to the .top / .left. Anyone have any code that already does this?
|
| Reading the contents of a tar file | 24 May 2007 18:38 GMT | 6 |
All, I'm looking for some sample code to get me going on this small project. I'm looking to create a small app that can read the contents of a tar file without having to extract the file contents every time.
|
| Side-by-Side Folder Compare - Which box is best - ListBox, ListView or ???? | 24 May 2007 17:05 GMT | 3 |
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.
|
| VB Report generator help needed | 24 May 2007 11:39 GMT | 3 |
Apologies if you've seen this before, I've inadvertently lost contact with the group for a couple of days. I am generating a report from a database which has some stuff directly from the table and some stuff generated elsewhere.
|
| VB 2005 + VB6 on the same system | 23 May 2007 10:55 GMT | 3 |
Hi Gang, Obviously I can use an emulator and use VB2005 and VB6 on any system anywhere. However, I remember the complete inability to compile VB6 apps if VB2003 was installed. Does the same problem exist with VB2005
|