I would like to change a tabhost tab image programatically. I've tried
Dim BG As Bitmap
bg.Initialize(File.DirAssets, "Done.png")
tabhost1.CurrentTab = 1
tabhost1.SetBackgroundImage(bg)
this changes the whole tabhost background. Any suggestions. I would like to do this to be able to change the tab image based upon completion of tasks within each tab.
Thanks,
Dim BG As Bitmap
bg.Initialize(File.DirAssets, "Done.png")
tabhost1.CurrentTab = 1
tabhost1.SetBackgroundImage(bg)
this changes the whole tabhost background. Any suggestions. I would like to do this to be able to change the tab image based upon completion of tasks within each tab.
Thanks,