[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference abbott::visual_basic

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

1235.0. "transparent bitmaps?" by CECEHV::HAMERSLAG_G () Fri Apr 08 1994 05:30

T.RTitleUserPersonal
Name
DateLines
1235.1can be doneTAMARA::DFEDOR::fedorDavid FedorFri Apr 08 1994 13:388
1235.2OddShapeHLDE01::BRINK_PEven Apeldoorn bellen...Fri Apr 08 1994 17:064
1235.3Here is C code to draw a transparent bitmapTAMARA::TEAMLK::HullWindows ConsultantFri Apr 08 1994 17:51133
1235.4CECEHV::HAMERSLAG_GMon Apr 11 1994 07:0314
1235.5oops, undocumented...TAMARA::DFEDOR::fedorDavid FedorMon Apr 11 1994 11:2212
1235.6allmost .........CECEHV::HAMERSLAG_GTue Apr 12 1994 06:2512
1235.7codeTAMARA::DFEDOR::fedorDavid FedorTue Apr 12 1994 12:5529
1235.8CECEHV::HAMERSLAG_GWed Apr 13 1994 06:427
1235.9TAMARA::DFEDOR::fedorDavid FedorWed Apr 13 1994 11:599
1235.10Transparent bitmaps under VB4 32 bit ??CHEFS::geyzuh.reo.dec.com::Steve_MarshallMon Apr 28 1997 09:2920
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.11I take it that they don't work ...CHEFS::geyzuh.reo.dec.com::Steve_MarshallThu May 15 1997 11:077
	Can I take it, then, that no-one has transparent bitmaps
	working properly under VB4 32-bit?

	Steve