Hi,
Is there any way that I can capture the 'enter key' when entering text using
Richedit.
What I am am trying to do is:
The user types in a line of text and then hits enter.
At this point the text is evaluated in a sub routine and a response printed
in the Richedit box.
The user then ente
It's
-lines => 1,
-buttons => 1,
in the TreeView definition. For a sample, feel free to look up
www.fairymails.com/perl/
Click on wex.pl, download the zip and see the wex.ui file.
Have fun,
Harald
> -Original Message-
> From: Simon Hardy-Francis [mailto:[EMAIL PROTECTED]
>
Dear fellow GUI fans,
I've been fiddling with the TreeView but how to get little icons (e.g. + and -
boxes etc) shown in the view? Anybody know or better got a link to some example
code?
Thanks,
Simon
Powered by the Email PIM - Info Select - www.miclog.com
Heh ... I meant Windows 2000; just trying my best to short-change Microsoft
whenever i can. ;]
And double-lick event? You'd think I was talking about a lollipop or
something. ;]
Later days ...
Jonathan
--
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegh
Kevin,
The same thing happens to me in Windows 200 and it happened in NT 4.0 as
well. The way I got around it was to look for a double-lick event instead.
Something like:
sub DataView_DblClick {
## code for double-click event
}
should work just fine.
DataView is the name given to my lis
Has anyone else found that under Windows 2000 leaving the mouse cursor
over a list view item causes an ItemClick event? Its almost as if there is
a MouseOver event.
If its not just me that gets this, does anyone have any thoughts on how to
turn this behaviour off so that only a real click of the
I have been trying various methods, ProgressBar, Flashing Text etc. to show some
form of Progress whilst files are bieng added to a Zip Archive using Win32::ZIP,
alas no luck even after some inspired help from the list. As one last effort I
am trying to display an AVI that I created but again nothi
Kevin wrote:
I have noticed that some people reference some page at Micro$oft that
lists some possible window attributes.
I don't remember from where I downloaded the Win32 API help file I use,
but try the "Win32 API Reference" from this page:
http://www.winprog.org/resources.html
There m
8 matches
Mail list logo