| Thread | Last Post | Replies |
|
| vb6 and iso 8601 date format | 30 Mar 2006 09:51 GMT | 7 |
I'm using the soap toolkit version 3 from VB6 and because I have complex types in the API, I'm using the IXMLDOMNodeList interface. However, it seems that this means I have to do my own date formatting and parsing.
|
| Showing array contents on a form | 30 Mar 2006 06:40 GMT | 4 |
Worked with Office VBA a while, but attempting first shot at straight VB. Using VB 6.0 SP 6 in Visual Studio and have a couple of things I need to learn how to do. As notes, this project has no data source. Data is loaded from text files,
|
| Zoom or expand a chart | 30 Mar 2006 05:48 GMT | 1 |
Using VB5 sp3 on WinXP Pro My app has up to 10 charts / graphs on the form as follows : Vertical scale = 1 to 100 each Horizontal scale has 6000 points
|
| VB6 and Windows Vista | 30 Mar 2006 04:38 GMT | 10 |
I am trying to wrap my mind around the new "managed" offerings of Windows Vista, and what limitations we will face if we use vb6 apps in that OS. My understanding is, many (or all) of the "cool" new things in Vista (I am specifically interested in xaml/avalon/wpf) are only going ...
|
| File Name Command Line Parameter | 30 Mar 2006 03:43 GMT | 6 |
I have created a file association with a VB app so that the app starts with a command line parameter containing the path of the file that is double-clicked. When I double click on a file in the My Documents folder C:\Documents and
|
| Can't delete files using Scripting.FileSystemObject on windows 200 | 30 Mar 2006 02:34 GMT | 2 |
Hi, I am trying to delete a set of files by making the following VB call that uses FileSystemObject. The code is working fine on windows 2003 but its failing on windows 2000. Any help on how to delete these files on windows 2000 would be greatly appreciated as its very urgent to ...
|
| Special Folders in VB 2005 | 30 Mar 2006 01:25 GMT | 2 |
I need to resolve Windows special folders. From what I have read it would seem that using CSIDL's and SHGetSpecialFolderPath and SHGetFolderPath was the way to accomplish that in VB6 and VB.NET. Is this still the best method in VB 2005? If so does anyone have a working example ...
|
| Sending email formatted as html | 30 Mar 2006 00:23 GMT | 3 |
How to send email in html format? Jack
|
| VB6 - ActiveX DLL with 2 forms and a class | 29 Mar 2006 23:08 GMT | 6 |
I have a ActiveX DLL project with 2 forms and a class frmSheet frmChart class
|
| Procedure not firing | 29 Mar 2006 21:20 GMT | 3 |
I have a form with a menu item that Exits the program. The code behind mnuExit needs to be run when exiting the program. How do I get the procedure to run when the user clicks the "X" on the top right of the form? Thanks
|
| regsvr32 vb application with dll | 29 Mar 2006 21:10 GMT | 13 |
Dear Sirs, My standard exe vb5 application uses many DLLs. On application start up , it uses regsvr32 -u then regsvr32 to register all the applciation dlls.
|
| Need help- facing problem runnig vb script to gather s/w&h/w inventory | 29 Mar 2006 20:48 GMT | 1 |
I am trying to run the vb script to gether inventory s/w, h/w, user info, network info etc., for windows 2000, xp, 2003 servers. unfortunately i am not getting any reports generated while running. It should give me the reports in .csv format.
|
| How to read content from font file? | 29 Mar 2006 20:01 GMT | 4 |
Hi, there, I need to read the content from a font file. When I double click a font file, windows will show the content, including the font name, version, and example characters. What is the API or control used here, and how to get the
|
| VB6 UDT:s | 29 Mar 2006 17:01 GMT | 11 |
I have for the last days been hunting down a problem that still evades me. Basically, what I want to do is to copy data (using CopyMemory) from a buffer into a UDT. After the copy, the UDT does not contain what I expected.
|
| Share | 29 Mar 2006 15:49 GMT | 4 |
Is there a function to test is a drive is shared?
|