Click here to Skip to main content
15,912,329 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Prob in transferring ASP.NET Web Application Pin
Christian Graus2-May-05 14:01
protectorChristian Graus2-May-05 14:01 
GeneralRe: Prob in transferring ASP.NET Web Application Pin
vishalmishra3-May-05 4:26
vishalmishra3-May-05 4:26 
GeneralRe: Prob in transferring ASP.NET Web Application Pin
Christian Graus3-May-05 13:18
protectorChristian Graus3-May-05 13:18 
GeneralCrystal Reports Pin
Madni Abbasi1-May-05 20:43
Madni Abbasi1-May-05 20:43 
Questionhow to assign NULL to Date Field ? Pin
Madni Abbasi1-May-05 20:37
Madni Abbasi1-May-05 20:37 
AnswerRe: how to assign NULL to Date Field ? Pin
Madni Abbasi1-May-05 21:11
Madni Abbasi1-May-05 21:11 
GeneralPicture box binding problem Pin
Binary01101-May-05 20:33
Binary01101-May-05 20:33 
GeneralRe: Picture box binding problem Pin
Madni Abbasi1-May-05 20:55
Madni Abbasi1-May-05 20:55 
'use to save image file

Dim arr() As Byte

FileOpen(1,"FilePath" , OpenMode.Binary, OpenAccess.Read, OpenShare.Shared)
'Resize array so that it can accomodate the file
ReDim arr(FileLen("FilePath") - 1)
FileGet(1, arr)
FileClose(1)

'use to read image file

arr = ds.Tables("TableName").Rows(0).Item("ColumnName")

'comapny logo is the name of PictureBox control

CompanyLogo.Image = CompanyLogo.Image.FromStream(New IO.MemoryStream(arr))




GeneralRe: Picture box binding problem Pin
Anonymous1-May-05 21:07
Anonymous1-May-05 21:07 
GeneralRe: Picture box binding problem Pin
Madni Abbasi1-May-05 21:27
Madni Abbasi1-May-05 21:27 
GeneralRe: Picture box binding problem Pin
Binary01101-May-05 21:39
Binary01101-May-05 21:39 
GeneralRe: Picture box binding problem Pin
Binary01102-May-05 7:26
Binary01102-May-05 7:26 
Questionhow to write to a few clients in a socket,please Pin
jpartley1-May-05 18:00
jpartley1-May-05 18:00 
GeneralTo Mr. Dave.... Pin
vishalmishra1-May-05 9:11
vishalmishra1-May-05 9:11 
GeneralRe: To Mr. Dave.... Pin
Colin Angus Mackay1-May-05 10:28
Colin Angus Mackay1-May-05 10:28 
GeneralRe: To Mr. Dave.... Pin
Dave Kreskowiak1-May-05 15:43
mveDave Kreskowiak1-May-05 15:43 
GeneralRe: To Mr. Dave.... Pin
Christian Graus1-May-05 17:03
protectorChristian Graus1-May-05 17:03 
GeneralRe: To Mr. Dave.... Pin
Dave Kreskowiak2-May-05 0:48
mveDave Kreskowiak2-May-05 0:48 
GeneralRe: To Mr. Dave.... Pin
vishalmishra1-May-05 20:54
vishalmishra1-May-05 20:54 
GeneralError i got while debugging ASP.NET Application Pin
vishalmishra1-May-05 9:06
vishalmishra1-May-05 9:06 
GeneralRe: Error i got while debugging ASP.NET Application Pin
Dave Kreskowiak1-May-05 15:39
mveDave Kreskowiak1-May-05 15:39 
GeneralVB.Net Math program Pin
John6301-May-05 6:31
John6301-May-05 6:31 
GeneralRe: VB.Net Math program Pin
Fernando Soto1-May-05 9:29
Fernando Soto1-May-05 9:29 
GeneralRe: VB.Net Math program Pin
Brian Van Beek2-May-05 12:02
Brian Van Beek2-May-05 12:02 
GeneralRe: VB.Net Math program Pin
Christian Graus1-May-05 17:52
protectorChristian Graus1-May-05 17:52 

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.