QR码使用VB6通过网络摄像头登录可能? [英] QR code login via Webcam using VB6 Possible?

查看:76
本文介绍了QR码使用VB6通过网络摄像头登录可能?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

美好的一天先生/妈妈



在我开始之前我是使用一种非常古老的编程语言而且我在编程的许多领域缺乏知识这就是为什么我'在这里开始学习并开始询问之后我选择了一条路径。



现在问题是可以使用Visual Basic 6.0通过网络摄像头进行QR登录吗?



如果是,我需要做什么或学习如何做到这一点?

到目前为止我只学到了基本知识但如果有必要,愿意走得更远。



如果没有,我可以使用哪种语言?所有建议都将赞赏





我想请你耐心和理解,以帮助我理解更多

我愿意做任何学习,所以请耐心等待,借给我你的知识

虽然我真的很自私,但我真的想让我的野心成为可能



感谢您抽出时间阅读本文即使它有点长

解决方案

我想你最好的选择是由Google支持的VB.NET [ ^ ]。


Forthis写道:

它是学习的选择,我选择了解更多,因为我不喜欢人低头看我,证明自己和他们,我可以做得更好。但无论如何,先生,谢谢你的时间虽然我仍然不想放弃vb6的想法,我会研究vb.net的平均时间来产生结果

让我们看看...



我不知道谁看不起你。我们都开始为每个领域学习一些东西。我个人关心你的教育,因为现在你很有可能失去你的教育。不幸的是,现在假教育这样的事情非常典型。补救措施可以是自我教育,但它需要一些社区,这将严格审查你的工作,特别是当你还没有足够的经验。



你看,VB6是一种特殊现象。我有时觉得VB6和VB的早期商业实现旨在将学生从未来的竞争中移除,给他们编程玩具并创造一种轻松的幻觉,阻碍培养良好的品质品味并且通常做一些认真而深刻有趣的工作。 VB6在1984年推出时是一个过时的事件,因为当时许多其他语言和编程系统更加先进和一致,甚至更早。



现在,它如何转化为教育问题?任何严肃的计算机教育都应该包括严肃的理论,至少包括一些编程语言理论。但是如何才能教给熟悉一种语言的学生呢?特别是设计语言主动忽略了大部分理论?此外,教育应侧重于计算机科学,而不仅仅是语言。但是如何在不使用这些概念的单一语言上教授这个概念呢?没有这些概念的一些实现,学习它们是不可能的。等等......因此,你无法在这样的学校接受真正的教育。我不认为这是你想要的;所以你可能需要对此做点什么。



一种不影响编程方式的语言,不值得了解。



向以前接触过BASIC的学生讲授好的编程实际上是不可能的:潜在的程序员,他们在精神上被肢解,超出了再生的希望。

另见我过去的答案: VB6 ActiveX DLL问题 [ ^ ]。



-SA


< blockquote>要开发Webcam + QRCode应用程序,您可以使用 Dynamic .NET TWAIN [< a href =http://www.dynamsoft.com/Products/.Net-TWAIN-Scanner.aspxtarget =_ blanktitle =新窗口> ^ ],支持网络摄像头和条形码开发在VB.NET中。

您可以阅读以下文章:

1. 如何在VB.NET中实现网络摄像头应用程序 [ ^ ]

2. 如何使用VB.NET在WPF中读取条形码 [ ^ ]


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

解决方案

I suppose your best bet is VB.NET powered by Google[^].


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


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[^]


这篇关于QR码使用VB6通过网络摄像头登录可能?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆