PDA

Click to See Complete Forum and Search --> : UserControl Help


Ron
Nov 12th, 1999, 06:29 AM
Is there a way to identify the ambient properties of a UserControl from
within one of its classes?
(ie UserControl.Ambient.DisplayName)

I need to be able to persist the data of the class (which I do by storing it to a binary file) - However, it must be unique for each control the user has placed on his form. Therefor, I need a way to uniquely identify the UserControl from it's class.

Apollo
Nov 12th, 1999, 06:38 AM
Maybe..maybe not... can you tell me how to do 2D collision detection in VB?

------------------
"I'm carrying a Geometry book, but I'm not in Geometry...it's crazy...crazy man!"

Ron
Nov 12th, 1999, 10:09 AM
You can check to see if two bitmaps intersect using the IntersectRect API call.

Now, do you know the answer to my question?