Click here to Skip to main content
15,894,539 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: please help me Pin
Dave Sexton16-Oct-06 21:59
Dave Sexton16-Oct-06 21:59 
Questionglass buttons Pin
hendrikbez16-Oct-06 20:20
hendrikbez16-Oct-06 20:20 
AnswerRe: glass buttons Pin
UltraCoder17-Oct-06 8:34
UltraCoder17-Oct-06 8:34 
AnswerRe: glass buttons Pin
Dave Kreskowiak17-Oct-06 9:47
mveDave Kreskowiak17-Oct-06 9:47 
QuestionApplication Deployment Question Pin
ranro200616-Oct-06 19:07
ranro200616-Oct-06 19:07 
AnswerRe: Application Deployment Question Pin
shreekar16-Oct-06 19:21
shreekar16-Oct-06 19:21 
Questionrollback issue - setup & deployment project of VS.Net 2003 Pin
Najmunnisha16-Oct-06 18:30
Najmunnisha16-Oct-06 18:30 
Questionhow to insert image into sql database table Pin
vrk_raju16-Oct-06 14:56
vrk_raju16-Oct-06 14:56 
how to insert the pic into the database table..


str_insert = "INSERT INTO SIS_TeachingStaff VALUES('TSMT2','V.RAJANIKANTH','LECTURER','TEACHING STAFF','Msc(Maths)','" & Emp_pic.Image & " '" '" & CByte(Me.opendialogbox.FileName.Length) & "' "

cmd = New SqlCommand(str_insert, conn)
cmd.Connection = conn
cmd.ExecuteNonQuery()

error is:operator '&' is not defined for types 'string' and 'system.drawing.image'
AnswerRe: how to insert image into sql database table Pin
adairjk16-Oct-06 18:51
adairjk16-Oct-06 18:51 
AnswerRe: how to insert image into sql database table Pin
shreekar16-Oct-06 19:23
shreekar16-Oct-06 19:23 
GeneralRe: how to insert image into sql database table Pin
vrk_raju17-Oct-06 4:54
vrk_raju17-Oct-06 4:54 
QuestionLabel inside Rectangle Pin
adairjk16-Oct-06 11:39
adairjk16-Oct-06 11:39 
AnswerRe: Label inside Rectangle Pin
Dave Sexton16-Oct-06 20:52
Dave Sexton16-Oct-06 20:52 
Questionurgent::System.Net.Sockets Pin
harshActsw16-Oct-06 8:50
harshActsw16-Oct-06 8:50 
AnswerRe: urgent::System.Net.Sockets Pin
Dave Kreskowiak16-Oct-06 9:21
mveDave Kreskowiak16-Oct-06 9:21 
GeneralRe: urgent::System.Net.Sockets Pin
harshActsw16-Oct-06 10:04
harshActsw16-Oct-06 10:04 
AnswerRe: urgent::System.Net.Sockets Pin
UltraCoder16-Oct-06 9:34
UltraCoder16-Oct-06 9:34 
GeneralRe: urgent::System.Net.Sockets Pin
harshActsw16-Oct-06 10:19
harshActsw16-Oct-06 10:19 
GeneralRe: urgent::System.Net.Sockets Pin
UltraCoder16-Oct-06 11:02
UltraCoder16-Oct-06 11:02 
GeneralRe: urgent::System.Net.Sockets Pin
harshActsw16-Oct-06 12:32
harshActsw16-Oct-06 12:32 
GeneralRe: urgent::System.Net.Sockets Pin
UltraCoder16-Oct-06 12:51
UltraCoder16-Oct-06 12:51 
QuestionListbox properties ( Listbox1.Items.Item(i) ) Pin
Newbie_dydy8516-Oct-06 8:43
Newbie_dydy8516-Oct-06 8:43 
AnswerRe: Listbox properties ( Listbox1.Items.Item(i) ) Pin
Dave Kreskowiak16-Oct-06 9:19
mveDave Kreskowiak16-Oct-06 9:19 
GeneralRe: Listbox properties ( Listbox1.Items.Item(i) ) Pin
Newbie_dydy8516-Oct-06 11:46
Newbie_dydy8516-Oct-06 11:46 
GeneralRe: Listbox properties ( Listbox1.Items.Item(i) ) Pin
shreekar16-Oct-06 19:28
shreekar16-Oct-06 19:28 

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.