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

Visual Basic

 
QuestionI would love to learn how to use my compiler.. It is of a strange new language to will anyone volenteer to help teach me ? Pin
sweldon0012-Feb-09 19:48
sweldon0012-Feb-09 19:48 
AnswerRe: I would love to learn how to use my compiler.. It is of a strange new language to will anyone volenteer to help teach me ? Pin
Jay Royall2-Feb-09 21:51
Jay Royall2-Feb-09 21:51 
AnswerRe: I would love to learn how to use my compiler.. It is of a strange new language to will anyone volenteer to help teach me ? Pin
EliottA3-Feb-09 2:39
EliottA3-Feb-09 2:39 
Questionclear variables Pin
aswd2-Feb-09 18:12
aswd2-Feb-09 18:12 
AnswerRe: clear variables Pin
MohammadAmiry2-Feb-09 18:22
MohammadAmiry2-Feb-09 18:22 
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 
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If TextBox_ByteEn.Text = "" Then
ODLAT_ARM_x_MASK_CTL = ODLAT_ARM_x_MASK_CTL And (Not (&H100000))
Else

If TextBox_ByteEn.Text = "00" Then
ODLAT_ARM_x_MASK_CTL = ODLAT_ARM_x_MASK_CTL Or ((&H100000))
ODLAT_ARM_x_REQ_B = ODLAT_ARM_x_REQ_B Or Convert.ToUInt32(TextBox_ByteEn.Text) * 32
TextBox4.Text = Hex(ODLAT_ARM_x_REQ_B)

ElseIf TextBox_ByteEn.Text = "01" Then
ODLAT_ARM_x_MASK_CTL = ODLAT_ARM_x_MASK_CTL Or ((&H100000))
ODLAT_ARM_x_REQ_B = ODLAT_ARM_x_REQ_B Or Convert.ToUInt32(TextBox_ByteEn.Text) * 64
TextBox4.Text = Hex(ODLAT_ARM_x_REQ_B)
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 
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 

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.