Click here to Skip to main content
16,014,392 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: visual Basic + Excel Pin
rpimpley22-Oct-07 18:13
rpimpley22-Oct-07 18:13 
GeneralRe: visual Basic + Excel Pin
Onisan200024-Oct-07 1:18
Onisan200024-Oct-07 1:18 
QuestionHow to insert a background image to a webbrowser control? Pin
King of Kingz22-Oct-07 2:05
King of Kingz22-Oct-07 2:05 
AnswerRe: How to insert a background image to a webbrowser control? Pin
Vasudevan Deepak Kumar22-Oct-07 4:22
Vasudevan Deepak Kumar22-Oct-07 4:22 
QuestionReg:Image Data retrival Form SQL SERVER 2000 Pin
Satish_S22-Oct-07 1:15
Satish_S22-Oct-07 1:15 
AnswerRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Christian Graus22-Oct-07 1:30
protectorChristian Graus22-Oct-07 1:30 
QuestionRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Satish_S22-Oct-07 18:21
Satish_S22-Oct-07 18:21 
AnswerRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Tom Deketelaere22-Oct-07 1:31
professionalTom Deketelaere22-Oct-07 1:31 
from what I can see there is nothing in you're code that would show the image. you have a response.binarywrite in there (I'm not too familier with this) wich I think will only show you lots of 1's and 0's.
If you have a form (wich I presume you have) put a imagebox on it then in code create a variable of the type image and fill it with the data that you receive. After that you can simply set the image property of the imagebox to the variable image.


on a side note:
sathimailin1 wrote:
Dim myCommand As New SqlCommand("Select * from Person", myConnection)


I would recommend never to use * in sql statements. Instead put the names of the columns in there that you need and only those names (its better perfomance wise)

hope this helps

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistakes.

GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Christian Graus22-Oct-07 1:44
protectorChristian Graus22-Oct-07 1:44 
GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Tom Deketelaere22-Oct-07 2:02
professionalTom Deketelaere22-Oct-07 2:02 
GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Satish_S22-Oct-07 3:06
Satish_S22-Oct-07 3:06 
GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Satish_S22-Oct-07 1:55
Satish_S22-Oct-07 1:55 
GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Tom Deketelaere22-Oct-07 2:05
professionalTom Deketelaere22-Oct-07 2:05 
GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Satish_S22-Oct-07 2:17
Satish_S22-Oct-07 2:17 
GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Tom Deketelaere22-Oct-07 2:26
professionalTom Deketelaere22-Oct-07 2:26 
GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Satish_S22-Oct-07 2:31
Satish_S22-Oct-07 2:31 
GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Tom Deketelaere22-Oct-07 2:58
professionalTom Deketelaere22-Oct-07 2:58 
QuestionHi All! Pin
Nut Sophanny22-Oct-07 0:16
Nut Sophanny22-Oct-07 0:16 
AnswerRe: Hi All! Pin
Christian Graus22-Oct-07 0:29
protectorChristian Graus22-Oct-07 0:29 
AnswerRe: Hi All! Pin
Jonathan [Darka]22-Oct-07 1:12
professionalJonathan [Darka]22-Oct-07 1:12 
GeneralRe: Hi All! Pin
Tom Deketelaere22-Oct-07 1:23
professionalTom Deketelaere22-Oct-07 1:23 
GeneralRe: Hi All! Pin
Vasudevan Deepak Kumar22-Oct-07 4:24
Vasudevan Deepak Kumar22-Oct-07 4:24 
AnswerRe: Hi All! Pin
Abhijit Jana22-Oct-07 5:39
professionalAbhijit Jana22-Oct-07 5:39 
QuestionPost on web Page Pin
MrFulvio22-Oct-07 0:02
MrFulvio22-Oct-07 0:02 
AnswerRe: Post on web Page Pin
Vimalsoft(Pty) Ltd22-Oct-07 1:05
professionalVimalsoft(Pty) Ltd22-Oct-07 1:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.