how to use biometrics devices(thumb mark scanner)?
i have a project that needs to use a thumb mark scanner, if you put your thumb on the scanner your picture will appear together with the other information about you.. i hope you can help me how to do...
View ArticleCreate field in Access
Hi I want that if field say 'abc' does not exists in table "Temp" it should be created . Thanks
View ArticlePassword to Access Database
Hi Can we set Password to Access Database using VB6 as front-end Thanks
View Article[VB6] problem WebBrowser1 i don't know how fix it:(
in Internet Explorer when i click search work but in vp6 dont work i upload video in youtube http://youtu.be/a_CGxCiO8qs and upload sourc code http://www.mediafire.com/?xg0k1dyd482b4su
View ArticleVariables in quotes
Hello, I am trying to use database connectivity in vb6 but am stuck at a step. Now suppose, I consider this code: Code: rs.Open "select * from Table where Fld = 'Samp'" This appears to work pretty...
View Article[RESOLVED] [VB6] problem WebBrowser1 i don't know how fix it:(
in Internet Explorer when i click search work but in vp6 dont work i upload video in youtube http://youtu.be/a_CGxCiO8qs and upload sourc code http://www.mediafire.com/?xg0k1dyd482b4su
View Article[RESOLVED] Variables in quotes
Hello, I am trying to use database connectivity in vb6 but am stuck at a step. Now suppose, I consider this code: Code: rs.Open "select * from Table where Fld = 'Samp'" This appears to work pretty...
View ArticleCapturing Sine Wave in Real Time
I want to display the sine wave of an incoming sound wave stream. I know how to do it after the sound has been completely received into a buffer but I need it to be captured as the sound is received in...
View Article[RESOLVED] The X in the right upper corner of a form
Hi I just wonder how to enabled the X in the right upper corner of a form. When I press the X then I will that it goes to cmdquit and the program is ending. How to do that Bonzo
View Article[RESOLVED] Linking help file topic to button event
I just don't seem to be able to grasp how to do this using VB6. I've tried at least 6 methods I've found on the net but I get different errors with each one or nothing happens. The program is an MDI...
View ArticleHelp me To Make DHTML Application
I have program with VB6 and SQL Server 2008 work on desktop application i want to make it work from Browser via internet so users can access it from and place without any setting some one told me that...
View ArticleComponents do not load - conclusion
I decided to create a new thread because the earlier one is so long that it would be hard for somebody to figure out what is going on. To begin with I would like to thank MAX187Boucher for the great...
View Articleget only last entry for an id
hi guys, ive a table with multiple entries for each id.. (entry of fees paid by students each month..) now i wish to generate a report with the last entry for each student.. (meaning it will show the...
View ArticleCasting For Optimization
I created a Nintendo emulator in vb6 and currently heavily optimizing it. But have question. Im basically treating vb6 like vb.net having Option Strict On by using a lot of casting only where they are...
View ArticleFinalizing
I have completed my vb6 project and now want to distribute it with friends, family and maybe the internet, too. :thumb: One way is to collect all the forms and the project file as well as the database(...
View ArticleCountdown Timer without a Timer Control?
I am wondering how to create a countdown timer without a timer control? Reason why I ask is because I am doing a trivia game that involves a segment where as many questions are asked in 60 seconds. I...
View Article[RESOLVED] Finalizing
I have completed my vb6 project and now want to distribute it with friends, family and maybe the internet, too. :thumb: One way is to collect all the forms and the project file as well as the database(...
View Articlewindows xp create new connection
please help how to make create new connection /vpn step 1 : step2
View Article[RESOLVED] seperate txt file into 2 list boxes HELP PLEASE
i have a huge list like so firstname lastname fistname lastname i have 2 listboxes they need to go in i have the while loop like this so far open filename for input as #1 do while not EOF(1) line input...
View ArticleError handling
Hi, I'm using an error handler in my code Code: Private Sub Sampcode() On error goto procerror other code other code other code procerror: MsgBox ("error message sample") Now when I enter correct...
View Article