vb.net - Allow user to insert a custom image -


i in middle of making vb.net (visual basic 2010 express) application when hatched idea. want users able insert own images application. how so? know has open file dialog.

you can following code. if want show in picturebox, can follow below code, else can save byte data of image db.

    openfiledialog1.showdialog()     picturebox1.image = image.fromfile(openfiledialog1.filename) 

Comments

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -