Results 1 to 9 of 9

Thread: how did he do this?

  1. #1

    Thread Starter
    Hyperactive Member Grunt's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    499

    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 Attached Files

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Uhm... post a screenshot showing what you mean. I'm still not downloading it.

  3. #3

    Thread Starter
    Hyperactive Member Grunt's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    499
    here, its like a textbox, but you can click on each character once, and it selects that character.
    Attached Images Attached Images  

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    looks like a rich text box to me

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    A readonly textbox or readonly RTB. If I'm guessing right, it's like Query Analyzer's SQL pane.

  6. #6

    Thread Starter
    Hyperactive Member Grunt's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    499
    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.

  7. #7
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    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.

  8. #8
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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.

  9. #9

    Thread Starter
    Hyperactive Member Grunt's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    499
    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
  •  



Click Here to Expand Forum to Full Width