English
Forum

Scroll bar in the MultiEdit

 

Hubert
Binnewies
Hello together..

I knows the it ne stupid question is......
but How I get in a MultiEdit whom Scroll bar lane??

thanks Schonmal beforehand

Hubert
 
WinXP Prof, XProfan 9.1 Newbie

Ein kluger Kopf sagte mal:
"Nach dem derzeitigen Stand der Technik ist es unmöglich Programme zu schreiben, die fehlerfrei laufen!"
09/18/06  
 



fetch you Konstantinopel  and can you The Edit-StyleMessages Show ES_
CompileMarkSeparation
ES_AUTOHSCROLL = { $80 | 128 }
ES_AUTOVSCROLL = { $40 | 64 }
ES_CENTER = { $1 | 1 }
ES_DISABLENOSCROLL = { $2000 | 8192 }
ES_EX_NOCALLOLEINIT = { $1000000 | 16777216 }
ES_LEFT = { $0 | 0 }
ES_LOWERCASE = { $10 | 16 }
ES_MULTILINE = { $4 | 4 }
ES_NOHIDESEL = { $100 | 256 }
ES_NOIME = { $80000 | 524288 }
ES_NOOLEDRAGDROP = { $8 | 8 }
ES_NUMBER = { $2000 | 8192 }
ES_OEMCONVERT = { $400 | 1024 }
ES_PASSWORD = { $20 | 32 }
ES_READONLY = { $800 | 2048 }
ES_RIGHT = { $2 | 2 }
ES_SAVESEL = { $8000 | 32768 }
ES_SELECTIONBAR = { $1000000 | 16777216 }
ES_SELFIME = { $40000 | 262144 }
ES_SUNKEN = { $4000 | 16384 }
ES_UPPERCASE = { $8 | 8 }
ES_VERTICAL = { $400000 | 4194304 }
ES_WANTRETURN = { $1000 | 4096 #0000FF>}

whom remainder get You over setstyle  and getstyle  there because You The values add or subtrahierst.
 
09/18/06  
 




Hubert
Binnewies
ha ha ha........

and where standing there ES_DISABLESCROLL or ES_ENABLENOSROLL ????

@IF...the help me not further...
there standing nirgendwo How I The wegbekomme...
 
WinXP Prof, XProfan 9.1 Newbie

Ein kluger Kopf sagte mal:
"Nach dem derzeitigen Stand der Technik ist es unmöglich Programme zu schreiben, die fehlerfrei laufen!"
09/19/06  
 




Hubert
Binnewies
has otherwise someone a idea??
 
WinXP Prof, XProfan 9.1 Newbie

Ein kluger Kopf sagte mal:
"Nach dem derzeitigen Stand der Technik ist es unmöglich Programme zu schreiben, die fehlerfrei laufen!"
09/19/06  
 



so?
CompileMarkSeparation
CLS
Declare Edit&
LET Edit&=@Control(Edit,ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789,$50011104,20,20,300,300,%HWND,1234,%HINSTANCE,$200)

While 0=0

    Waitinput

a>
 
09/19/06  
 




Hubert
Binnewies
so sorrow it with does...so can I too nothing begin.....

One Control has none and, and if I several boxing (among other things one HTML Control) next to each other have un of/ one has none 3D edge sees the too besch..... from...
I can only what with a Create(MultiEdit begin...the get whom edge whom I need.
and Setstyle and your : $50011104 goes the Scroll bar not lane....

have you got there yet ne idea???

(but denoch thanks for attempt)

Hubert
 
WinXP Prof, XProfan 9.1 Newbie

Ein kluger Kopf sagte mal:
"Nach dem derzeitigen Stand der Technik ist es unmöglich Programme zu schreiben, die fehlerfrei laufen!"
09/19/06  
 



Hubert Binnewies
so sorrow it with does...so can I too nothing begin.....

One Control has none and, and if I several boxing (among other things one HTML Control) next to each other have un of/ one has none 3D edge sees the too besch..... from...
I can only what with a Create(MultiEdit begin...the get whom edge whom I need.
and Setstyle and your : $50011104 goes the Scroll bar not lane....

have you got there yet ne idea???

(but denoch thanks for attempt)

Hubert


I faith, I have you there not so integrally understood .
have you got the time ausprobiert? One MultiEdit is a Control - whether it a edge has or not, depends of Style ex - be but only one Beginner and no expert -white the neither so genaun .
 
09/19/06  
 




Nico
Madysa
there's for Edits/Multiedits two Scroll bar-Stile:

Edit MultiEdit
AutoHScroll can as much as you want reinschreiben with H-Scroll bar
otherwise is at end the Edits otherwise automatischer
Schluss with write Line break
AutoVScroll --pointless-- at that achieve the downstairs Endes
appear one V-Scroll bar, otherwise
is then Schluss with write

The Hex-values Have I do not in the head, The müssten but in the Profan.hlp stand. Try with the both best a little bit around.
 
Nico Madysa
09/19/06  
 




Perhaps GEHTS Yes yet irgenwie with nem eraser , but not To solid rubbeln , otherwise goes too the edge with lane .
somehow Have I the local, I must same in that bed
 
09/19/06  
 




Hubert
Binnewies
Erstmal... I habs geschafft....with a really good Info of Thorsten Rümker.

it went itself therefore, the I in Grunde only ne Box benötigte The whom 3D edge of/ one eachone Box has.
as Control disappeared this 3D edge.
and with Border Difference the Box from the others, the saw not well from...
and as MultiEdit I had IMMER even if the box empty was The Scroll bar.
now have I simply from:
CompileMarkSeparation
MULTIEDIT1& =@CREATE(MULTIEDIT,%HWND,MULTIEDIT,0052,0190,0450,0450)
>

one
CompileMarkSeparation
MULTIEDIT1& =@CREATE(EDIT,%HWND,MULTIEDIT,0052,0190,0450,0450)
>

made and lane is the beam.

before your asks... NEIN in the Box ought to nothing association go.
I needed only whom edge... a edge the on The different windows Styles reacted, very as others boxing.
on the EDIT comes a graphic as Control and hereon transparente Text Controls as spending Through the SKControl DLL

but thanks for eure endeavours...

Hubert
 
WinXP Prof, XProfan 9.1 Newbie

Ein kluger Kopf sagte mal:
"Nach dem derzeitigen Stand der Technik ist es unmöglich Programme zu schreiben, die fehlerfrei laufen!"
09/19/06  
 




RGH
Hubert Binnewies
ha ha ha........
and where standing there ES_DISABLESCROLL or ES_ENABLENOSROLL ????
the help me not further...
there standing nirgendwo How I The wegbekomme...


the XProfan-MultiEdit own following Stile:

ws_visible | ws_child | es_autovscroll | es_multiline | ws_tabstop | ws_vscroll | ws_hscroll | $1000 | es_nohidesel

If you The Stile with scroll in the names wegnimmst, ought to it weg!
(Style with GetStyle() read, not benlötigte Stile take away and then with SetStyle settle!)

Greeting
Roland
 
Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4
09/19/06  
 



Jo Roland .
Hello Hubert...

attempt Please sometime once (it must Yes not immediate his) vaguely To understand, what You there do - the bring insgesammt little more as stumpfes herumdoktorn , and others understand your ask too rather (has Yes not everyone NEN Inteligenzquotienten of 140 ;D ) .

Greeting

Andreas
 
09/19/06  
 




Answer


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

1.941 Views

Untitledvor 0 min.
H.Brill11/25/22
RudiB.09/18/22
Thomas Freier09/04/21
Walter07/23/20
More...

Themeninformationen



Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie