Click here to Skip to main content
15,908,175 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Process.Start Pin
KreativeKai24-Oct-08 9:30
professionalKreativeKai24-Oct-08 9:30 
GeneralRe: Process.Start Pin
Wendelius24-Oct-08 9:33
mentorWendelius24-Oct-08 9:33 
QuestionIs it possible to do a dataview.Sort with part of a column? Pin
Jon_Boy23-Oct-08 6:12
Jon_Boy23-Oct-08 6:12 
AnswerRe: Is it possible to do a dataview.Sort with part of a column? Pin
Dave Kreskowiak23-Oct-08 7:31
mveDave Kreskowiak23-Oct-08 7:31 
GeneralRe: Is it possible to do a dataview.Sort with part of a column? Pin
Jon_Boy23-Oct-08 8:24
Jon_Boy23-Oct-08 8:24 
QuestionConvert png images to string of Hexadecimals Pin
Cory Kimble23-Oct-08 3:03
Cory Kimble23-Oct-08 3:03 
AnswerRe: Convert png images to string of Hexadecimals Pin
Dave Kreskowiak23-Oct-08 7:28
mveDave Kreskowiak23-Oct-08 7:28 
GeneralRe: Convert png images to string of Hexadecimals Pin
Cory Kimble24-Oct-08 4:08
Cory Kimble24-Oct-08 4:08 
I am reading the png like this. (I don't know if this is the best way.

Dim ascii() As Byte = File.ReadAllBytes("C:\3604.png")

I want to put This into a string.

dim str as string = String.Format("{0:X2}", ascii) Does not work.


Is there an easy way besides looping through each byte and copying it to string?
GeneralRe: Convert png images to string of Hexadecimals Pin
Dave Kreskowiak24-Oct-08 11:16
mveDave Kreskowiak24-Oct-08 11:16 
Questiononline cd database Pin
JR21223-Oct-08 2:14
JR21223-Oct-08 2:14 
AnswerRe: online cd database Pin
jzonthemtn23-Oct-08 2:36
jzonthemtn23-Oct-08 2:36 
GeneralRe: online cd database Pin
JR21223-Oct-08 3:20
JR21223-Oct-08 3:20 
QuestionAdding unmanged code to VB.NET Pin
Nanda160523-Oct-08 0:39
Nanda160523-Oct-08 0:39 
AnswerRe: Adding unmanged code to VB.NET Pin
jzonthemtn23-Oct-08 1:11
jzonthemtn23-Oct-08 1:11 
GeneralRe: Adding unmanged code to VB.NET Pin
Nanda160523-Oct-08 1:53
Nanda160523-Oct-08 1:53 
GeneralRe: Adding unmanged code to VB.NET Pin
Dave Kreskowiak23-Oct-08 2:02
mveDave Kreskowiak23-Oct-08 2:02 
GeneralRe: Adding unmanged code to VB.NET Pin
Nanda160523-Oct-08 2:13
Nanda160523-Oct-08 2:13 
GeneralRe: Adding unmanged code to VB.NET Pin
Dave Kreskowiak23-Oct-08 3:53
mveDave Kreskowiak23-Oct-08 3:53 
Questionusing store procedure to insert selected checkboxlist values into database Pin
Mamphekgo Bahula22-Oct-08 21:55
Mamphekgo Bahula22-Oct-08 21:55 
AnswerRe: using store procedure to insert selected checkboxlist values into database Pin
TheComputerMan22-Oct-08 23:39
TheComputerMan22-Oct-08 23:39 
AnswerRe: using store procedure to insert selected checkboxlist values into database Pin
Dave Kreskowiak23-Oct-08 2:01
mveDave Kreskowiak23-Oct-08 2:01 
QuestionSFTP activex? Pin
hatemtaleb22-Oct-08 21:27
hatemtaleb22-Oct-08 21:27 
AnswerRe: SFTP activex? Pin
Dave Kreskowiak23-Oct-08 7:18
mveDave Kreskowiak23-Oct-08 7:18 
QuestionVariables.. Pin
Subjugate22-Oct-08 17:34
Subjugate22-Oct-08 17:34 
AnswerRe: Variables.. Pin
Rupesh Kumar Swami22-Oct-08 20:42
Rupesh Kumar Swami22-Oct-08 20: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.