PC Review


Reply
Thread Tools Rate Thread

How do I make a button stay "highlighted"?

 
 
=?Utf-8?B?VGhyaWxsIE1lZGlh?=
Guest
Posts: n/a
 
      27th Mar 2005
Hey! I built a photo site for my wife... www.robinhenson.com
(if it helps) and I am trying to get the navigation buttons at the bottom to
stay highlighted when they are clicked. I used the interactive button in
FP2003 and then replaced the images created with my own images. At any rate
I would like the button to stay the way it is when "mousedown" until you
navigate to another page on the site. Their are "swapimages" on each of the
pages so I don't know if that will cause problems or not. Any help? I am
new to this stuff you know!
Thanks,
Curtis
 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      28th Mar 2005
I'm a little confused, ( which is not hard to do ) when you click the "button" you won't know if it
stays "highlighted" or not because the new page opens.!!!


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

"Thrill Media" <(E-Mail Removed)> wrote in message
news:1B2DE971-B799-4018-B52A-(E-Mail Removed)...
> Hey! I built a photo site for my wife... www.robinhenson.com
> (if it helps) and I am trying to get the navigation buttons at the bottom to
> stay highlighted when they are clicked. I used the interactive button in
> FP2003 and then replaced the images created with my own images. At any rate
> I would like the button to stay the way it is when "mousedown" until you
> navigate to another page on the site. Their are "swapimages" on each of the
> pages so I don't know if that will cause problems or not. Any help? I am
> new to this stuff you know!
> Thanks,
> Curtis



 
Reply With Quote
 
=?Utf-8?B?VGhyaWxsIE1lZGlh?=
Guest
Posts: n/a
 
      28th Mar 2005
Well for example, if you click on "Documentary" I would like the text in the
button to stay black and the color of the button to stay the lighter color,
which is the mousedown state until you select another category from the nav
bar. That way the user knows that they are in the "Documentary" section
until they move on.

At present when you click it it just goes back to the original button and
the user may not know which section they are in. Does that help make sense?
Thanks Steve!

Curtis

"Steve Easton" wrote:

> I'm a little confused, ( which is not hard to do ) when you click the "button" you won't know if it
> stays "highlighted" or not because the new page opens.!!!
>
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> 95isalive
> This site is best viewed............
> ........................with a computer
>
> "Thrill Media" <(E-Mail Removed)> wrote in message
> news:1B2DE971-B799-4018-B52A-(E-Mail Removed)...
> > Hey! I built a photo site for my wife... www.robinhenson.com
> > (if it helps) and I am trying to get the navigation buttons at the bottom to
> > stay highlighted when they are clicked. I used the interactive button in
> > FP2003 and then replaced the images created with my own images. At any rate
> > I would like the button to stay the way it is when "mousedown" until you
> > navigate to another page on the site. Their are "swapimages" on each of the
> > pages so I don't know if that will cause problems or not. Any help? I am
> > new to this stuff you know!
> > Thanks,
> > Curtis

>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      28th Mar 2005
You would have to manage the navigation on the individual page manually (not via includes or shared
borders), where you would replace the image with the one you want.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Thrill Media" <(E-Mail Removed)> wrote in message
news:134495E2-821E-4113-9A9D-(E-Mail Removed)...
> Well for example, if you click on "Documentary" I would like the text in the
> button to stay black and the color of the button to stay the lighter color,
> which is the mousedown state until you select another category from the nav
> bar. That way the user knows that they are in the "Documentary" section
> until they move on.
>
> At present when you click it it just goes back to the original button and
> the user may not know which section they are in. Does that help make sense?
> Thanks Steve!
>
> Curtis
>
> "Steve Easton" wrote:
>
>> I'm a little confused, ( which is not hard to do ) when you click the "button" you won't know if
>> it
>> stays "highlighted" or not because the new page opens.!!!
>>
>>
>> --
>> Steve Easton
>> Microsoft MVP FrontPage
>> 95isalive
>> This site is best viewed............
>> ........................with a computer
>>
>> "Thrill Media" <(E-Mail Removed)> wrote in message
>> news:1B2DE971-B799-4018-B52A-(E-Mail Removed)...
>> > Hey! I built a photo site for my wife... www.robinhenson.com
>> > (if it helps) and I am trying to get the navigation buttons at the bottom to
>> > stay highlighted when they are clicked. I used the interactive button in
>> > FP2003 and then replaced the images created with my own images. At any rate
>> > I would like the button to stay the way it is when "mousedown" until you
>> > navigate to another page on the site. Their are "swapimages" on each of the
>> > pages so I don't know if that will cause problems or not. Any help? I am
>> > new to this stuff you know!
>> > Thanks,
>> > Curtis

>>
>>
>>



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      28th Mar 2005
Consider this -

I have the following CSS on the page:

#page1 a.button1, #page2 a.button2, #page3 a.button3 { highlighted styles }

along with the following HTML:

<a href="page1.html" class="button1"...>
<a href="page2.html" class="button2"...>
<a href="page3.html" class="button3"...>

If I then assign an ID of "page1" to the body tag on the page that is (in
fact) page1.html, that button will be shown in the 'highlighted" state, and
only that button. If I assign an ID of "page2" to the body tag on the page
that is page2.html, then the button linking to that page will be
highlighted, and only that button.

Follow?

--
Murray
============

"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You would have to manage the navigation on the individual page manually
> (not via includes or shared borders), where you would replace the image
> with the one you want.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "Thrill Media" <(E-Mail Removed)> wrote in message
> news:134495E2-821E-4113-9A9D-(E-Mail Removed)...
>> Well for example, if you click on "Documentary" I would like the text in
>> the
>> button to stay black and the color of the button to stay the lighter
>> color,
>> which is the mousedown state until you select another category from the
>> nav
>> bar. That way the user knows that they are in the "Documentary" section
>> until they move on.
>>
>> At present when you click it it just goes back to the original button and
>> the user may not know which section they are in. Does that help make
>> sense?
>> Thanks Steve!
>>
>> Curtis
>>
>> "Steve Easton" wrote:
>>
>>> I'm a little confused, ( which is not hard to do ) when you click the
>>> "button" you won't know if it
>>> stays "highlighted" or not because the new page opens.!!!
>>>
>>>
>>> --
>>> Steve Easton
>>> Microsoft MVP FrontPage
>>> 95isalive
>>> This site is best viewed............
>>> ........................with a computer
>>>
>>> "Thrill Media" <(E-Mail Removed)> wrote in message
>>> news:1B2DE971-B799-4018-B52A-(E-Mail Removed)...
>>> > Hey! I built a photo site for my wife... www.robinhenson.com
>>> > (if it helps) and I am trying to get the navigation buttons at the
>>> > bottom to
>>> > stay highlighted when they are clicked. I used the interactive button
>>> > in
>>> > FP2003 and then replaced the images created with my own images. At
>>> > any rate
>>> > I would like the button to stay the way it is when "mousedown" until
>>> > you
>>> > navigate to another page on the site. Their are "swapimages" on each
>>> > of the
>>> > pages so I don't know if that will cause problems or not. Any help?
>>> > I am
>>> > new to this stuff you know!
>>> > Thanks,
>>> > Curtis
>>>
>>>
>>>

>
>



 
Reply With Quote
 
=?Utf-8?B?VGhyaWxsIE1lZGlh?=
Guest
Posts: n/a
 
      28th Mar 2005
Thanks Guys!
I kinda follow...well at least I understand the concept...guess I still need
to delve into the code some more, something I have been avoiding up to this
point. I will look at what I have and see if this can be integrated.

I appreciate it!
Curtis

"Murray" wrote:

> Consider this -
>
> I have the following CSS on the page:
>
> #page1 a.button1, #page2 a.button2, #page3 a.button3 { highlighted styles }
>
> along with the following HTML:
>
> <a href="page1.html" class="button1"...>
> <a href="page2.html" class="button2"...>
> <a href="page3.html" class="button3"...>
>
> If I then assign an ID of "page1" to the body tag on the page that is (in
> fact) page1.html, that button will be shown in the 'highlighted" state, and
> only that button. If I assign an ID of "page2" to the body tag on the page
> that is page2.html, then the button linking to that page will be
> highlighted, and only that button.
>
> Follow?
>
> --
> Murray
> ============
>
> "Thomas A. Rowe" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > You would have to manage the navigation on the individual page manually
> > (not via includes or shared borders), where you would replace the image
> > with the one you want.
> >
> > --
> > ==============================================
> > Thomas A. Rowe (Microsoft MVP - FrontPage)
> > WEBMASTER Resources(tm)
> > http://www.ycoln-resources.com
> > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> > ==============================================
> > To assist you in getting the best answers for FrontPage support see:
> > http://www.net-sites.com/sitebuilder/newsgroups.asp
> >
> > "Thrill Media" <(E-Mail Removed)> wrote in message
> > news:134495E2-821E-4113-9A9D-(E-Mail Removed)...
> >> Well for example, if you click on "Documentary" I would like the text in
> >> the
> >> button to stay black and the color of the button to stay the lighter
> >> color,
> >> which is the mousedown state until you select another category from the
> >> nav
> >> bar. That way the user knows that they are in the "Documentary" section
> >> until they move on.
> >>
> >> At present when you click it it just goes back to the original button and
> >> the user may not know which section they are in. Does that help make
> >> sense?
> >> Thanks Steve!
> >>
> >> Curtis
> >>
> >> "Steve Easton" wrote:
> >>
> >>> I'm a little confused, ( which is not hard to do ) when you click the
> >>> "button" you won't know if it
> >>> stays "highlighted" or not because the new page opens.!!!
> >>>
> >>>
> >>> --
> >>> Steve Easton
> >>> Microsoft MVP FrontPage
> >>> 95isalive
> >>> This site is best viewed............
> >>> ........................with a computer
> >>>
> >>> "Thrill Media" <(E-Mail Removed)> wrote in message
> >>> news:1B2DE971-B799-4018-B52A-(E-Mail Removed)...
> >>> > Hey! I built a photo site for my wife... www.robinhenson.com
> >>> > (if it helps) and I am trying to get the navigation buttons at the
> >>> > bottom to
> >>> > stay highlighted when they are clicked. I used the interactive button
> >>> > in
> >>> > FP2003 and then replaced the images created with my own images. At
> >>> > any rate
> >>> > I would like the button to stay the way it is when "mousedown" until
> >>> > you
> >>> > navigate to another page on the site. Their are "swapimages" on each
> >>> > of the
> >>> > pages so I don't know if that will cause problems or not. Any help?
> >>> > I am
> >>> > new to this stuff you know!
> >>> > Thanks,
> >>> > Curtis
> >>>
> >>>
> >>>

> >
> >

>
>
>

 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      28th Mar 2005
Good luck!

--
Murray
============

"Thrill Media" <(E-Mail Removed)> wrote in message
news:EA7D144C-1218-4733-AA33-(E-Mail Removed)...
> Thanks Guys!
> I kinda follow...well at least I understand the concept...guess I still
> need
> to delve into the code some more, something I have been avoiding up to
> this
> point. I will look at what I have and see if this can be integrated.
>
> I appreciate it!
> Curtis
>
> "Murray" wrote:
>
>> Consider this -
>>
>> I have the following CSS on the page:
>>
>> #page1 a.button1, #page2 a.button2, #page3 a.button3 { highlighted
>> styles }
>>
>> along with the following HTML:
>>
>> <a href="page1.html" class="button1"...>
>> <a href="page2.html" class="button2"...>
>> <a href="page3.html" class="button3"...>
>>
>> If I then assign an ID of "page1" to the body tag on the page that is (in
>> fact) page1.html, that button will be shown in the 'highlighted" state,
>> and
>> only that button. If I assign an ID of "page2" to the body tag on the
>> page
>> that is page2.html, then the button linking to that page will be
>> highlighted, and only that button.
>>
>> Follow?
>>
>> --
>> Murray
>> ============
>>
>> "Thomas A. Rowe" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > You would have to manage the navigation on the individual page manually
>> > (not via includes or shared borders), where you would replace the image
>> > with the one you want.
>> >
>> > --
>> > ==============================================
>> > Thomas A. Rowe (Microsoft MVP - FrontPage)
>> > WEBMASTER Resources(tm)
>> > http://www.ycoln-resources.com
>> > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> > ==============================================
>> > To assist you in getting the best answers for FrontPage support see:
>> > http://www.net-sites.com/sitebuilder/newsgroups.asp
>> >
>> > "Thrill Media" <(E-Mail Removed)> wrote in message
>> > news:134495E2-821E-4113-9A9D-(E-Mail Removed)...
>> >> Well for example, if you click on "Documentary" I would like the text
>> >> in
>> >> the
>> >> button to stay black and the color of the button to stay the lighter
>> >> color,
>> >> which is the mousedown state until you select another category from
>> >> the
>> >> nav
>> >> bar. That way the user knows that they are in the "Documentary"
>> >> section
>> >> until they move on.
>> >>
>> >> At present when you click it it just goes back to the original button
>> >> and
>> >> the user may not know which section they are in. Does that help make
>> >> sense?
>> >> Thanks Steve!
>> >>
>> >> Curtis
>> >>
>> >> "Steve Easton" wrote:
>> >>
>> >>> I'm a little confused, ( which is not hard to do ) when you click the
>> >>> "button" you won't know if it
>> >>> stays "highlighted" or not because the new page opens.!!!
>> >>>
>> >>>
>> >>> --
>> >>> Steve Easton
>> >>> Microsoft MVP FrontPage
>> >>> 95isalive
>> >>> This site is best viewed............
>> >>> ........................with a computer
>> >>>
>> >>> "Thrill Media" <(E-Mail Removed)> wrote in
>> >>> message
>> >>> news:1B2DE971-B799-4018-B52A-(E-Mail Removed)...
>> >>> > Hey! I built a photo site for my wife... www.robinhenson.com
>> >>> > (if it helps) and I am trying to get the navigation buttons at the
>> >>> > bottom to
>> >>> > stay highlighted when they are clicked. I used the interactive
>> >>> > button
>> >>> > in
>> >>> > FP2003 and then replaced the images created with my own images. At
>> >>> > any rate
>> >>> > I would like the button to stay the way it is when "mousedown"
>> >>> > until
>> >>> > you
>> >>> > navigate to another page on the site. Their are "swapimages" on
>> >>> > each
>> >>> > of the
>> >>> > pages so I don't know if that will cause problems or not. Any
>> >>> > help?
>> >>> > I am
>> >>> > new to this stuff you know!
>> >>> > Thanks,
>> >>> > Curtis
>> >>>
>> >>>
>> >>>
>> >
>> >

>>
>>
>>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      28th Mar 2005
Yep, that another way to accomplish.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Murray" <(E-Mail Removed)> wrote in message
news:u$(E-Mail Removed)...
> Consider this -
>
> I have the following CSS on the page:
>
> #page1 a.button1, #page2 a.button2, #page3 a.button3 { highlighted styles }
>
> along with the following HTML:
>
> <a href="page1.html" class="button1"...>
> <a href="page2.html" class="button2"...>
> <a href="page3.html" class="button3"...>
>
> If I then assign an ID of "page1" to the body tag on the page that is (in fact) page1.html, that
> button will be shown in the 'highlighted" state, and only that button. If I assign an ID of
> "page2" to the body tag on the page that is page2.html, then the button linking to that page will
> be highlighted, and only that button.
>
> Follow?
>
> --
> Murray
> ============
>
> "Thomas A. Rowe" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>> You would have to manage the navigation on the individual page manually (not via includes or
>> shared borders), where you would replace the image with the one you want.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> WEBMASTER Resources(tm)
>> http://www.ycoln-resources.com
>> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> ==============================================
>> To assist you in getting the best answers for FrontPage support see:
>> http://www.net-sites.com/sitebuilder/newsgroups.asp
>>
>> "Thrill Media" <(E-Mail Removed)> wrote in message
>> news:134495E2-821E-4113-9A9D-(E-Mail Removed)...
>>> Well for example, if you click on "Documentary" I would like the text in the
>>> button to stay black and the color of the button to stay the lighter color,
>>> which is the mousedown state until you select another category from the nav
>>> bar. That way the user knows that they are in the "Documentary" section
>>> until they move on.
>>>
>>> At present when you click it it just goes back to the original button and
>>> the user may not know which section they are in. Does that help make sense?
>>> Thanks Steve!
>>>
>>> Curtis
>>>
>>> "Steve Easton" wrote:
>>>
>>>> I'm a little confused, ( which is not hard to do ) when you click the "button" you won't know
>>>> if it
>>>> stays "highlighted" or not because the new page opens.!!!
>>>>
>>>>
>>>> --
>>>> Steve Easton
>>>> Microsoft MVP FrontPage
>>>> 95isalive
>>>> This site is best viewed............
>>>> ........................with a computer
>>>>
>>>> "Thrill Media" <(E-Mail Removed)> wrote in message
>>>> news:1B2DE971-B799-4018-B52A-(E-Mail Removed)...
>>>> > Hey! I built a photo site for my wife... www.robinhenson.com
>>>> > (if it helps) and I am trying to get the navigation buttons at the bottom to
>>>> > stay highlighted when they are clicked. I used the interactive button in
>>>> > FP2003 and then replaced the images created with my own images. At any rate
>>>> > I would like the button to stay the way it is when "mousedown" until you
>>>> > navigate to another page on the site. Their are "swapimages" on each of the
>>>> > pages so I don't know if that will cause problems or not. Any help? I am
>>>> > new to this stuff you know!
>>>> > Thanks,
>>>> > Curtis
>>>>
>>>>
>>>>

>>
>>

>
>



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      28th Mar 2005
It's quite a nice way, actually. A single change to the body tag can
trigger all manner of styles cascading into the page.

--
Murray
============

"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Yep, that another way to accomplish.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "Murray" <(E-Mail Removed)> wrote in message
> news:u$(E-Mail Removed)...
>> Consider this -
>>
>> I have the following CSS on the page:
>>
>> #page1 a.button1, #page2 a.button2, #page3 a.button3 { highlighted
>> styles }
>>
>> along with the following HTML:
>>
>> <a href="page1.html" class="button1"...>
>> <a href="page2.html" class="button2"...>
>> <a href="page3.html" class="button3"...>
>>
>> If I then assign an ID of "page1" to the body tag on the page that is (in
>> fact) page1.html, that button will be shown in the 'highlighted" state,
>> and only that button. If I assign an ID of "page2" to the body tag on
>> the page that is page2.html, then the button linking to that page will be
>> highlighted, and only that button.
>>
>> Follow?
>>
>> --
>> Murray
>> ============
>>
>> "Thomas A. Rowe" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> You would have to manage the navigation on the individual page manually
>>> (not via includes or shared borders), where you would replace the image
>>> with the one you want.
>>>
>>> --
>>> ==============================================
>>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>>> WEBMASTER Resources(tm)
>>> http://www.ycoln-resources.com
>>> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>>> ==============================================
>>> To assist you in getting the best answers for FrontPage support see:
>>> http://www.net-sites.com/sitebuilder/newsgroups.asp
>>>
>>> "Thrill Media" <(E-Mail Removed)> wrote in message
>>> news:134495E2-821E-4113-9A9D-(E-Mail Removed)...
>>>> Well for example, if you click on "Documentary" I would like the text
>>>> in the
>>>> button to stay black and the color of the button to stay the lighter
>>>> color,
>>>> which is the mousedown state until you select another category from the
>>>> nav
>>>> bar. That way the user knows that they are in the "Documentary"
>>>> section
>>>> until they move on.
>>>>
>>>> At present when you click it it just goes back to the original button
>>>> and
>>>> the user may not know which section they are in. Does that help make
>>>> sense?
>>>> Thanks Steve!
>>>>
>>>> Curtis
>>>>
>>>> "Steve Easton" wrote:
>>>>
>>>>> I'm a little confused, ( which is not hard to do ) when you click the
>>>>> "button" you won't know if it
>>>>> stays "highlighted" or not because the new page opens.!!!
>>>>>
>>>>>
>>>>> --
>>>>> Steve Easton
>>>>> Microsoft MVP FrontPage
>>>>> 95isalive
>>>>> This site is best viewed............
>>>>> ........................with a computer
>>>>>
>>>>> "Thrill Media" <(E-Mail Removed)> wrote in
>>>>> message
>>>>> news:1B2DE971-B799-4018-B52A-(E-Mail Removed)...
>>>>> > Hey! I built a photo site for my wife... www.robinhenson.com
>>>>> > (if it helps) and I am trying to get the navigation buttons at the
>>>>> > bottom to
>>>>> > stay highlighted when they are clicked. I used the interactive
>>>>> > button in
>>>>> > FP2003 and then replaced the images created with my own images. At
>>>>> > any rate
>>>>> > I would like the button to stay the way it is when "mousedown" until
>>>>> > you
>>>>> > navigate to another page on the site. Their are "swapimages" on
>>>>> > each of the
>>>>> > pages so I don't know if that will cause problems or not. Any help?
>>>>> > I am
>>>>> > new to this stuff you know!
>>>>> > Thanks,
>>>>> > Curtis
>>>>>
>>>>>
>>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Command Button to make Format Vision "Yes" and "No" Frank Situmorang Microsoft Access Reports 2 10th Apr 2008 03:59 AM
How to make number of "static" fields stay the same when copying? MrHaugen Microsoft Excel Misc 2 11th Jul 2006 08:40 PM
How can a button control be forced to stay in "button down" state? =?Utf-8?B?RnJhbmtpZSBELg==?= Microsoft Dot NET Compact Framework 1 10th Feb 2006 09:34 PM
How do I make a "text form field" stay still so that when I type . =?Utf-8?B?U2FkZWJlbGxl?= Microsoft Word Document Management 1 8th Apr 2005 10:12 PM
the "modify selection" button is never highlighted Tom Leylan Microsoft Outlook 0 30th Dec 2003 11:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:43 AM.