| Thread | Last Post | Replies |
|
| Convert Variant String to Double | 06 Mar 2006 17:58 GMT | 5 |
What am I missing here? (Code pasted below) 1) Set objInstaller = CreateObject("WindowsInstaller.Installer") 2) Version = objInstaller.Version 3) Wscript.Echo typename(Version)
|
| VB and Excel | 06 Mar 2006 16:36 GMT | 5 |
I have a VB app that needs to export data via ADO to a pre-defined Excel 2003 spreadsheet (has captions/headers to describe the data). The spreadsheet has pre-defined cells for where the data goes. I also need it to be flexible to allow the user to modify the excel spreadsheet ...
|
| need help on vb.net | 06 Mar 2006 13:51 GMT | 1 |
Hi, Can any one give me a simple way of understanding the use of IADs interface in vb.net? I don't know the .net equivalent of the following code. Set objIADsContainer = GetObject("WinNT://servername")
|
| native or P code | 06 Mar 2006 13:06 GMT | 12 |
Can someone explain (simply!) the difference between compiling to P-Code, and to Native code? (Apart from doubling the exe file size!) Thanks Tym
|
| Empty subreport with Activereports 2.0 and VB 6 | 06 Mar 2006 12:05 GMT | 1 |
I need to print a report made up of two pages of header and two pages of technical attachments. The attachments are included in the main report's detail and each technical attachment calls back 3 sub reports. When there are only few technical attachments everything
|
| Code for finding more than one form open in a application | 06 Mar 2006 09:42 GMT | 1 |
From one form ,not an mdi form,, From a child form, code to check wthether some other child forms are open. Please send the code. With Regards,
|
| File/Folder browse dialog? | 06 Mar 2006 01:49 GMT | 2 |
I'm developing a program in which I want to provide the user with a way to easily select various files and/or folders for further processing. Ideally, I would like to use a selection dialog like the one that's in the Windows XP Pro Backup Utility (where each
|
| Add an Item to a ListBox | 05 Mar 2006 22:12 GMT | 9 |
Is it possible to add an item to a list box so the last entered item would be the first on the list or at a position of my choice, for example: List1.AddItem "1" List1.AddItem "2"
|
| Welcome To The Text To Speech | 05 Mar 2006 21:40 GMT | 1 |
'please Refrance (Microsoft Speech Object Library 5.1 Private SP As SpVoice Public Sub ReadText(TXT As String) If TXT = "" Then Exit Sub
|
| vb5 & Access 2003 | 05 Mar 2006 20:12 GMT | 8 |
I have a vb5 program that uses an Access 2000 database. What do I have to do to vb5, if I upgrade the database to Access 2003?
|
| What kind of value is that...? | 05 Mar 2006 18:14 GMT | 15 |
Me.Width Me.Top when referring to the form? Is it Long or Integer?
|
| Find Path from VB | 05 Mar 2006 17:50 GMT | 4 |
Mike Sutton gave me a link to this code, but I would like to extend its search power but I am not sure how to do this can you help please. Option Explicit Private Declare Function SHGetSpecialFolderPath Lib "Shell32.dll" Alias _
|
| SQL DATE | 05 Mar 2006 13:01 GMT | 1 |
Hi, i am using a SQL statement in order to generate a report of the products that have sold. I can do this with no problem. But how do i amend the SQL statement to show the products that have been sold in the day, week or month. Basically, i want the report to show the products ...
|
| Math problem | 05 Mar 2006 10:18 GMT | 6 |
Is that a proper code? If oFax = 1 And Hex(dwParam1) = &H20 Then dwParam1 is a data type Long I worry about that Hex(dwParam1), is that numerical value or a string value?
|
| XML from VB 5.0 | 05 Mar 2006 09:04 GMT | 2 |
We have VB 5.0. How can we do XML read/writes to the local hard drive without having to code it directly line by line? Ie: Under VS2005.NET they have a bunch of objects that do everything automatically for you. Is there any such thing that can be dropped into VB 5, or is it best ...
|