| Thread | Last Post | Replies |
|
| VB integration with vss 2005? | 25 Jan 2007 17:15 GMT | 8 |
We have a number of VB6 and VS2005 apps. We currently use vss 6.0d, but we need to have programmers be able to check out code from remote locations. While vss 6 can do this with a VPN, it is glacial. I've read that vss 2005 is faster and better for this, but how much of a
|
| Getting HTMLDocument object | 25 Jan 2007 17:06 GMT | 2 |
Is it possible to get an HTMLDocument object from a given html URL with Internet Transfer control? If not what could be used to get an HTMLDocument object from a given html URL without displaying the webpage in a WebControl? Thank you,
|
| 2 Arrays, 1 reference name in a procedure? | 25 Jan 2007 16:54 GMT | 4 |
I have 2 arrays with different names which contain similar data and I would like to use the same procedure to manipulate the data in either. Is there a way to address either Array by the same name in a procedure?? Alias?
|
| Modal Dialog cant see Public variable | 25 Jan 2007 14:33 GMT | 11 |
Now I'm a little confused!? I have a Public integer scn, the value of scn = 1. on the Main form Dialog.Show vbModal, Me
|
| Collision detection | 25 Jan 2007 14:10 GMT | 24 |
Can anybody point me at some example code showing how to do collision detection. What I would like to do is have two rectangular objects moving about the screen. These objects should "bounce" off the sides, top and bottom as well as "bounce" off each other. This bouncing
|
| Error Object | 25 Jan 2007 13:54 GMT | 2 |
I'm creating a generic error handler for our company apps. I pass the err object to my error handling routine. Function ErrorHandler(myErrObj as ErrObject, optional UserData ) as long Dim strErrorDesc as string
|
| Problem with VB copy function and folder access rights. | 25 Jan 2007 12:56 GMT | 1 |
I'm having a problem with a program that needs to move a file to a folder that doesn't have read access for that user only write access. The program should work by taking a file, zipping it up and then copying/moving it to a folder that doesnt have read permissions for
|
| How to programmatically tell if a DLL is present? | 25 Jan 2007 12:54 GMT | 5 |
I'm working on a program that has a few optional features. I'd like to be able to let the program run, even when some optional DLLs are not present. Basically, I'd like to have a 'light' version of the program that will
|
| exe doesn't run, rename helps | 25 Jan 2007 12:43 GMT | 5 |
Dear NG, I have a new huge problem with an old project: The compiled exe will not execute. No error messages, nothing!
|
| Array | 25 Jan 2007 11:54 GMT | 4 |
Hi: Can any one please tell me how to i transfer query data into memory? sDataSource = "SELECT CLT_ID, Sum(CUR_BAL) AS SumOfCUR_BAL, Count(Name1) As DuplicateCount ,List_date, " & _
|
| calling a sub | 25 Jan 2007 11:29 GMT | 2 |
Here I have only 2 cases but what if there were many? Is there a way to call Whichsub directly? Dim Whichsub as String Whichsub = "mysub1"
|
| Running VB6 in Vista | 25 Jan 2007 09:16 GMT | 3 |
According to MS. the VB6 IDE is supposed to work in Vista. I can't get it to work properly. When starting, a message stating that Mscomctl.ocx is not present or not registered pops up.
|
| Vista Write Access | 25 Jan 2007 08:13 GMT | 9 |
I haven't yet installed Vista but I've heard that it is very restrictive regarding which folders your VB program (or anything else, for that matter) can access. I've heard for example that you do not usually have write access to your app's own install folder (App.Path) and I've ...
|
| Convert image tif to bmp | 25 Jan 2007 07:41 GMT | 3 |
I want some help from u all, pleas help me, how to convert a tiff file to bmp.
|
| How can I tell if the form is completely "painted" before proceeding? | 25 Jan 2007 02:23 GMT | 9 |
I have a frmMain.Show in my startup module SubMain. There are numerous graphics and layered frame controls that need to be loaded. I want to be sure that everything is painted on the screen before proceeding with some other things in my frmMain.show. One of these other things ...
|