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

Visual Basic

 
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 
GeneralRe: Convert png images to string of Hexadecimals Pin
Dave Kreskowiak24-Oct-08 11:16
mveDave Kreskowiak24-Oct-08 11:16 
Cory Kimble wrote:
dim str as string = String.Format("{0:X2}", ascii) Does not work.


Sure it does, when you convert each and every byte in the array, individually. You can't send an array to Format and expect it to iterate over the array for you.

Cory Kimble wrote:
Is there an easy way besides looping through each byte and copying it to string?


Nope. That's the only method you have.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




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 
AnswerRe: Variables.. Pin
Jon_Boy23-Oct-08 2:55
Jon_Boy23-Oct-08 2:55 

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.