Hur ställer man in en panel så man ser konturerna runt?
fylld kontur runt en panel..?
Svara
win applikation i visual studio.net
/JOhan
Sv: fylld kontur runt en panel..?
Svara
Så här kan du göra.
<code>
panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
</code>
//Johan N
"This posting is provided "AS IS" with no warranties, and confers no
rights."