write a VB.net program to swap two numbers
Answer Posted / biswasmit lenka
Private sub command1_click()
dim a,b,c as integer
a=Val(Text1.Text)
b=Val(Text1.Text)
c=a
a=b
b=c
Text1.text=b
text2.text=a
End sub
Private sub command2_click
end
End sub
| Is This Answer Correct ? | 38 Yes | 12 No |
Post New Answer View All Answers
Explain redim keyword?
how to deploy vb.net with key and evaluation time? any one can help me?
Explain cts?
What is the role of new keyword?
What is the source code for display the picture in button click event?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
What is portable executable?
Explain the difference between c# and vb.net?
What is trace in vb.net?
What are the shadow variables?
Name a feature which is common to all .net languages?
Explain managed code?
Why is the xml infoset specification different from the xml dom?
How vb implements the disconnected architecture as like vb.net?
Can you please explain the difference between vb and vb.net?