Click here to Skip to main content
15,902,275 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Making sure a file really is there Pin
Christian Graus7-Aug-07 13:07
protectorChristian Graus7-Aug-07 13:07 
GeneralRe: Making sure a file really is there Pin
dBrong8-Aug-07 6:33
dBrong8-Aug-07 6:33 
Questionconvert anynumber to text [modified] Pin
playout7-Aug-07 7:52
playout7-Aug-07 7:52 
AnswerRe: convert anynumber to text Pin
Hessam Jalali7-Aug-07 8:19
Hessam Jalali7-Aug-07 8:19 
AnswerRe: convert anynumber to text Pin
Guffa7-Aug-07 9:36
Guffa7-Aug-07 9:36 
AnswerRe: convert anynumber to text Pin
The ANZAC7-Aug-07 10:49
The ANZAC7-Aug-07 10:49 
QuestionData Conversion issue Pin
Cory Kimble7-Aug-07 6:00
Cory Kimble7-Aug-07 6:00 
AnswerRe: Data Conversion issue Pin
Luc Pattyn7-Aug-07 6:33
sitebuilderLuc Pattyn7-Aug-07 6:33 
Hi Cory,

obviously there is some code missing that sets the values of arrayTemp.
Just declaring an array, results in a lot of null references, not meaningful data.

Are you saying arrayTemp is holding hexadecimal strings ? if so, Byte.Parse will not
do it in that way ?

Or are you saying your code is an attempt to deal with hexadecimal ? If so, I don't
recognize any of it.

Anyway, I am puzzled by all these &H1 values in custByte().

And I would suggest you do the parsing in separate lines, with intermediate variables;
this would:
- make things more readable,
- allow you to see (even print) the values for inspection,
- allow exact pin-pointing of the exception.

Also please read and apply my sig (tips 1 and 2).

Smile | :)


Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: Data Conversion issue Pin
Cory Kimble7-Aug-07 6:58
Cory Kimble7-Aug-07 6:58 
GeneralRe: Data Conversion issue Pin
Luc Pattyn7-Aug-07 7:16
sitebuilderLuc Pattyn7-Aug-07 7:16 
QuestionHow do I ping another computer? Pin
Rossx7-Aug-07 5:49
Rossx7-Aug-07 5:49 
AnswerRe: How do I ping another computer? Pin
Luc Pattyn7-Aug-07 5:56
sitebuilderLuc Pattyn7-Aug-07 5:56 
GeneralRe: How do I ping another computer? Pin
originSH7-Aug-07 6:16
originSH7-Aug-07 6:16 
GeneralRe: How do I ping another computer? Pin
Luc Pattyn7-Aug-07 6:35
sitebuilderLuc Pattyn7-Aug-07 6:35 
GeneralRe: How do I ping another computer? Pin
'Drew7-Aug-07 7:12
'Drew7-Aug-07 7:12 
GeneralRe: How do I ping another computer? Pin
Luc Pattyn7-Aug-07 7:48
sitebuilderLuc Pattyn7-Aug-07 7:48 
GeneralRe: How do I ping another computer? Pin
'Drew7-Aug-07 7:54
'Drew7-Aug-07 7:54 
GeneralRe: How do I ping another computer? Pin
Luc Pattyn7-Aug-07 13:23
sitebuilderLuc Pattyn7-Aug-07 13:23 
QuestionMoving Text (marquee) in vb.net form Pin
Charanjot Singh7-Aug-07 4:06
Charanjot Singh7-Aug-07 4:06 
AnswerRe: Moving Text (marquee) in vb.net form Pin
Luc Pattyn7-Aug-07 4:16
sitebuilderLuc Pattyn7-Aug-07 4:16 
QuestionNo connection could be made because the target machine actively refused it Pin
Daniel_Logan7-Aug-07 3:51
Daniel_Logan7-Aug-07 3:51 
GeneralRe: No connection could be made because the target machine actively refused it Pin
Guffa7-Aug-07 4:41
Guffa7-Aug-07 4:41 
AnswerRe: No connection could be made because the target machine actively refused it Pin
Dave Kreskowiak7-Aug-07 12:25
mveDave Kreskowiak7-Aug-07 12:25 
QuestionWant to set app(Application path) Pin
Charanjot Singh7-Aug-07 3:27
Charanjot Singh7-Aug-07 3:27 
AnswerRe: Want to set app(Application path) Pin
Hessam Jalali7-Aug-07 8:27
Hessam Jalali7-Aug-07 8:27 

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.