| Thread | Last Post | Replies |
|
| Making an Array of Type Optional in a function | 01 Jan 2006 13:19 GMT | 3 |
I have created a type like this.. Public Type Records ParName As String ParType As String
|
| Finding Color of Specific Pixel in Loaded Image | 01 Jan 2006 10:34 GMT | 5 |
I have an image, and I'd like to find the RGB values (or any other descriptive pixel value) for a specific (known) pixel coordinate in the image. How can I do this with vb6? Happy new year,
|
| How to Fill in a PDF file | 01 Jan 2006 07:24 GMT | 2 |
I was just assigned to a new project, which requires to fill in fields in a pre-defined PDF template from a VB application. The VB app will allow a user to enter data into database from the VB interfaces. When a button "Generate" is clicked, the VB app should retrieve data from ...
|
| VB6/SQL Server/Hourglass problem | 01 Jan 2006 01:04 GMT | 6 |
Need some help on how to get the hourglass to show when calling a stored procedure. code Screen.MousePointer = vbHourglass DoEvents
|