Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MS FlexiGrid.

Status
Not open for further replies.

rann

Programmer
Sep 13, 2001
86
US
Hi,
When i click on a cell of a FlexiGrid i need a cursor to blink in the cell.
How to do this?
I tried all the properties. But had no luck.
Is there a particular method or a particular property i need to change.

If there are no properties can i accomplish this using VB code.

I need this only in MS FlexiGrid not in other controls.

Any help or links would be helpfull,

Thanks in Advance,

Rann.
 
Hey Rann.

I didn't think you could do this, and you can't really. However, there's a really cool article in the MSDN help that shows a way to do it by superimposing a text box on the control. I like it enough that I might use it myself in future.

Look up "MSFlexGrid tips and tricks" in the MSDN help. There's a section called "Editing Grid Data" that should give you some good ideas.

HTH

Bob Rodes
 
What you may be looking for is sometimes called a floating text box. For information on this check out faq222-3262. You can also search the forum for more information and example code.

Thanks and Good Luck!

zemp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top