Adding new form & file uploader

sandeshpansare

New Member
About adding new form

Hello thank you for your kind response

I write below code for calling new form
So i am right now calling new form by loading another layout & making previous layout controls visible false
So i want to know is it the right or easy way to do or any another way to do it

Sub Button1_Click
EditText1.Visible=False
EditText2.Visible=False
ImageView1.Visible=False
Label1.Visible=False
Label2.Visible=False
Label3.Visible=False
Button1.Visible=False
ImageView2.Visible=False
Activity.LoadLayout("Main2")
End Sub
Thanks
Regards sandesh
 
Upvote 0

sandeshpansare

New Member
File uploader not working in webview

Hello
Thanks for your member team for the response,
We have a .net website & i am using webview control for viewing website
But the file uploader is not working in webview control
Please guide me
Thanks
 
Upvote 0
Top