hai,
1 -> in
vb.net we are using shared variable and public variable.
what is between shared variable and public variable.In which
situation we use shared and public variable.
if shared is alo act like a public variable.Are u able to give a small example coding for that
2-> in which situation we are using shared constructor(shared constructor is used to intialise the shared variables other than any thing is there)and instance constructor.Are u able to give a small example coding for that
3->i have another doubt in
vb.net ,we are using commondialog,in this openfiledialog class is there,u select a particular filename and how to display the file in a particular control which is in form,i need sample coding for that.
4-> in savefiledialog how to save the file which content is in particuar textbox.i need sample coding for that.