Re: win32lib question & re: to C.K Lester

new topic     » goto parent     » topic index » view thread      » older message » newer message

-----Original Message-----
From: Talvitie <smtoa at SAUNALAHTI.FI>
To: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU>
Date: Monday, July 19, 1999 3:59 PM
Subject: win32lib question & re: to C.K Lester


David,

when creating a new window, I'd like it to be without resize(maximaze)button
(non resizeable). The window should thus have 2 sizes: minimized and whole
screen, but...  when being in "whole screen" size it should then be redused
to the upper part of the screen leaving some of the desk top visible.

Can this be done with win32lib? I quess the flags in create() is used for
the things like this, but the program seems to halt, when I send something
non-zero to it. Could you send a list of the values to send into flags and
their functions?


Re to C.K. Lester

>>Why should I use llama? you didn't give any arguments, witch, I prefer, is
a
>Why did you call me a witch?

Sorry, I always mix those two words: which and witch. But maybe you are some
kind of Euphoria Wizard?! :)


Did you read Mr. Cuny's last message? I think I'm going to do it with
win32lib, as he recommented. But that doesn't stop me to do the real user
interface(the one being used by programmer) to be based on llama. Well, time
will tell!


--Tapani

Tapani:

If you want just the minimize button, do something like this in the last
spot of create():
WS_CAPTION+WS_THICKFRAME+WS_MINIMIZEBUTTON(see below)+WS_SYSMENU

or... if you want the window to not be resizeable at all, replace
WS_THICKFRAME with WS_BORDER or WS_DLGFRAME, depending on how you want it to
look.

(see below)
it may be called WS_MINBUTTON or something similar, I didn't look it up,
check WIN32LIB.EW before trying to avoid errors.

Mike Hurley


________________________________________________________
NetZero - We believe in a FREE Internet.  Shouldn't you?
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu