upload a profile picture
-
how can upload profile pic without Sql Connection or other jquery ok help me
Nadeem King 7865
-
how can upload profile pic without Sql Connection or other jquery ok help me
Nadeem King 7865
Simply click the "Upload Photo" button. That does not require SQL Connection or even jQuery. Next time, consider sharing more details, and even before that do yourself a favor: Search for it in the top right corner with the keyword, such as "profile picture and website".
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
-
Simply click the "Upload Photo" button. That does not require SQL Connection or even jQuery. Next time, consider sharing more details, and even before that do yourself a favor: Search for it in the top right corner with the keyword, such as "profile picture and website".
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
Not sure if this helps. Here is a quick, down and dirty way. You can play around with it to get want you want and act how you want.
Public Class Form1
Private Sub Form1\_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim pic As PictureBox = PictureBox1 pic.BorderStyle = BorderStyle.FixedSingle End Sub Private Sub PictureBox1\_DoubleClick(sender As Object, e As EventArgs) Handles PictureBox1.DoubleClick Dim pic As PictureBox = sender Dim fn As String = Nothing Dim ofd As OpenFileDialog = New OpenFileDialog With ofd .ShowDialog(Me) fn = .FileName End With pic.Image = Bitmap.FromFile(fn) End Sub
End Class
-
Not sure if this helps. Here is a quick, down and dirty way. You can play around with it to get want you want and act how you want.
Public Class Form1
Private Sub Form1\_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim pic As PictureBox = PictureBox1 pic.BorderStyle = BorderStyle.FixedSingle End Sub Private Sub PictureBox1\_DoubleClick(sender As Object, e As EventArgs) Handles PictureBox1.DoubleClick Dim pic As PictureBox = sender Dim fn As String = Nothing Dim ofd As OpenFileDialog = New OpenFileDialog With ofd .ShowDialog(Me) fn = .FileName End With pic.Image = Bitmap.FromFile(fn) End Sub
End Class
You should reply to their post/message. :-)
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
-
how can upload profile pic without Sql Connection or other jquery ok help me
Nadeem King 7865
Upload picture to what? Your question is very light on detail, which means that people will make lots of assumptions so the answer you get probably won't be the answer you really need. There's a technique to asking questions - you have to ask yourself "have I given the person reading this enough background information for them to be able to understand what problem I am trying to solve?" Nine times out of ten, when we see a question like this, it means that the person who has posted it doesn't really know what problem it is they are trying to solve.
This space for rent
-
Upload picture to what? Your question is very light on detail, which means that people will make lots of assumptions so the answer you get probably won't be the answer you really need. There's a technique to asking questions - you have to ask yourself "have I given the person reading this enough background information for them to be able to understand what problem I am trying to solve?" Nine times out of ten, when we see a question like this, it means that the person who has posted it doesn't really know what problem it is they are trying to solve.
This space for rent
he left the forum ...