Visual Basic Courses and Exercises
Solved
tamsamani
-
mrym -
mrym -
Hello and good morning dear friends
It's been a year since I started programming in Visual Basic, and day by day my love for this programming subject is blossoming, but I'm struggling to find what I'm looking for on the internet
I love having good courses and exercises, that is to say, building an interface and writing code, then checking the result after execution
I would like someone to help me find what I want, and I thank them deeply
Thank you very much
It's been a year since I started programming in Visual Basic, and day by day my love for this programming subject is blossoming, but I'm struggling to find what I'm looking for on the internet
I love having good courses and exercises, that is to say, building an interface and writing code, then checking the result after execution
I would like someone to help me find what I want, and I thank them deeply
Thank you very much
45 réponses
- 1
- 2
- 3
Suivant
samirctim
Sorry, I can only provide translations. Please provide the text you want to be translated.
It's true that there aren't many practical exercises in VB6 available on the Internet. Those that do offer them include them in paid training courses. I believe that in order to progress in VB6, one must first have a good understanding of algorithms. In my opinion, it's a necessary step if you want to succeed in programming in general. For my part, I greatly appreciated the Algorithm courses by Professor Christophe Darmangeat. This course is comprehensive and humor is not lacking throughout the paragraphs! I advise those who want to do good work in VB6 to check out this teacher's website.
Hi, I'm also looking for documentation, especially on database creation with Visual Basic. Here are some links I found for the rest:
https://plasserre.developpez.com/
https://warin.developpez.com/access/dao/?page=partie_3#L3.1.3.5
http://www.infini-software.com/Index.wp?Requested Page=http%3A//www.infini
http://www.areaprog.com/index.php?page=sommaire&id=3
https://gilmir.developpez.com/tutoriels-vb6/debuter/
https://plasserre.developpez.com/
https://warin.developpez.com/access/dao/?page=partie_3#L3.1.3.5
http://www.infini-software.com/Index.wp?Requested Page=http%3A//www.infini
http://www.areaprog.com/index.php?page=sommaire&id=3
https://gilmir.developpez.com/tutoriels-vb6/debuter/
HERE IS A SITE: WHERE YOU WILL FIND A LITTLE OF WHAT YOU'RE LOOKING FOR https://gilmir.developpez.com/
If you want a multiple language course in Visual Basic, you should visit the following website: www.boosla.com. This site includes other programming languages such as Java, C, C#, C++, Pascal, .NET, web creation languages like HTML, JavaScript, PHP, and CSS..........., computer networks, databases (Access, Oracle, SQL....)...........
Good luck; and let me know how you found this site www.boosla.com
Contact me on my MSN: youneselouchi@live.fr
Good luck; and let me know how you found this site www.boosla.com
Contact me on my MSN: youneselouchi@live.fr
Hello everyone, I want to design a program in VB that will manage the minutes of subscribers based on a subscription card. For this, I need someone to help me so that I can achieve my goal. For more information, please contact me via my email.
If someone has a VB course, I would be very grateful if they could send it to me
I have knowledge of algorithms and Pascal
but I don't have much on VB
and I find that VB is
I have knowledge of algorithms and Pascal
but I don't have much on VB
and I find that VB is
Honestly, do people know how to read?
I don't have the impression...
Before learning to program, try learning how to use a search engine...
I don't have the impression...
Before learning to program, try learning how to use a search engine...
Hi
for the array I want to suggest:
dim t(n) as string ' for characters and numbers
....other declarations
....
.....
n=inputbox("enter the dimension of the array")
for i = 1 to n
t(i)=inputbox("enter the " & i & "th number ")
next
''''''''''''to display the data you entered, you need to do another loop:
for i = 1 to n
msgbox(" the " & i & "th number is " & t(i) )
next
Note: this program is in vb
see you
for the array I want to suggest:
dim t(n) as string ' for characters and numbers
....other declarations
....
.....
n=inputbox("enter the dimension of the array")
for i = 1 to n
t(i)=inputbox("enter the " & i & "th number ")
next
''''''''''''to display the data you entered, you need to do another loop:
for i = 1 to n
msgbox(" the " & i & "th number is " & t(i) )
next
Note: this program is in vb
see you
Hello,
- Database course: https://sgbd.developpez.com/cours/
- OOP course: https://general.developpez.com/cours/#generalite
- Database course: https://sgbd.developpez.com/cours/
- OOP course: https://general.developpez.com/cours/#generalite
Hi
Check it out, it's a big Visual Basic course with exercises: https://rmdiscala.developpez.com/cours/
Check it out, it's a big Visual Basic course with exercises: https://rmdiscala.developpez.com/cours/
Salam
Hello everyone,
I am Jamal, a technician in Computerized Management,
I would like to know the source language of (EXCEL and ACCESS 2003), along with the justification if possible??
If anyone has information on this topic, please send it to me via email.
If anyone has any issues with the Algorithm or with VB6.0 or EXCEL or ACCESS at the practical level, send me your problems and God willing, I will provide the answers.
Good luck to everyone.
Hello everyone,
I am Jamal, a technician in Computerized Management,
I would like to know the source language of (EXCEL and ACCESS 2003), along with the justification if possible??
If anyone has information on this topic, please send it to me via email.
If anyone has any issues with the Algorithm or with VB6.0 or EXCEL or ACCESS at the practical level, send me your problems and God willing, I will provide the answers.
Good luck to everyone.
- 1
- 2
- 3
Suivant