| Thread | Last Post | Replies |
|
| How to disable close button | 02 Jan 2005 14:32 GMT | 3 |
How can I disable the close button on the top of the title bar in VB?
|
| GDI+ and VB6 | 02 Jan 2005 04:00 GMT | 5 |
Is GDI+ only for .NET framework or it also be used in VB6?
|
| Open Web Page From VB6 Windows App | 02 Jan 2005 00:33 GMT | 2 |
I have a VB6 Windows app which FTPs some files to a specific directory on a web server. After completing the transfer, I want to automatically execute a web page (ProcessData.aspx) which will read in the newly uploaded files and move the data to a database table. The web page has no ...
|
| How do I remove the array declaration in a Sub? | 01 Jan 2005 17:24 GMT | 2 |
Basically I have this Sub, I think it's better to remove the asdf() in order to deallocate the memory... Private Sub asdfg()
|
| api | 01 Jan 2005 12:35 GMT | 1 |
How do I use the CreateCompatibleBitmap function so I can just print out to the screen with bitblt? eg if I load an bitmap using loadimage and I want to copy a 1/4 of this bitmap and print to the screen using CreateComaptibleBitmap. I need to copy
|
| Using ADODB for Data Reports | 01 Jan 2005 04:48 GMT | 1 |
Anyone done this ? eg Set MyReport.DataSource=cnnMyConnection set MyReport.DataMember=rstMyRecordset
|