943,671 Members | Top Members by Rank

Ad:
May 28th, 2007
0

NEED Visual Basic tutorials

Expand 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........
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
VENUSKARTHICK is offline Offline
2 posts
since May 2007
May 29th, 2007
0

Re: 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........

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!!!
Reputation Points: 30
Solved Threads: 49
Posting Pro
choudhuryshouvi is offline Offline
553 posts
since May 2007
May 29th, 2007
0

Re: NEED Visual Basic tutorials

Hi, I've sent the resources to ur mail.Check ur email id.
Reputation Points: 30
Solved Threads: 49
Posting Pro
choudhuryshouvi is offline Offline
553 posts
since May 2007
May 29th, 2007
0

Re: NEED Visual Basic tutorials

thanks friends thanks lot
Reputation Points: 10
Solved Threads: 0
Newbie Poster
VENUSKARTHICK is offline Offline
2 posts
since May 2007
Jun 2nd, 2007
0

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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
juhithegr8 is offline Offline
1 posts
since Jun 2007
Jun 4th, 2007
0

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
Reputation Points: 30
Solved Threads: 49
Posting Pro
choudhuryshouvi is offline Offline
553 posts
since May 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Timed Blinking label caption
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Closing forms by cliking 'X' in VB.NET 2003 after showing some confirmation





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC