| Thread | Last Post | Replies |
|
| VB6 and ListView | 31 Oct 2003 22:15 GMT | 1 |
How can I dynamically change the icon of a ListItem in a ListView? Thank you in anticipation for your help. Kim
|
| Determine Service Status | 30 Oct 2003 13:29 GMT | 2 |
I've used Randy's excellent Service Enumeration code from http://www.mvps.org/vbnet/index.html?code/network/enumservicesadvremote.htm but (unless I'm being particularly dense and missed it) while it returns the status of the service (running, stopped, paused etc.) it doesn't return ...
|
| .hlp files | 29 Oct 2003 11:51 GMT | 2 |
how can I launch my .hlp file w/o the commonondialog control or by using the F1 key? -Lou
|
| Form no showed | 28 Oct 2003 19:47 GMT | 2 |
I am expermimentig problems in some projects in VB 6.0, this is when I use a exe program this does not appears in the taskbar, even when a "ShowInTaskbar" property for the form is in true. Some suggestions to help me to solve
|
| Using CAPICOM | 28 Oct 2003 03:13 GMT | 6 |
When using Capicom to encrypt something. Does the something have to be a text file or can it be a binary file... like an .exe file instead? Is it possible to create a pair of public and private key with Capicom?
|
| Create Desktop Icon | 28 Oct 2003 03:07 GMT | 5 |
I am trying to create a desktop icon using VB6. is this possible? -p
|
| Exposing the ListItems Collection in a UserControl | 27 Oct 2003 14:42 GMT | 4 |
Hi, all. I have a UserControl with a couple of ListViews on it. I'd like to expose the ListItems collections of the two ListViews to the form on which the UserControl is placed and was wondering how to do so.
|
| MD5 | 27 Oct 2003 13:51 GMT | 2 |
What's the best way to process an Md5 Hash value on a file in a windows 2000 environment? I'm using VB 6 and would like to use straight code if possible, native dll's if not.
|
| VB6 IDE Crashes | 27 Oct 2003 00:17 GMT | 2 |
vb6 IDE crashes each time I press the "End" execution button in this one particular application. The instruction at "0x6aaa685b" referenced memory at "0x0000004" The memory could not be read.
|
| How to launch IE from app | 26 Oct 2003 18:38 GMT | 1 |
What is the best way to launch IE from a VB app? I don't want to have to know the IE path or check the registry for any IE info. Thanks, Bob
|
| Msgbox Location | 25 Oct 2003 21:01 GMT | 5 |
Can I specify the Location of the Messagebox ?. I dont not want it to be displayed in the centre of the Screen. Thanx, CB
|
| Rounding | 23 Oct 2003 21:29 GMT | 7 |
In my code there is a line that checks the value of a double and proceeds based on the result Dim dblTotal As Double dblTotal = CalcTotal(lId:=123)
|
| DotMatrix-Deskjet differences | 22 Oct 2003 21:41 GMT | 1 |
i want to print a textbox. when i print on a DeskJet based printer everything looks great. the same code trying to print on a DotMatrix printer everything looks different.
|
| XML Data | 22 Oct 2003 18:59 GMT | 1 |
How can i send and receive XML Data without using the Soap object or the Dom OBJECT. i am using Visual basic. the company that i am trying to post DATA to expects only raw XML Data.
|
| Stack out of memory | 22 Oct 2003 15:19 GMT | 1 |
I am using package and deployement of VB 6 to make a setup in windows 2000 Prof (SP 4). The code uses tibco dll and an ocx control developed by us. The error generated is Unspecified error 28 : stack out of memory
|