Title: | Microsoft Visual Basic |
Moderator: | TAMARA::DFEDOR::fedor |
Created: | Thu May 02 1991 |
Last Modified: | Thu Jun 05 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2565 |
Total number of notes: | 10453 |
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1235.1 | can be done | TAMARA::DFEDOR::fedor | David Fedor | Fri Apr 08 1994 13:38 | 8 |
1235.2 | OddShape | HLDE01::BRINK_P | Even Apeldoorn bellen... | Fri Apr 08 1994 17:06 | 4 |
1235.3 | Here is C code to draw a transparent bitmap | TAMARA::TEAMLK::Hull | Windows Consultant | Fri Apr 08 1994 17:51 | 133 |
1235.4 | CECEHV::HAMERSLAG_G | Mon Apr 11 1994 07:03 | 14 | ||
1235.5 | oops, undocumented... | TAMARA::DFEDOR::fedor | David Fedor | Mon Apr 11 1994 11:22 | 12 |
1235.6 | allmost ......... | CECEHV::HAMERSLAG_G | Tue Apr 12 1994 06:25 | 12 | |
1235.7 | code | TAMARA::DFEDOR::fedor | David Fedor | Tue Apr 12 1994 12:55 | 29 |
1235.8 | CECEHV::HAMERSLAG_G | Wed Apr 13 1994 06:42 | 7 | ||
1235.9 | TAMARA::DFEDOR::fedor | David Fedor | Wed Apr 13 1994 11:59 | 9 | |
1235.10 | Transparent bitmaps under VB4 32 bit ?? | CHEFS::geyzuh.reo.dec.com::Steve_Marshall | Mon Apr 28 1997 09:29 | 20 | |
Hi folks, I used to do this kind of thing all the time in VB3, utilising the example given in the VB3 knowledge base. I have since tried the code and it works under VB4 (16 bit), but does not seem to work under VB4 (32 bit). I had to change the API declarations to use the Win32 API library (GDI32) and to change the Alias for the GetObject routine to GetObjectA. Everything appears to run through without error, but there is no effect whatsoever. Does anyone have transparent bitmaps under Windows95 working (like the old VB3 example), and if so what other changes needed to be made to the code ? Steve. | |||||
1235.11 | I take it that they don't work ... | CHEFS::geyzuh.reo.dec.com::Steve_Marshall | Thu May 15 1997 11:07 | 7 | |
Can I take it, then, that no-one has transparent bitmaps working properly under VB4 32-bit? Steve |