In normal button creation on BBCodeview based on Erel these steps are needed:
Step 1:
Dim btnb As Button
btnb.Initialize ("btnb")
btnb.Text = "View Answer"
btnb.SetLayoutAnimated(0, 0, 0, 100dip, 80dip)
Step 2: follow by this: BBCodeView1.Views.Put("btnb", btnb)
Step 3: place button view...