Button Re Location & Remove Image Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KalariaNitya
    New Member
    • Apr 2008
    • 34

    Button Re Location & Remove Image Problem

    Hello All,

    in windows application(vb. net) i have one button control

    i want to relocate that button on Second button's click event.
    means old location is:184, 111
    i want new location :59, 375

    but when i set on second button

    btnPause.Locati on = New Point(159, 375)

    this pause button is disabled from the form..

    how can i get this on new location?

    as well as, i want to remove image from button..which is already given on load
    i want to remove that..

    how can i do that?

    can anybody help me?

    any great help will be appriciated..
Working...