Click here to Skip to main content
15,891,864 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: clear variables Pin
aswd2-Feb-09 18:26
aswd2-Feb-09 18:26 
GeneralRe: clear variables Pin
Dave Kreskowiak2-Feb-09 18:36
mveDave Kreskowiak2-Feb-09 18:36 
GeneralRe: clear variables Pin
aswd2-Feb-09 18:41
aswd2-Feb-09 18:41 
GeneralRe: clear variables Pin
Christian Graus2-Feb-09 19:18
protectorChristian Graus2-Feb-09 19:18 
GeneralRe: clear variables Pin
aswd2-Feb-09 19:28
aswd2-Feb-09 19:28 
GeneralRe: clear variables Pin
Dave Kreskowiak3-Feb-09 1:47
mveDave Kreskowiak3-Feb-09 1:47 
GeneralRe: clear variables Pin
EliottA3-Feb-09 2:34
EliottA3-Feb-09 2:34 
GeneralRe: clear variables Pin
Guffa4-Feb-09 1:02
Guffa4-Feb-09 1:02 
aswd wrote:
ODLAT_ARM_x_REQ_B = ODLAT_ARM_x_REQ_B Or Convert.ToUInt32(TextBox_ByteEn.Text) * 32


You know the value of TextBox_ByteEn.Text, so you don't have to parse it. It's always zero, so the entire statement is actually pointless.

If you want to set the value instead of combining it with the previous value, you just assign zero to the variable.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionDifferent Indian Languages in Textbox Pin
harsh_c2-Feb-09 18:12
professionalharsh_c2-Feb-09 18:12 
AnswerRe: Different Indian Languages in Textbox Pin
Dave Kreskowiak2-Feb-09 18:37
mveDave Kreskowiak2-Feb-09 18:37 
AnswerRe: Different Indian Languages in Textbox Pin
N a v a n e e t h2-Feb-09 18:47
N a v a n e e t h2-Feb-09 18:47 
GeneralRe: Different Indian Languages in Textbox Pin
harsh_c2-Feb-09 18:55
professionalharsh_c2-Feb-09 18:55 
GeneralRe: Different Indian Languages in Textbox Pin
Rupesh Kumar Swami2-Feb-09 19:42
Rupesh Kumar Swami2-Feb-09 19:42 
GeneralRe: Different Indian Languages in Textbox Pin
harsh_c2-Feb-09 19:56
professionalharsh_c2-Feb-09 19:56 
AnswerRe: Different Indian Languages in Textbox Pin
ketur patel3-Feb-09 2:06
professionalketur patel3-Feb-09 2:06 
Questioncalling vb.net function on a dynamic modalpopup extender [modified] Pin
hyperalergelo2-Feb-09 14:59
hyperalergelo2-Feb-09 14:59 
AnswerRe: calling vb.net function on a dynamic modalpopup extender Pin
Christian Graus2-Feb-09 15:36
protectorChristian Graus2-Feb-09 15:36 
GeneralRe: calling vb.net function on a dynamic modalpopup extender Pin
hyperalergelo2-Feb-09 16:06
hyperalergelo2-Feb-09 16:06 
GeneralRe: calling vb.net function on a dynamic modalpopup extender Pin
Dave Kreskowiak2-Feb-09 18:38
mveDave Kreskowiak2-Feb-09 18:38 
GeneralRe: calling vb.net function on a dynamic modalpopup extender [modified] Pin
hyperalergelo2-Feb-09 18:44
hyperalergelo2-Feb-09 18:44 
QuestionDataGridView Pin
CodingYoshi2-Feb-09 10:12
CodingYoshi2-Feb-09 10:12 
AnswerRe: DataGridView Pin
JoseMenendez2-Feb-09 10:23
JoseMenendez2-Feb-09 10:23 
QuestionChanging Default Printer Pin
Dominick Marciano2-Feb-09 5:53
professionalDominick Marciano2-Feb-09 5:53 
AnswerRe: Changing Default Printer Pin
EliottA2-Feb-09 5:57
EliottA2-Feb-09 5:57 
GeneralRe: Changing Default Printer Pin
Dominick Marciano2-Feb-09 6:01
professionalDominick Marciano2-Feb-09 6:01 

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.