-
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.
-
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!"
-
You can check to see if two bitmaps intersect using the IntersectRect API call.
Now, do you know the answer to my question?