Autor Beitrag
foxy
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 814

Ubuntu, Gentoo
C++, PHP, Java, Ruby, Perl (Eclipse)
BeitragVerfasst: Di 17.12.02 10:22 
moinsen kann mir ma einer schnell quellcode sagen, wie ich ich meiner Listbox sage das ein horizontaler Scrollbalken kommen soll??

_________________
"Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it." (Linus Torvalds)
OperatingSystem Laptop (Ubuntu Hardy)
smiegel
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 992
Erhaltene Danke: 1

WIN 7
D7 Prof., C#, RAD XE Prof.
BeitragVerfasst: Di 17.12.02 11:05 
Hallo,

folgendermaßen:

ausblenden Quelltext
1:
SendMessage(ListBox1.Handle, LB_SETHORIZONTALEXTENT, PixelLength, 0);					


PixelLength bezeichnet die Breite des Scrollbars in Pixel.

_________________
Gruß Smiegel
Ich weiß, daß ich nichts weiß, aber ich weiß mehr als die, die nicht wissen, daß sie nichts wissen. (Sokrates)
foxy Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 814

Ubuntu, Gentoo
C++, PHP, Java, Ruby, Perl (Eclipse)
BeitragVerfasst: Di 17.12.02 23:06 
ahh ok thx :D

_________________
"Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it." (Linus Torvalds)
OperatingSystem Laptop (Ubuntu Hardy)
Friedhelm
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 47



BeitragVerfasst: Mi 25.12.02 14:51 
Hallo smiegel

erstmal FROHE WEIHNACHTEN

geht das auch so mit dem Vertikal-Balken?

etwa so: SendMessage(Sparte.ListBox67.Handle, LB_SETVERTIKALEXTENT, PixelLength, 8)

Gruss Friedhelm