Nov 1st, 2004, 03:55 PM
#1
Thread Starter
Hyperactive Member
how did he do this?
see attached... I assure you it is safe.
how did he do the cell style textbox. Where you click on it, and it highlights like in excel is that with a datagrid?
Attached Files
Nov 1st, 2004, 11:42 PM
#2
Uhm... post a screenshot showing what you mean. I'm still not downloading it.
Nov 1st, 2004, 11:47 PM
#3
Thread Starter
Hyperactive Member
here, its like a textbox, but you can click on each character once, and it selects that character.
Attached Images
Nov 2nd, 2004, 12:10 AM
#4
looks like a rich text box to me
Nov 2nd, 2004, 12:17 AM
#5
A readonly textbox or readonly RTB. If I'm guessing right, it's like Query Analyzer's SQL pane.
Nov 2nd, 2004, 12:39 AM
#6
Thread Starter
Hyperactive Member
how would you get it to only be able to select one character at a time like that. You cant select a bunch of those lines, you edit each one like a cell.
Nov 2nd, 2004, 04:11 AM
#7
Re: how did he do this?
Originally posted by Grunt
see attached... I assure you it is safe.
Oh, well that's OK then.
I don't live here any more.
Nov 2nd, 2004, 07:25 AM
#8
Originally posted by Grunt
how would you get it to only be able to select one character at a time like that. You cant select a bunch of those lines, you edit each one like a cell.
Through the keypress event, he'd be replacing the character at the cursor's position.
Nov 2nd, 2004, 02:15 PM
#9
Thread Starter
Hyperactive Member
ok... Can you please help on this.
I get the mouse position with:
Code:
Dim MouseX, MouseY As Integer
MouseX = childForms(childForm).txtTabStylistChild.MousePosition.X
MouseY = childForms(childForm).txtTabStylistChild.MousePosition.Y
how do i do the mouseclick event if somebody clicks on the character.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width