|
-
May 10th, 2007, 12:55 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] [2005] Component Creating
Hi!
I'm creating a new component, like a tip. Like when u stay a time hover a control he shows a rectangule with rounded corners where then will show a text. How can i draw that rounded rectangule, with later possibilities to change its properties in designtime, so it "becomes" my "working area"?
-
May 10th, 2007, 06:55 PM
#2
Re: [2005] Component Creating
The ToolTip already provides the facility to owner draw.
-
May 11th, 2007, 02:15 PM
#3
Thread Starter
Fanatic Member
Re: [2005] Component Creating
i dont want to inherit the ToolTip i want to make a new totaly diferent. And i want to know how do draw my working area if u know what I mean.
-
May 11th, 2007, 02:34 PM
#4
Fanatic Member
Re: [2005] Component Creating
You would have to use GDI to draw a box where you want it (if it is supposed to show up at the mouse you need to grab its x & y), there are many good tutorials, etc on the web if you google vb 2005 gdi...
D
Platforms of choice: Visual Studio 2005/2008 Professional : Visual Studio 2010 Enterprise : PHP - Notepad++/WAMP
Please Rate If I helped you. 
Please remember to mark threads as closed if your issue has been resolved.
Reserved Words in Access | Connection Strings
-
May 11th, 2007, 04:22 PM
#5
Thread Starter
Fanatic Member
Re: [2005] Component Creating
i've been googling but i never though of writing vb 200 gdi as the search text. I'll see what i can find.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|