O
On The Corner
Hi,
I'm a total VC++.NET newbie and I'm stuck with a couple of
stupid problems.
- I have a filled ListView. I'd like to select(or focus)
an Item from code, but I can't find a way to do it. I
can't find an Index property (or something like that)
which allows to be set.
- In a TextBox, when the event KeyDown is triggered, is
there a way to set the returned KeyCode. For example, when
the key 'K' is pressed, I'd like to put the 'H' char in
the TextBox.
I know these questions are quite stupid, but I've spent
all morning browsing the MSDN without finding anything !!!
Thanks in advance for your help !
I'm a total VC++.NET newbie and I'm stuck with a couple of
stupid problems.
- I have a filled ListView. I'd like to select(or focus)
an Item from code, but I can't find a way to do it. I
can't find an Index property (or something like that)
which allows to be set.
- In a TextBox, when the event KeyDown is triggered, is
there a way to set the returned KeyCode. For example, when
the key 'K' is pressed, I'd like to put the 'H' char in
the TextBox.
I know these questions are quite stupid, but I've spent
all morning browsing the MSDN without finding anything !!!
Thanks in advance for your help !