1. toolbar
------=_NextPart_000_00F7_01BFA606.9D249C20
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
anybody knows how to create better lookin toolbar?
whe mouse moves over them they change image,...
and toolbars that can be moved, like you can create with MFC?
how can you do this with C functions, or whichever, for windows program?
toolbars that would look like in Word, Visual Studio 5.0,...
------=_NextPart_000_00F7_01BFA606.9D249C20
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-2" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>anybody knows how to create better =
lookin=20
toolbar?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>whe mouse moves over them they change=20
image,...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>and toolbars that can be moved, like =
you can create=20
with MFC?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>how can you do this with C functions, =
or whichever,=20
for windows program?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>toolbars that would look like in Word, =
Visual=20
------=_NextPart_000_00F7_01BFA606.9D249C20--
2. Re: toolbar
------=_NextPart_000_000D_01BFA653.8A690CE0
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
i have found page with c source code for toolbar
http://www.jordanr.dhs.org/tb97info.htm
i'll try to translate it to euphoria if it's possible
----- Original Message -----=20
From: =A9koda=20
To: EUPHORIA at LISTSERV.MUOHIO.EDU=20
Sent: Friday, April 14, 2000 11:43 AM
Subject: toolbar
anybody knows how to create better lookin toolbar?
whe mouse moves over them they change image,...
and toolbars that can be moved, like you can create with MFC?
how can you do this with C functions, or whichever, for windows =
program?
toolbars that would look like in Word, Visual Studio 5.0,...
------=_NextPart_000_000D_01BFA653.8A690CE0
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-2" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>i have found page with c source code =
for=20
toolbar</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><A=20
rg/tb97info.htm</A></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>i'll try to translate it to euphoria if =
it's=20
possible</FONT></DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
<DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV=20
style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
<A href=3D"mailto:tone.skoda at SIOL.NET" =
title=3Dtone.skoda at SIOL.NET>=A9koda</A>=20
</DIV>
<DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20
href=3D"mailto:EUPHORIA at LISTSERV.MUOHIO.EDU"=20
title=3DEUPHORIA at LISTSERV.MUOHIO.EDU>EUPHORIA at LISTSERV.MUOHIO.EDU</A> =
</DIV>
<DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Friday, April 14, 2000 =
11:43=20
AM</DIV>
<DIV style=3D"FONT: 10pt arial"><B>Subject:</B> toolbar</DIV>
<DIV><BR></DIV>
<DIV><FONT face=3DArial size=3D2>anybody knows how to create better =
lookin=20
toolbar?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>whe mouse moves over them they change =
image,...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>and toolbars that can be moved, like =
you can=20
create with MFC?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>how can you do this with C functions, =
or=20
whichever, for windows program?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>toolbars that would look like in =
Word, Visual=20
------=_NextPart_000_000D_01BFA653.8A690CE0--
3. Re: toolbar
"=A9koda" wrote:
> anybody knows how to create better lookin toolbar?
You are referring to something called the 'rebar' or 'coolbar', which =
is a
different control than the toolbar. It hasn't been wrapped in Win32Lib =
yet.
As a worthless bit of trivia, the DLL for this control *used* to only =
be
available if you installed IE on your machine.
-- David Cuny