Eyes.

Any DLLs you have made to do various things and aid in project development then please post in here.
2 posts Page 1 of 1
Contributors
User avatar
tokkok
Just Registered
Just Registered
Posts: 2
Joined: Sun Feb 17, 2013 8:14 am

Eyes.
tokkok
Hats off to me.

Simple eyes you can use to apply in your application.
Code: Select all
 Dim str As Integer = (EasyEyes1.Location.X + (EasyEyes1.Width / 2))
        Dim str2 As Integer = (EasyEyes1.Location.Y + (EasyEyes1.Height / 2))
        EasyEyes1.rotate(Me, str, str2)
shown above, formula for calculating centerpoint of image regardless of position, paste that under MouseMove events.
you can use any picture you want, it's a picturebox with rotation feature and follows mouse.

Based on RImage by Chris Kolkman, cockman, lol.

yes, you can do COCKeye, with this.


This file is hosted off-site.
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 444
Joined: Tue Feb 16, 2010 6:24 am

Re: Eyes.
Livengood
this is like linux with the eye you can add to the bottom bar! very nice. Keep up the good work!
Image
2 posts Page 1 of 1
Return to “Dynamic Link Libraries (DLLs)”