this program used Mid function performs a direct operation on astring and assigns to value to bstring and show it in txt2 here is the code of this program. it is under button execute
Dim astring As String
Dim bstring As String
astring = txt1.Text
bstring = Mid(astring, 3, 3)
txt2.Text = bstring
vb.NET
this blog is all about my learning in programming
Sunday, January 23, 2011
Sunday, October 24, 2010
http://www.utexas.edu/its/archive/windows/database/datamodeling/dm/design.html
modeling and simulation
modeling and simulation
Friday, October 8, 2010
Thursday, October 7, 2010
Subscribe to:
Posts (Atom)