| Thread | Last Post | Replies |
|
| Inet1 connecting but can't upload - any help appreciated | 22 May 2006 16:58 GMT | 5 |
I am using the Inet control to link to our web server. I can get the control to display the directory structure and change directories so I know it is connecting properly. But I can't get it to GET or PUT files to the server. I cannot determine why.
|
| UI for selecting a folder and the ability to create the folder too | 22 May 2006 15:37 GMT | 2 |
I found a WIN API call (SHBrowseForFolder) that supplies a UI for selecting a folder (returns the selected path as a String). The problem is, it doesn't support creation of a new folder. I need the user to be able to create a folder (if desired) and select it (return it). I ...
|
| Detect route table changes | 22 May 2006 13:04 GMT | 1 |
I have written some VBScript (.vbs) to detect routing table changes on the local computer that I want to use in a VB6 exe project. The VBScript code is below and I have confirmed that it is working: strComputer = "."
|
| How to get Listview Selected Item? | 22 May 2006 09:46 GMT | 4 |
I have a listview displaying records. When I rightclick on one of the items I get an PopupMenu shown. On the popupmenu I click Show Record which then opens a form with all the details.
|
| Eror During Load | 22 May 2006 09:39 GMT | 4 |
I inherited a VB6 program. I was told that all the source code was in source safe which I retrieved. However when I tried to open some of the forms I get an error message: Error During Load.
|
| Image Comparison | 21 May 2006 22:32 GMT | 2 |
Suppose I have two images. How can I know how close they are? I'm developing a program to compare images this. Is there a third party dll or ocx that does this in Vb6 to include it on my project?
|
| Imagen Analysis/recognition | 21 May 2006 22:32 GMT | 1 |
Hi, everyone: I'm working on a VB6 project for a parking lot. I wonder if there is an image recognition control out there. I need the following:
|
| Variables declared as New not created until first use? | 21 May 2006 17:22 GMT | 38 |
The following code sample and subsequent paragraph were taken from the documentation on the life cycle of forms. ***** BEGIN ***** Dim frm As New Form1
|
| Data Type as class property | 21 May 2006 08:14 GMT | 3 |
I have a class called "Prop". I want that class to have a property called "DataType" where the user can select and store a datatype. How can I store a DataType value in a class property. how the code would work in my mind:
|
| mouse effect in java script | 20 May 2006 10:37 GMT | 1 |
hi to all, I want to add a mouse effect in my table,that when ever user bring the mouse in the row of table then the background colour of that row only should be change and the back colour of that page should remain same.
|
| Download a file from net with VB6.0 using ftp | 20 May 2006 09:05 GMT | 1 |
Can i get some sample code to download a file from a known place in internet uing ftp in vb6.0 code
|
| Greater Than FUNCTION instead of operator? | 20 May 2006 00:19 GMT | 4 |
Is it possible in VB6 to have some sort of function, to allow > or < comparisons, where the comparison operator can be passed as a parameter? Something like: CompareThese(n, m, vbGreaterThan)
|
| binding an access db | 19 May 2006 22:58 GMT | 3 |
I would like to know what acrobatics I need to perform to install a previously developed db in access into a free standing .exe program in VB any comments
|
| Question on Outgoing Mail Server - Sending mail within VB6 | 19 May 2006 20:00 GMT | 1 |
I know that when ever I set up my mail programs - Outlook / Outlook Express / Netscape etc... You are required to enter an Outgoing Server with Account Name and Password etc. If you have an application running on a Client's computer on their
|
| Marquee Screen Saver | 19 May 2006 18:21 GMT | 6 |
What are the basics of the Windows Marquee screen saver? That is, how does the screen blank without displaying a form? How does the text display w/o a form? And, how is the mouse movement detected from anywhere on the screen while
|