 |
| 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
|
|
|
|

May 16th, 2006, 04:12 AM
|
|
Friend of Wrox
|
|
Join Date: Dec 2005
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
|

May 16th, 2006, 06:32 AM
|
|
Friend of Wrox
|
|
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
|
|
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
|
|

May 17th, 2006, 12:48 AM
|
|
Friend of Wrox
|
|
Join Date: Dec 2005
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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...
|
|

May 17th, 2006, 12:54 AM
|
|
Friend of Wrox
|
|
Join Date: Oct 2004
Posts: 564
Thanks: 0
Thanked 4 Times in 4 Posts
|
|
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
|
|

May 17th, 2006, 06:22 AM
|
|
Friend of Wrox
|
|
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
|
|
I didn't understand it was a mouse over issue. I thought he just wanted an image instead of formatted font.
mmcdonal
|
|

May 18th, 2006, 02:09 PM
|
|
Friend of Wrox
|
|
Join Date: Oct 2004
Posts: 564
Thanks: 0
Thanked 4 Times in 4 Posts
|
|
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
|
|

May 18th, 2006, 02:11 PM
|
|
Friend of Wrox
|
|
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
|
|
Well anukagni, which is it? Did these posts help? =)
mmcdonal
|
|

May 19th, 2006, 01:49 AM
|
|
Friend of Wrox
|
|
Join Date: Dec 2005
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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...
|
|

May 19th, 2006, 06:20 AM
|
|
Friend of Wrox
|
|
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
|
|
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
|
|

May 19th, 2006, 06:17 PM
|
|
Friend of Wrox
|
|
Join Date: Oct 2004
Posts: 564
Thanks: 0
Thanked 4 Times in 4 Posts
|
|
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
|
|
 |