Wrox Programmer Forums
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 16th, 2006, 04:12 AM
Friend of Wrox
 
Join Date: Dec 2005
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to anukagni Send a message via Yahoo to anukagni
Default Glow the lable in From


 Hi Guy's,

  I tis Concept possible for me in Access Fromview ?

Concept is i want to make an Lable in the from and the lable should glow just like in HTML pages i.e. web pages..

 give me an idea to get the solution..

bye,
pap
 
Old May 16th, 2006, 06:32 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

I am not sure what you mean when you say "glow." Is that just the smudge background in a bright color? Use an image instead of font.

I would use PhotoShop to create the image, then put it in an image control where the label should be.

HTH


mmcdonal
 
Old May 17th, 2006, 12:48 AM
Friend of Wrox
 
Join Date: Dec 2005
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to anukagni Send a message via Yahoo to anukagni
Default

I don't know what should i say it may be i can say it as blinking or flikering just like that..,the lable should do the above said...

u understand?
give me an solution friends

bye
------------------------
paps...
 
Old May 17th, 2006, 12:54 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 564
Thanks: 0
Thanked 4 Times in 4 Posts
Default

Hi Pap,

IF I understand right, are you looking for a label that changes color when the mouse is over it, like an HTML link?

say you have a label called lblMyLabel...

On the Mouse Move event for this label, put some code like...

lblMyLabel.Forecolor = 255

that will change it to Red when the mouse is over it.

Now on the Mouse Move event for detail, add the code...

lblMyLabel.Forecolor = 0

that will change it back to black when you move off it.

Hope that helps,

Mike

Mike
EchoVue.com
 
Old May 17th, 2006, 06:22 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

I didn't understand it was a mouse over issue. I thought he just wanted an image instead of formatted font.

mmcdonal
 
Old May 18th, 2006, 02:09 PM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 564
Thanks: 0
Thanked 4 Times in 4 Posts
Default

You could be right, my assumption was based on making the text 'glow' like HTML - which I think just means change color, like a standard HTML link. Although, a graphic would probably look a lot 'slicker' :)

Mike


Mike
EchoVue.com
 
Old May 18th, 2006, 02:11 PM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

Well anukagni, which is it? Did these posts help? =)


mmcdonal
 
Old May 19th, 2006, 01:49 AM
Friend of Wrox
 
Join Date: Dec 2005
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to anukagni Send a message via Yahoo to anukagni
Default

Hoo Guy's

Thanks for ur idea i am very happy for this the my friends are helping me to make my issue clear.. hi., Mike not exactally wat u said but that lable should glow when the from open ...if u any idea / solution on this issue pls give reply for it ,thank again...
But iam not getting wat u mentioned..pls give me an correct solution:)

donal did u got the Idea ...?

bye


bye
------------------------
pap...
 
Old May 19th, 2006, 06:20 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

I don't think I understand. Is there a link to a page that shows the style you are after? It sounds more like the mouse over issue.

mmcdonal
 
Old May 19th, 2006, 06:17 PM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 564
Thanks: 0
Thanked 4 Times in 4 Posts
Default

How does this sound...

Is you what you want that the label changes color, as long as the form that it opens is open?

Mike
EchoVue.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
multiline lable kripa ostwal Visual Basic 2005 Basics 1 April 6th, 2007 06:41 AM
glowing the lable while mouse move anukagni Access 3 July 27th, 2006 12:47 AM
Using "--"while the lable is empty in Report anukagni Access 3 January 20th, 2006 08:21 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.