Click here to Skip to main content
15,909,737 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: calculate total time "Access" Pin
Jim Matthews13-Jan-05 5:10
Jim Matthews13-Jan-05 5:10 
GeneralRe: calculate total time "Access" Pin
sevan13-Jan-05 19:33
sevan13-Jan-05 19:33 
GeneralRe: calculate total time "Access" Pin
Jim Matthews14-Jan-05 4:16
Jim Matthews14-Jan-05 4:16 
Generalshow form2 ........ Pin
Ritesh123413-Jan-05 4:05
Ritesh123413-Jan-05 4:05 
GeneralRe: show form2 ........ Pin
Charlie Williams13-Jan-05 5:51
Charlie Williams13-Jan-05 5:51 
GeneralRe: show form2 ........ Pin
aprx16-Jan-05 0:38
aprx16-Jan-05 0:38 
QuestionBitmap to jpg in memory? Pin
[DK]KiloDunse12-Jan-05 23:55
[DK]KiloDunse12-Jan-05 23:55 
AnswerRe: Bitmap to jpg in memory? Pin
Ritesh123413-Jan-05 3:23
Ritesh123413-Jan-05 3:23 
Hi,

I assume ur bitmap is in form of array of bytes in that case u can convert it to jpg using...............

Dim wstWriter1 As New FileStream("c:\abc.jpg", FileMode.Create)
Dim bwWriter As New BinaryWriter(wstWriter1)

bwWriter.Write(pi_arrbyteFiles)
bw.close()
wstWriter1.close()

I hope this is what u want......................:->

regards,
Ritesh
GeneralRe: Bitmap to jpg in memory? Pin
[DK]KiloDunse13-Jan-05 3:35
[DK]KiloDunse13-Jan-05 3:35 
GeneralWWW to file Pin
paanoik12-Jan-05 23:05
paanoik12-Jan-05 23:05 
GeneralStopping a list of threads Pin
Rizwan Bashir12-Jan-05 22:50
Rizwan Bashir12-Jan-05 22:50 
GeneralRe: Stopping a list of threads Pin
MohammadAmiry12-Jan-05 23:29
MohammadAmiry12-Jan-05 23:29 
GeneralRe: Stopping a list of threads Pin
Rizwan Bashir12-Jan-05 23:43
Rizwan Bashir12-Jan-05 23:43 
GeneralRe: Stopping a list of threads Pin
Robert Rohde13-Jan-05 9:47
Robert Rohde13-Jan-05 9:47 
GeneralRe: Stopping a list of threads Pin
Rizwan Bashir13-Jan-05 20:11
Rizwan Bashir13-Jan-05 20:11 
Generala?how to conect oracle and dotnet Pin
san_12-Jan-05 18:46
san_12-Jan-05 18:46 
GeneralRe: a?how to conect oracle and dotnet Pin
Dave Kreskowiak13-Jan-05 2:12
mveDave Kreskowiak13-Jan-05 2:12 
Generaldatarow Pin
besah12-Jan-05 15:02
besah12-Jan-05 15:02 
GeneralRe: datarow Pin
Ritesh123413-Jan-05 3:28
Ritesh123413-Jan-05 3:28 
QuestionHow to format field value in crystal report Pin
viettho12-Jan-05 13:16
viettho12-Jan-05 13:16 
AnswerRe: How to format field value in crystal report Pin
Bad Sector12-Jan-05 19:01
Bad Sector12-Jan-05 19:01 
GeneralRe: How to format field value in crystal report Pin
viettho14-Jan-05 7:20
viettho14-Jan-05 7:20 
GeneralExcel Pin
Britnt712-Jan-05 9:23
Britnt712-Jan-05 9:23 
GeneralRe: Excel Pin
Dave Kreskowiak12-Jan-05 12:02
mveDave Kreskowiak12-Jan-05 12:02 
GeneralRe: Excel Pin
Ritesh123413-Jan-05 3:42
Ritesh123413-Jan-05 3:42 

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.