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
How vb implements the disconnected architecture as like vb.net?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
Explain jit?
Explain the difference between int and int32?
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 difference between namespace and assembly?
Explain the difference between c# and vb.net?
When do you use virutal keyword?
What is the ruby interface generator?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
Name some of the features present in vb 2005?
What is the strong name in .net assembly?
Explain the difference between namespace and assembly?
Explain the services provided by common language infrastructure.
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.