Jump to content
Xtreme .Net Talk

WaltzerSoft

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by WaltzerSoft

  1. Make Transparent Label is so easy: Private Label1 as new Label Me.Label1.BackColor = Color.FromArgb(0,0,0,0)
  2. hmm, now i want to create my class that inherit Windows.Forms.Form class. And then, i want to replace the standard windows Titlebar by my image. Same with the left/right/botom Form's border. Thanks
  3. Hi everybody! i'm writing own Media Player with GUI like WMP 10. Now i want to redraw * the Form's Titlebar, left/right/bottom border. * the Menubar, Menu, MenuItem * the TabPage but i don't know how to do that. Please help me!!! Thanks..........
×
×
  • Create New...