Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Mail > include gif file in reply

Reply
Thread Tools Display Modes

include gif file in reply

 
 
Randy Hall
Guest
Posts: n/a

 
      12-05-2009
How do I make Windows Mail include a .gif file when I reply and do an
Insert/Text from File,
and the file is an html file that includes a sound file and a .gif file? The
sound works, but WM does not include the .gif file. The source shows SRC=""
and no .gif file name..
Thanks

 
Reply With Quote
 
 
 
 
VistaRookie
Guest
Posts: n/a

 
      12-05-2009

You are trying to insert 2 files. Do the text file (just like you
already did), if that works. Although sound files are usually
inserted by going to Format->Background->Sound.

Then do the gif file by clicking Insert->Picture. The picture
should be sitting on your hard drive. It can work from the
net but not as good as it being on your hard drive.

You can move text or pictures, if necessary. Once they are
inserted, highlight and drag to whatever position you want.


Randy Hall;1616088 Wrote:
> How do I make Windows Mail include a .gif file when I reply and do a
> Insert/Text from File, and the file is an html file that includes
> sound file and a .gif file? The sound works, but WM does not include th
> .gif file. The source shows SRC="" and no .gif file name..
> Thank


--
VistaRooki

10% of my brain lives with me. The other 90% can be foun
here:
'*Google*' (http://www.google.com
Posted via http://www.vistaheads.co

 
Reply With Quote
 
Randy Hall
Guest
Posts: n/a

 
      12-09-2009
Thanks "VistaRookie", but that's what I'm trying to avoid... 2 inserts...
Outlook Express does it properly with 1 insert.
My code is....

<HTML>
<BODY bgColor=#ffffff>
<img src="file://C:/Users/Randy/Documents/Laughing Gopher\Gopher.gif"
alt="Gopher" /><br>
<bgsound balance="10" src="file://C:/Users/Randy/Documents/Laughing
Gopher\Laughter.wav" volume="-110" loop="10" />
<HR>
</BODY></HTML>

This works in IE and in OE.
Inserting it with Windows Mail gives...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18852">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2><IMG alt=Gopher src=""><BR><BGSOUND balance=10 volume=-110
loop=10 src="file://C:/Users/Randy/Documents/Laughing Gopher\Laughter.wav">
<HR>
</FONT></DIV></BODY></HTML>

This line....
<DIV><FONT size=2><IMG alt=Gopher src=""><BR><BGSOUND balance=10 volume=-110
Should be....
<DIV><FONT size=2><IMG alt=Gopher
src="file://C:/Users/Randy/Documents/Laughing
Gopher\Gopher.gif"><BR><BGSOUND balance=10 volume=-110

WM does not want to include the Gopher.gif file.
Why not? Is there an option I can turn on?
If I add "file://C:/Users/Randy/Documents/Laughing Gopher\Gopher.gif" to
src=, it works fine.
Thanks....



"VistaRookie" <> wrote in
message news:...
>
> You are trying to insert 2 files. Do the text file (just like you
> already did), if that works. Although sound files are usually
> inserted by going to Format->Background->Sound.
>
> Then do the gif file by clicking Insert->Picture. The picture
> should be sitting on your hard drive. It can work from the
> net but not as good as it being on your hard drive.
>
> You can move text or pictures, if necessary. Once they are
> inserted, highlight and drag to whatever position you want.
>
>
> Randy Hall;1616088 Wrote:
>> How do I make Windows Mail include a .gif file when I reply and do an
>> Insert/Text from File, and the file is an html file that includes a
>> sound file and a .gif file? The sound works, but WM does not include the
>> .gif file. The source shows SRC="" and no .gif file name..
>> Thanks

>
>
> --
> VistaRookie
>
> 10% of my brain lives with me. The other 90% can be found
> here:
> '*Google*' (http://www.google.com)
> Posted via http://www.vistaheads.com
>


 
Reply With Quote
 
VistaRookie
Guest
Posts: n/a

 
      12-09-2009

Posting the code made it much easier to understand
what you were using.

See if this code works exactly as you want it. I
am not in a position to test OE, but it should work
there just as well. Works fine in my WM. Copy
everything between dotted lines. Paste code into
Notepad and give it a filename with the extension
*.HTM*.

To make it work, open a new email, click Insert on
the menu->Text From File. Then choose it from the
HTML extensions list.

Feel free to customize additional code as you see fit.
Even without Body tags, it works perfect.
--------------------------------------------------------
<IMG alt=Gopher
src="file://C:\Users\Randy\Documents\Laughing Gopher\Gopher.gif"><BR>

<BGSOUND balance=10
src="C:\Users\Randy\Documents\Laughing Gopher\Gopher.wav"
volume=-110 loop=10>

--------------------------------------------------------

Do you have the 3 buttons* at the bottom left of your emails?
Edit Source Preview? Click source to view the code.

*If you don't, click View on a new email. Put a checkmark
next to Source Edit.

Hopefully, you realize most, if not all webmail sites do not
recoginze BGSOUND and those people won't hear any sound.
Plus some email clients don't recognize it either. Those using
text only mode won't hear it either. So only a select few will
actually hear your wav file.

Only one personal note...hearing the sound file 10 times would
drive me crazy.




Randy Hall;1617636 Wrote:
> Thanks "VistaRookie", but that's what I'm trying to avoid... 2
> inserts...
> Outlook Express does it properly with 1 insert.
> My code is....
>
> <HTML>
> <BODY bgColor=#ffffff>
> <img src="file://C:/Users/Randy/Documents/Laughing Gopher\Gopher.gif"
> alt="Gopher" /><br>
> <bgsound balance="10" src="file://C:/Users/Randy/Documents/Laughing
> Gopher\Laughter.wav" volume="-110" loop="10" />
> <HR>
> </BODY></HTML>
>
> This works in IE and in OE.
> Inserting it with Windows Mail gives...
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
> <META name=GENERATOR content="MSHTML 8.00.6001.18852">
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=#ffffff>
> <DIV><FONT size=2><IMG alt=Gopher src=""><BR><BGSOUND balance=10
> volume=-110
> loop=10 src="file://C:/Users/Randy/Documents/Laughing
> Gopher\Laughter.wav">
> <HR>
> </FONT></DIV></BODY></HTML>
>
> This line....
> <DIV><FONT size=2><IMG alt=Gopher src=""><BR><BGSOUND balance=10
> volume=-110
> Should be....
> <DIV><FONT size=2><IMG alt=Gopher
> src="file://C:/Users/Randy/Documents/Laughing
> Gopher\Gopher.gif"><BR><BGSOUND balance=10 volume=-110
>
> WM does not want to include the Gopher.gif file.
> Why not? Is there an option I can turn on?
> If I add "file://C:/Users/Randy/Documents/Laughing Gopher\Gopher.gif"
> to
> src=, it works fine.
> Thanks....



--
VistaRookie

10% of my brain lives with me. The other 90% can be found
here:
'*Google*' (http://www.google.com)
Posted via http://www.vistaheads.com

 
Reply With Quote
 
Randy Hall
Guest
Posts: n/a

 
      12-10-2009
Thanks VistaRookie...
I tried sending the .HTM, .GIF and .WAV in a .zip file in case you wanted
it, but 197K was too large?
I'll try sending it to you directly....

It still doesn't want to work in my WM unless I change Format/Encoding to
something that is not the default, and it doesn't matter what the default
is.
If I permanently change the default, it won't work unless I Format/Encoding
and change it before I do the Insert/Text from File ....
Looks like I am stuck doing 2 inserts.
I suppose I could try installing OE on my Vista system....!

"VistaRookie" <> wrote in
message news:...
>
> Posting the code made it much easier to understand
> what you were using.
>
> See if this code works exactly as you want it. I
> am not in a position to test OE, but it should work
> there just as well. Works fine in my WM. Copy
> everything between dotted lines. Paste code into
> Notepad and give it a filename with the extension
> *.HTM*.
>
> To make it work, open a new email, click Insert on
> the menu->Text From File. Then choose it from the
> HTML extensions list.
>
> Feel free to customize additional code as you see fit.
> Even without Body tags, it works perfect.
> --------------------------------------------------------
> <IMG alt=Gopher
> src="file://C:\Users\Randy\Documents\Laughing Gopher\Gopher.gif"><BR>
>
> <BGSOUND balance=10
> src="C:\Users\Randy\Documents\Laughing Gopher\Gopher.wav"
> volume=-110 loop=10>
>
> --------------------------------------------------------
>
> Do you have the 3 buttons* at the bottom left of your emails?
> Edit Source Preview? Click source to view the code.
>
> *If you don't, click View on a new email. Put a checkmark
> next to Source Edit.
>
> Hopefully, you realize most, if not all webmail sites do not
> recoginze BGSOUND and those people won't hear any sound.
> Plus some email clients don't recognize it either. Those using
> text only mode won't hear it either. So only a select few will
> actually hear your wav file.
>
> Only one personal note...hearing the sound file 10 times would
> drive me crazy.
>
>
>
>
> Randy Hall;1617636 Wrote:
>> Thanks "VistaRookie", but that's what I'm trying to avoid... 2
>> inserts...
>> Outlook Express does it properly with 1 insert.
>> My code is....
>>
>> <HTML>
>> <BODY bgColor=#ffffff>
>> <img src="file://C:/Users/Randy/Documents/Laughing Gopher\Gopher.gif"
>> alt="Gopher" /><br>
>> <bgsound balance="10" src="file://C:/Users/Randy/Documents/Laughing
>> Gopher\Laughter.wav" volume="-110" loop="10" />
>> <HR>
>> </BODY></HTML>
>>
>> This works in IE and in OE.
>> Inserting it with Windows Mail gives...
>>
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>> <HTML><HEAD>
>> <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
>> <META name=GENERATOR content="MSHTML 8.00.6001.18852">
>> <STYLE></STYLE>
>> </HEAD>
>> <BODY bgColor=#ffffff>
>> <DIV><FONT size=2><IMG alt=Gopher src=""><BR><BGSOUND balance=10
>> volume=-110
>> loop=10 src="file://C:/Users/Randy/Documents/Laughing
>> Gopher\Laughter.wav">
>> <HR>
>> </FONT></DIV></BODY></HTML>
>>
>> This line....
>> <DIV><FONT size=2><IMG alt=Gopher src=""><BR><BGSOUND balance=10
>> volume=-110
>> Should be....
>> <DIV><FONT size=2><IMG alt=Gopher
>> src="file://C:/Users/Randy/Documents/Laughing
>> Gopher\Gopher.gif"><BR><BGSOUND balance=10 volume=-110
>>
>> WM does not want to include the Gopher.gif file.
>> Why not? Is there an option I can turn on?
>> If I add "file://C:/Users/Randy/Documents/Laughing Gopher\Gopher.gif"
>> to
>> src=, it works fine.
>> Thanks....

>
>
> --
> VistaRookie
>
> 10% of my brain lives with me. The other 90% can be found
> here:
> '*Google*' (http://www.google.com)
> Posted via http://www.vistaheads.com
>


 
Reply With Quote
 
VistaRookie
Guest
Posts: n/a

 
      12-10-2009

Outlook Express will not work on Vista.

Randy, I am posting through http://www.vistaheads.com
See if you can go there and just send an email through
them - to me. You won't be able to attach anything.
Just an email. I don't put my email for public display, so you
have to contact me through a forum. Spam robots will get
ahold of public postings of email addresses. Once there, you click
on my name. I expect there should be something there to
click for contacting me. If not, I'll post another way, let me
know.


Randy Hall;1618656 Wrote:
> Thanks VistaRookie...
> I tried sending the .HTM, .GIF and .WAV in a .zip file in case yo
> wanted
> it, but 197K was too large?
> I'll try sending it to you directly....
>
> It still doesn't want to work in my WM unless I change Format/Encodin
> to
> something that is not the default, and it doesn't matter what th
> default
> is.
> If I permanently change the default, it won't work unless
> Format/Encoding
> and change it before I do the Insert/Text from File ....
> Looks like I am stuck doing 2 inserts.
> I suppose I could try installing OE on my Vista system....!
>
> "VistaRookie" <> wrot
> in
> message news:...
> >
> > Posting the code made it much easier to understand
> > what you were using.
> >
> > See if this code works exactly as you want it. I
> > am not in a position to test OE, but it should work
> > there just as well. Works fine in my WM. Copy
> > everything between dotted lines. Paste code into
> > Notepad and give it a filename with the extension
> > *.HTM*.
> >
> > To make it work, open a new email, click Insert on
> > the menu->Text From File. Then choose it from the
> > HTML extensions list.
> >
> > Feel free to customize additional code as you see fit.
> > Even without Body tags, it works perfect.
> > --------------------------------------------------------
> > <IMG alt=Gopher
> > src="file://C:\Users\Randy\Documents\Laughin

> Gopher\Gopher.gif"><BR>
> >
> > <BGSOUND balance=10
> > src="C:\Users\Randy\Documents\Laughing Gopher\Gopher.wav"
> > volume=-110 loop=10>
> >
> > --------------------------------------------------------
> >
> > Do you have the 3 buttons* at the bottom left of your emails?
> > Edit Source Preview? Click source to view the code.
> >
> > *If you don't, click View on a new email. Put a checkmark
> > next to Source Edit.
> >
> > Hopefully, you realize most, if not all webmail sites do not
> > recoginze BGSOUND and those people won't hear any sound.
> > Plus some email clients don't recognize it either. Those using
> > text only mode won't hear it either. So only a select few will
> > actually hear your wav file.
> >
> > Only one personal note...hearing the sound file 10 times would
> > drive me crazy.
> >
> >
> >
> >
> > Randy Hall;1617636 Wrote:
> >> Thanks "VistaRookie", but that's what I'm trying to avoid... 2
> >> inserts...
> >> Outlook Express does it properly with 1 insert.
> >> My code is....
> >>
> >> <HTML>
> >> <BODY bgColor=#ffffff>
> >> <img src="file://C:/Users/Randy/Documents/Laughin

> Gopher\Gopher.gif"
> >> alt="Gopher" /><br>
> >> <bgsound balance="10" src="file://C:/Users/Randy/Documents/Laughing
> >> Gopher\Laughter.wav" volume="-110" loop="10" />
> >> <HR>
> >> </BODY></HTML>
> >>
> >> This works in IE and in OE.
> >> Inserting it with Windows Mail gives...
> >>
> >> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> >> <HTML><HEAD>
> >> <META content="text/html; charset=iso-8859-1

> http-equiv=Content-Type>
> >> <META name=GENERATOR content="MSHTML 8.00.6001.18852">
> >> <STYLE></STYLE>
> >> </HEAD>
> >> <BODY bgColor=#ffffff>
> >> <DIV><FONT size=2><IMG alt=Gopher src=""><BR><BGSOUND balance=10
> >> volume=-110
> >> loop=10 src="file://C:/Users/Randy/Documents/Laughing
> >> Gopher\Laughter.wav">
> >> <HR>
> >> </FONT></DIV></BODY></HTML>
> >>
> >> This line....
> >> <DIV><FONT size=2><IMG alt=Gopher src=""><BR><BGSOUND balance=10
> >> volume=-110
> >> Should be....
> >> <DIV><FONT size=2><IMG alt=Gopher
> >> src="file://C:/Users/Randy/Documents/Laughing
> >> Gopher\Gopher.gif"><BR><BGSOUND balance=10 volume=-110
> >>
> >> WM does not want to include the Gopher.gif file.
> >> Why not? Is there an option I can turn on?
> >> If I add "file://C:/Users/Randy/Documents/Laughing

> Gopher\Gopher.gif"
> >> to
> >> src=, it works fine.
> >> Thanks....

> >
> >
> > --
> > VistaRookie
> >
> > 10% of my brain lives with me. The other 90% can be found
> > here:
> > '*Google*' (http://www.google.com)
> > Posted via http://www.vistaheads.com
> >



--
VistaRookie

10% of my brain lives with me. The other 90% can be found
here:
'*Google*' (http://www.google.com)
Posted via http://www.vistaheads.com

 
Reply With Quote
 
Randy Hall
Guest
Posts: n/a

 
      12-10-2009
Hi VistaRookie...
In case you or anybody else wants it, you can download the Laughing Gopher
code
at... http://members.tripod.com/~randy_hall/gopher.zip
Thanks for the help.

"VistaRookie" <> wrote in
message news:...
>
> Outlook Express will not work on Vista.
>
> Randy, I am posting through http://www.vistaheads.com
> See if you can go there and just send an email through
> them - to me. You won't be able to attach anything.
> Just an email. I don't put my email for public display, so you
> have to contact me through a forum. Spam robots will get
> ahold of public postings of email addresses. Once there, you click
> on my name. I expect there should be something there to
> click for contacting me. If not, I'll post another way, let me
> know.
>
>
> Randy Hall;1618656 Wrote:
>> Thanks VistaRookie...
>> I tried sending the .HTM, .GIF and .WAV in a .zip file in case you
>> wanted
>> it, but 197K was too large?
>> I'll try sending it to you directly....
>>
>> It still doesn't want to work in my WM unless I change Format/Encoding
>> to
>> something that is not the default, and it doesn't matter what the
>> default
>> is.
>> If I permanently change the default, it won't work unless I
>> Format/Encoding
>> and change it before I do the Insert/Text from File ....
>> Looks like I am stuck doing 2 inserts.
>> I suppose I could try installing OE on my Vista system....!
>>
>> "VistaRookie" <> wrote
>> in
>> message news:...
>> >
>> > Posting the code made it much easier to understand
>> > what you were using.
>> >
>> > See if this code works exactly as you want it. I
>> > am not in a position to test OE, but it should work
>> > there just as well. Works fine in my WM. Copy
>> > everything between dotted lines. Paste code into
>> > Notepad and give it a filename with the extension
>> > *.HTM*.
>> >
>> > To make it work, open a new email, click Insert on
>> > the menu->Text From File. Then choose it from the
>> > HTML extensions list.
>> >
>> > Feel free to customize additional code as you see fit.
>> > Even without Body tags, it works perfect.
>> > --------------------------------------------------------
>> > <IMG alt=Gopher
>> > src="file://C:\Users\Randy\Documents\Laughing

>> Gopher\Gopher.gif"><BR>
>> >
>> > <BGSOUND balance=10
>> > src="C:\Users\Randy\Documents\Laughing Gopher\Gopher.wav"
>> > volume=-110 loop=10>
>> >
>> > --------------------------------------------------------
>> >
>> > Do you have the 3 buttons* at the bottom left of your emails?
>> > Edit Source Preview? Click source to view the code.
>> >
>> > *If you don't, click View on a new email. Put a checkmark
>> > next to Source Edit.
>> >
>> > Hopefully, you realize most, if not all webmail sites do not
>> > recoginze BGSOUND and those people won't hear any sound.
>> > Plus some email clients don't recognize it either. Those using
>> > text only mode won't hear it either. So only a select few will
>> > actually hear your wav file.
>> >
>> > Only one personal note...hearing the sound file 10 times would
>> > drive me crazy.
>> >
>> >
>> >
>> >
>> > Randy Hall;1617636 Wrote:
>> >> Thanks "VistaRookie", but that's what I'm trying to avoid... 2
>> >> inserts...
>> >> Outlook Express does it properly with 1 insert.
>> >> My code is....
>> >>
>> >> <HTML>
>> >> <BODY bgColor=#ffffff>
>> >> <img src="file://C:/Users/Randy/Documents/Laughing

>> Gopher\Gopher.gif"
>> >> alt="Gopher" /><br>
>> >> <bgsound balance="10" src="file://C:/Users/Randy/Documents/Laughing
>> >> Gopher\Laughter.wav" volume="-110" loop="10" />
>> >> <HR>
>> >> </BODY></HTML>
>> >>
>> >> This works in IE and in OE.
>> >> Inserting it with Windows Mail gives...
>> >>
>> >> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>> >> <HTML><HEAD>
>> >> <META content="text/html; charset=iso-8859-1"

>> http-equiv=Content-Type>
>> >> <META name=GENERATOR content="MSHTML 8.00.6001.18852">
>> >> <STYLE></STYLE>
>> >> </HEAD>
>> >> <BODY bgColor=#ffffff>
>> >> <DIV><FONT size=2><IMG alt=Gopher src=""><BR><BGSOUND balance=10
>> >> volume=-110
>> >> loop=10 src="file://C:/Users/Randy/Documents/Laughing
>> >> Gopher\Laughter.wav">
>> >> <HR>
>> >> </FONT></DIV></BODY></HTML>
>> >>
>> >> This line....
>> >> <DIV><FONT size=2><IMG alt=Gopher src=""><BR><BGSOUND balance=10
>> >> volume=-110
>> >> Should be....
>> >> <DIV><FONT size=2><IMG alt=Gopher
>> >> src="file://C:/Users/Randy/Documents/Laughing
>> >> Gopher\Gopher.gif"><BR><BGSOUND balance=10 volume=-110
>> >>
>> >> WM does not want to include the Gopher.gif file.
>> >> Why not? Is there an option I can turn on?
>> >> If I add "file://C:/Users/Randy/Documents/Laughing

>> Gopher\Gopher.gif"
>> >> to
>> >> src=, it works fine.
>> >> Thanks....
>> >
>> >
>> > --
>> > VistaRookie
>> >
>> > 10% of my brain lives with me. The other 90% can be found
>> > here:
>> > '*Google*' (http://www.google.com)
>> > Posted via http://www.vistaheads.com
>> >

>
>
> --
> VistaRookie
>
> 10% of my brain lives with me. The other 90% can be found
> here:
> '*Google*' (http://www.google.com)
> Posted via http://www.vistaheads.com
>


 
Reply With Quote
 
VistaRookie
Guest
Posts: n/a

 
      12-11-2009

I have no problems making it work in WM.
If you want to contact me with email, we
can go through all the settings, etc;

Randy Hall;1618773 Wrote:
> Hi VistaRookie...
> In case you or anybody else wants it, you can download the Laughing
> Gopher
> code
> at... http://members.tripod.com/~randy_hall/gopher.zip
> Thanks for the help.
>
>



--
VistaRookie

10% of my brain lives with me. The other 90% can be found
here:
'*Google*' (http://www.google.com)
Posted via http://www.vistaheads.com

 
Reply With Quote
 
Randy Hall
Guest
Posts: n/a

 
      12-11-2009
VistaRookie, I found it!
In Tools/Options/Security, under Download Images,
Block images and other external content in HTML e-mail was checked.
I had assumed that was for incoming email, but it isn't.
When I turned it off, my html code works properly.
Thanks for all your help and patience.

I'll post to the group in case anybody else has the same problem.

"VistaRookie" <> wrote in
message news:...
>
> I have no problems making it work in WM.
> If you want to contact me with email, we
> can go through all the settings, etc;
>
> Randy Hall;1618773 Wrote:
>> Hi VistaRookie...
>> In case you or anybody else wants it, you can download the Laughing
>> Gopher
>> code
>> at... http://members.tripod.com/~randy_hall/gopher.zip
>> Thanks for the help.
>>
>>

>
>
> --
> VistaRookie
>
> 10% of my brain lives with me. The other 90% can be found
> here:
> '*Google*' (http://www.google.com)
> Posted via http://www.vistaheads.com
>


 
Reply With Quote
 
VistaRookie
Guest
Posts: n/a

 
      12-11-2009

As I mentioned, settings was the next step.
Glad you found it!

You are welcome!

Randy Hall;1619336 Wrote:
> VistaRookie, I found it!
> In Tools/Options/Security, under Download Images,
> Block images and other external content in HTML e-mail was checked.
> I had assumed that was for incoming email, but it isn't.
> When I turned it off, my html code works properly.
> Thanks for all your help and patience.
>
> I'll post to the group in case anybody else has the same problem.
>
> "VistaRookie" <> wrote
> in
> message news:...
> >
> > I have no problems making it work in WM.
> > If you want to contact me with email, we
> > can go through all the settings, etc;
> >
> > Randy Hall;1618773 Wrote:
> >> Hi VistaRookie...
> >> In case you or anybody else wants it, you can download the Laughing
> >> Gopher
> >> code
> >> at... http://members.tripod.com/~randy_hall/gopher.zip
> >> Thanks for the help.
> >>
> >>

> >
> >
> > --
> > VistaRookie
> >
> > 10% of my brain lives with me. The other 90% can be found
> > here:
> > '*Google*' ('Google' (http://www.google.com))
> > Posted via http://www.vistaheads.com
> >



--
VistaRookie

10% of my brain lives with me. The other 90% can be found
here:
'*Google*' (http://www.google.com)
Posted via http://www.vistaheads.com

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Backup: How to include JSP file type Baffin Windows Vista Administration 5 01-19-2008 12:27 AM
File not in Explorer but opens anyhow Toyman Windows Vista File Management 5 07-25-2007 12:06 AM
Why didn't Vista Find my config.cfg file? Steve Wood Windows Vista File Management 2 07-20-2007 05:08 PM
Tag only some file types Phillip Windows Vista File Management 15 04-10-2007 03:23 AM
What is up with Vista's file system? Stan Shankman Windows Vista File Management 7 08-15-2006 08:59 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59