DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Visual Basic 4 / 5 / 6 (http://www.daniweb.com/forums/forum4.html)
-   -   NEED Visual Basic tutorials (http://www.daniweb.com/forums/thread79485.html)

VENUSKARTHICK May 28th, 2007 1:19 pm
NEED Visual Basic tutorials
 
dear friends i need visual basic tutorial & books on pdf or video formet plz post for me i am biggener for this ..........
thanks......... in advance........

choudhuryshouvi May 29th, 2007 12:42 am
Re: NEED Visual Basic tutorials
 
Quote:

Originally Posted by VENUSKARTHICK (Post 375217)
dear friends i need visual basic tutorial & books on pdf or video formet plz post for me i am biggener for this ..........
thanks......... in advance........


If u seriously need those what u requested for then I've the resources for u. Just send me a notification mail to my email id and I'll send u what u want within a few moments.My e-mail id is :-

choudhuryshouvik@yahoo.com

or u can try

choudhuryshouvik@gmail.com
bye!!!

choudhuryshouvi May 29th, 2007 12:48 pm
Re: NEED Visual Basic tutorials
 
Hi, I've sent the resources to ur mail.Check ur email id.

VENUSKARTHICK May 29th, 2007 1:40 pm
Re: NEED Visual Basic tutorials
 
thanks friends thanks lot

juhithegr8 Jun 2nd, 2007 3:22 pm
Re: NEED Visual Basic tutorials
 
hi frendz
i need the coding for fibonacci series in visual basic with do until command
plz send it fast. i really need it.
thanks in advance as i know u all r very helpful

choudhuryshouvi Jun 4th, 2007 12:19 am
Re: NEED Visual Basic tutorials
 
'take a textbox(txtno) and a commandbutton(command1)

Private Sub Command1_Click()
Dim no, s, t, t1, i As Integer

no = Val(Trim(txtno.Text))
t = 1
t1 = 1
s = 0
i = 1

lstseries.Clear
lstseries.AddItem t
lstseries.AddItem t1

Do Until i > no - 2
s = t + t1
t = t1
t1 = s
lstseries.AddItem s
i = i + 1
Loop
End Sub


All times are GMT -4. The time now is 5:56 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC