Click here to Skip to main content
15,906,574 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Problem with button in mdi form Pin
dan!sh 29-Jun-08 23:37
professional dan!sh 29-Jun-08 23:37 
GeneralRe: Problem with button in mdi form Pin
SamRST29-Jun-08 23:57
SamRST29-Jun-08 23:57 
AnswerCross Post Pin
Thomas Stockwell30-Jun-08 11:16
professionalThomas Stockwell30-Jun-08 11:16 
QuestionChanging the inputarea-size of the textbox-control Pin
Christian Sachse29-Jun-08 22:45
Christian Sachse29-Jun-08 22:45 
AnswerRe: Changing the inputarea-size of the textbox-control Pin
Christian Graus29-Jun-08 22:47
protectorChristian Graus29-Jun-08 22:47 
QuestionRe: Changing the inputarea-size of the textbox-control Pin
Christian Sachse30-Jun-08 3:50
Christian Sachse30-Jun-08 3:50 
Questionconvert string to byte Pin
shee_dee8629-Jun-08 21:51
shee_dee8629-Jun-08 21:51 
AnswerRe: convert string to byte Pin
Christian Graus29-Jun-08 22:10
protectorChristian Graus29-Jun-08 22:10 
You can't convert a string to a byte. You can convert a char to a byte, but a string is a byte/char array

85 is two characters - 8 and 5. 8 is 38 in hex, and 5 is 35. This is made all the more clear by 35 being 3 less than 38. If you want to convert a number to hex, use a ToString overload, you're looking in the wrong place and confusing yourself.

Christian Graus

Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.

AnswerRe: convert string to byte Pin
Gideon Engelberth30-Jun-08 5:34
Gideon Engelberth30-Jun-08 5:34 
QuestionStatic / Shared block Pin
divyesh143229-Jun-08 20:20
divyesh143229-Jun-08 20:20 
AnswerRe: Static / Shared block Pin
Christian Graus29-Jun-08 20:28
protectorChristian Graus29-Jun-08 20:28 
GeneralRe: Static / Shared block Pin
divyesh143230-Jun-08 18:51
divyesh143230-Jun-08 18:51 
AnswerRe: Static / Shared block Pin
Dave Doknjas30-Jun-08 15:17
Dave Doknjas30-Jun-08 15:17 
GeneralRe: Static / Shared block Pin
divyesh143230-Jun-08 18:51
divyesh143230-Jun-08 18:51 
QuestionProbs Saving Data to Database Pin
KrisnNala29-Jun-08 6:28
KrisnNala29-Jun-08 6:28 
AnswerRe: Probs Saving Data to Database Pin
Christian Graus29-Jun-08 14:38
protectorChristian Graus29-Jun-08 14:38 
GeneralRe: Probs Saving Data to Database Pin
KrisnNala30-Jun-08 8:41
KrisnNala30-Jun-08 8:41 
Questionmap rotation algortihm Pin
dunkin_ina29-Jun-08 6:05
dunkin_ina29-Jun-08 6:05 
AnswerRe: map rotation algortihm Pin
Guffa29-Jun-08 10:25
Guffa29-Jun-08 10:25 
GeneralRe: map rotation algortihm Pin
dunkin_ina29-Jun-08 22:26
dunkin_ina29-Jun-08 22:26 
AnswerRe: map rotation algortihm Pin
Christian Graus29-Jun-08 14:39
protectorChristian Graus29-Jun-08 14:39 
QuestionRe: map rotation algortihm Pin
dunkin_ina29-Jun-08 22:28
dunkin_ina29-Jun-08 22:28 
AnswerRe: map rotation algortihm Pin
Christian Graus29-Jun-08 22:46
protectorChristian Graus29-Jun-08 22:46 
GeneralRe: map rotation algortihm Pin
dunkin_ina7-Aug-08 5:40
dunkin_ina7-Aug-08 5:40 
Questiondatagridview cell leave event get column name Pin
Member 344963628-Jun-08 7:12
Member 344963628-Jun-08 7:12 

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.