application inside a chrome-like frame

Oelewapper

Member
Joined
Oct 26, 2008
Messages
9
Programming Experience
Beginner
Dear people,

I have a vb.net application containing a ticker and 2 listviews.
I have also attached a picture with the way I would like to present the ticker and the listviews. As you can see I want to present them inside a silver/chrome-like frame, just like an old monitor.
What's the best way to do something like this? And is it possible to do it all in vbnet, or do I have to use asp.net for example??
Unfortunately I'm not a layout-man so I have no clue.
Any help is appreciated
 

Attachments

  • Kwazulu Natal.jpg
    Kwazulu Natal.jpg
    29.7 KB · Views: 56
Could someone please help me? I have no idea where to start.. Should I perhaps make use of panels??If I placed this topic on the wrong subforum, could a moderator please move it to the right subforum?????
 
Hello.

Maybe no one can help you 'cause your question is very unspecific and you could figure it out yourself in a minute...or nobody is in the mood right now. ;)

However, why not creating a 'normal' form, make it borderless and use an background image? Or you could also override the OnPaint() method of the form and draw all the borders yourself.

Bobby
 
Back
Top