NEED Visual Basic tutorials

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: May 2007
Posts: 2
Reputation: VENUSKARTHICK is an unknown quantity at this point 
Solved Threads: 0
VENUSKARTHICK VENUSKARTHICK is offline Offline
Newbie Poster

NEED Visual Basic tutorials

 
0
  #1
May 28th, 2007
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........
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 538
Reputation: choudhuryshouvi is an unknown quantity at this point 
Solved Threads: 49
choudhuryshouvi's Avatar
choudhuryshouvi choudhuryshouvi is offline Offline
Posting Pro

Re: NEED Visual Basic tutorials

 
0
  #2
May 29th, 2007
Originally Posted by VENUSKARTHICK View Post
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!!!
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 538
Reputation: choudhuryshouvi is an unknown quantity at this point 
Solved Threads: 49
choudhuryshouvi's Avatar
choudhuryshouvi choudhuryshouvi is offline Offline
Posting Pro

Re: NEED Visual Basic tutorials

 
0
  #3
May 29th, 2007
Hi, I've sent the resources to ur mail.Check ur email id.
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 2
Reputation: VENUSKARTHICK is an unknown quantity at this point 
Solved Threads: 0
VENUSKARTHICK VENUSKARTHICK is offline Offline
Newbie Poster

Re: NEED Visual Basic tutorials

 
0
  #4
May 29th, 2007
thanks friends thanks lot
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1
Reputation: juhithegr8 is an unknown quantity at this point 
Solved Threads: 0
juhithegr8 juhithegr8 is offline Offline
Newbie Poster

Re: NEED Visual Basic tutorials

 
0
  #5
Jun 2nd, 2007
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
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 538
Reputation: choudhuryshouvi is an unknown quantity at this point 
Solved Threads: 49
choudhuryshouvi's Avatar
choudhuryshouvi choudhuryshouvi is offline Offline
Posting Pro

Re: NEED Visual Basic tutorials

 
0
  #6
Jun 4th, 2007
'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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



Tag cloud for Visual Basic 4 / 5 / 6
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC