1. common controls
------=_NextPart_000_000B_01BFEC17.9DFBEFC0
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
go to http://www.vbaccelerator.com/overview.htm
where you will see vb source code for using advanced common controls in =
windows. they look better than regular: rebar-coolbar,flat scroll, menus =
like in office97,treeviews,listviews,...
is anybody interested in translating that code to euphoria? if anybody =
has got some free time, please do it.
i will do some, but cant do all, becuase there is too much of them.
does anybody know of any such similar site, but in C?
------=_NextPart_000_000B_01BFEC17.9DFBEFC0
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=3DVerdana size=3D2>go to <A=20
or.com/overview.htm</A></FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>where you will see vb source code for =
using=20
advanced common controls in windows. they look better than regular:=20
rebar-coolbar,flat scroll, menus like in=20
office97,treeviews,listviews,...</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DVerdana size=3D2>is anybody interested in translating =
that code to=20
euphoria? if anybody has got some free time, please do it.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>i will do some, but cant do all, =
becuase there is=20
too much of them.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DVerdana size=3D2>does anybody know of any such similar =
site, but=20
------=_NextPart_000_000B_01BFEC17.9DFBEFC0--
2. Re: common controls
=A9koda wrote:
>go to http://www.vbaccelerator.com/overview.htm
>where you will see vb source code for using advanced common controls =
in
windows. they look better >than regular: rebar-coolbar,flat scroll, =
menus
like in office97,treeviews,listviews,...
Those are interesting. I've been thinking about how to do them in =
Euphoria,
and I'll definitely be looking at them. In the meantime, I've got =
wrappers
for both listviews and treeviews now. I also made it easy to tell when =
the
selection is changing in a treeview. As usual, you can get the latest =
from:
I'm still working on getting drag and drop to work. Once I have that, =
I'll
probably upload to Rob.
>is anybody interested in translating that code to euphoria? if anybody =
has
got some free time, >please do it.
>i will do some, but cant do all, becuase there is too much of them.
Let me know if you have any questions. If you haven't already, =
download the
Win32 help file (it's about 7megs). You'll definitely need it!
>does anybody know of any such similar site, but in C?
Try http://www.codeguru.com
Matt
3. Re: common controls
look also http://www.microsoft.com/msj/0798/controlspy.htm
it alows you to change appearance of controls at runtime by sending messages
to it and see all the messages control receives.
go thru the article, 3 long pages.
there you can download Code for this article:
http://www.microsoft.com/msj/0998/code/controlspy.zip (2,914KB)
download it and tell me if it's good, because it sure sounds good.