![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Not absolutely so. It scroll the caret, not the text. And yes, when the caret is in bottom of the TextBox, text will scroll. But if i need to scroll text up, i'll have to move caret from the bottom to the top. And the caret's blinking is so annoying
But i want to make something like...err...text reader, where the text will scroll line-by-line by pressing HardwareKey. I use TextBox instead of something different because i need to copy\paste text.Last edited by Elrick : 04-16-2008 at 06:56 PM. |
|
||||
|
Using the new SendMessageToControl method of the updated Hardware library you can send scroll messages to the textbox.
First download it here: Hardware library - V3.4 I've used 4 buttons: PageUp, PageDown, LineUp, LineDown You could use a HardKey object to catch the hardware buttons and then send the scroll message. |
|
|||
|
Erel, this is exactly what i need! Thank you! And it's a nice joke with text to scroll in demo
![]() ![]() And another question - where can i find the description of all system messages ? Last edited by Elrick : 04-17-2008 at 05:40 PM. |
|
|||
|
Found it here: http://www.autohotkey.com/docs/misc/SendMessageList.htm
...And in the Help file too I must read the Help files before asking... Nice lesson, yes...Last edited by Elrick : 04-17-2008 at 05:55 PM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| scrolling image with limit | europe | Questions & Help Needed | 1 | 11-07-2008 05:54 PM |
| Scrolling Tape Calculator | erzee | Share Your Creations | 0 | 07-22-2008 12:10 PM |
| Game Graphics w/ Scrolling Background | willisgt | Questions & Help Needed | 3 | 03-28-2008 02:14 PM |
| textbox - SelectionStart - scrolling | m.zielinski | Questions & Help Needed | 2 | 07-02-2007 01:28 PM |