Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good Day Sir/Mam

Before i start yes I'm using a very old programming language and i lack knowledge in many fields in programming that's why I'm here to start learning and start asking before i choose a path to take.

Now with the question is it possible to make QR Login via webcam using Visual Basic 6.0?

If YES what are the things i need to do or learn to make this possible?
So far I've only learned the basic but willing to go far if necessary.

If NO what are the possible language i could use? All suggestion will appreciated


I would like to ask for your patience and understanding to help me understand this more
I am willing to do anything learn so please bear with me, lend me your knowlegde
though i really sound selfish but i really want to make this ambition of mine possible

Thank you for your time reading this even though its a bit long
Posted
Comments
Sergey Alexandrovich Kryukov 2-Sep-14 15:53pm    
VB6 hardly worth the effort. Why using this trash at all?
—SA
Forthis 2-Sep-14 20:31pm    
Because our school still uses it but if you have any language you can suggest i can use to accomplish please do so
Sergey Alexandrovich Kryukov 2-Sep-14 23:22pm    
I don't know what languages you are familiar with, but at least use VB.NET...
—SA
Forthis 3-Sep-14 1:27am    
I could try to learn vb.net, its hard to admit but the only language so far i know is VB6 which is the only programming language school my teaches. My school consider vb6 as fundamental part in learning programming.
Sergey Alexandrovich Kryukov 3-Sep-14 1:32am    
Sorry for you and your school. I wish you to find a school to learn computer science instead.
—SA

I suppose your best bet is VB.NET powered by Google[^].
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 3-Sep-14 2:47am    
5ed. Please see my discussion with OP and how I summarized my arguments in Solution 2. :-)
—SA
CPallini 3-Sep-14 3:24am    
Thank you.
Forthis wrote:
Its a choice to learn and I choose to learn more because i don't like people looking down on me to prove myself and to them i could do better. But anyway Sir thank you for your time dropping by though i still don't want to give up the idea of vb6, I will study vb.net for the mean time to produce results
Let's see…

I don't know who is looking down to you. We all start learning with something for each field. I personally care about your education, because right now you are at great risk of losing your education. Unfortunately, these days such thing as fake education is very typical. On remedy can be self-education, but it requires some community, which would critically review your work, especially when you are not yet experienced enough.

You see, VB6 is a special phenomenon. I sometimes feel that VB6 and earlier commercial implementations of VB were designed to remove the students from future competition, by giving them the programming toy and creating an illusion of "ease", blocking developing the good taste of quality and generally doing serious and deeply interesting work. VB6 was obsolete event at the moment of its introduction in 1984, because many other languages and programming systems were way more advanced and consistent at that time and even much earlier.

Now, how it translates to the problem of education? Any serious computer education should include serious theory, including at least some of the theory of programming languages. But how can it ever be taught to students familiar with just one language? Especially with the language of the design actively ignoring most of the theory? Further, the education should be focused on computer science, not just languages. But how to teach the concept on the single language not using those concepts? Learning them is impossible without some implementations of those concepts. And so on… Therefore, you cannot get real education in such school. I don't think this is what you want; so you may need to do something about it.

A language that doesn't affect the way you think about programming, is not worth knowing.

It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration.
See also my past answer: VB6 ActiveX DLL Problem[^].

—SA
 
Share this answer
 
v2
Comments
CPallini 3-Sep-14 3:55am    
5.Shame on VB6! :-)
I don't agree completely, but see your points.
Sergey Alexandrovich Kryukov 3-Sep-14 4:06am    
Thank you, Carlo.
By the way, I would be glad to see where you disagree and your opinion.
—SA
To develop the Webcam+QRCode application, you can use Dynamic .NET TWAIN[^], which supports Webcam and barcode development in VB.NET.
You can read following articles:
1. How to Implement a Webcam Application in VB.NET[^]
2. How to Read Barcode in WPF with VB.NET[^]
 
Share this answer
 
Comments
Forthis 4-Sep-14 2:44am    
Thank you very much....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900