import background thing help
hi ppl i was adding a feature to my injector when i got stuck.
ok so i made a button and if i click it , it shows a browse thing to browse for a picture (jpg or png) which sets that picture for the form background.
this is my code wtill now.
Code:
OpenFileDialog1.Filter = "JPG (*.jpg) |PNG (*.png)"
OpenFileDialog1.ShowDialog()
Dim FileName As String
FileName = OpenFileDialog1.FileName.Substring(OpenFileDialog1.FileName.LastIndexOf("\"))
Dim DllFileName As String = FileName.Replace("\", "")
Me.BackgroundImage =
so can any finish this code of i coppied and pasted it from my full code