10,989 Topics
| |
hi im using vb6 on win7 64bit with my digital persona u.are.u 4000 , my u.are.u 4000 cd is only compatible for winxp so i looked for win7 compatible and i got 1 so the scanner start working,and when im trying to capture my biometrics with the scanner using vb6, … | |
First You Must Download ODBC 5.2w at http://dev.mysql.com/downloads/connector/odbc/ Next Open Your ODBC And click Add ![11](/attachments/large/4/11.jpg "11") Next click MYSQL ODBC 5.2w Driver ![21](/attachments/large/4/21.jpg "21") Click Finish And ![31](/attachments/large/4/31.jpg "31") Click OK and Click OK Again Creating Your MYSQL Create Database With Name data Create Table with name user_data CREATE … | |
Hi, Im trying to make an order for an invoice that will take in some details like name, number and have an array of product details like price, qty. It uses variables used in class mods. See if you can make sense of this. Sub webservicetest() Dim NewOrder As New … | |
Assignment Description: The Elevator Problem buildings considera 2-storey building with 1 elevator. Your program should simulate the movement of the elevator which is dependent on the buttons that are pressed inside and outside the elevator. Your program should include the following features 1. Indicator monitoring the no.of passengers inside the … | |
Hi boards, I managed to read text file into MSHFlexgrid. Now i want to search a word in textbox and higlight it in flexgrid. Anyone know how to do this? Thank you | |
hi to all.. i am using mshflexgrid to display records in vb6.0.. i used **like** query to find the text in database.. i finished everything.. my problem is whatever i give in search textbox that should get highlighed in mshflex grid. example: to search telephone ill type phone in flexgrid … | |
I'm actually running a system using visual studio 2006 professional edition but i can't load it because of the po up erro activeX component can't create the object? What will I do? I'm using a windows 7 64 bit OS.. | |
I'm trying to place a texture in a 3d object, using Visual Basic and WPF, but I'm not being able to do it. If instead of an image I render a blue square, by replacing the line mymodel3dgroup.Children.Add(New GeometryModel3D(mymesh, df)) for mymodel3dgroup.Children.Add(New GeometryModel3D(mymesh, New DiffuseMaterial(Brushes.Blue))) then I get a blue … | |
Add the snippet in your module. **Requirements:** * Make sure you have reference to M$ ActiveX Data Objects Library (ADODB) * A table field with OLE Object / BLOB as datatype * A recordset that is already oppened and ready to be use **To save Image on your table field, … | |
I have tried some but it will not work as I will If I press the X button on titel bar then I will it goes to cmdquit where I have to choose vbyes or vbno. The tests I haave done just quit the program at once without any chance … | |
Recently, I programmed a game in visual basic for my brothers birthday. I was planning on sending it to him through our schools email (other email sites are blocked) and when I tried to send the application my email was stopped with a mesages saying that I am not aloud … | |
<p> I have a problem where I deleted a blank code page where it had nothing on it and after I deleted it an error came up when I wanted to debug my project and then it told me that there was build errors. Would be nice to have a … | |
hi. how can i determine the work week number based on the date inputted by the user? for example, user selects May 27, 2013 (from a date picker), and when he clicked the command button, it will display the work week number. the result will be 22. thanks in advanced. | |
Hi ! I have a column of 'City', now I want to compare the value of each cell of 'City' against the column 'City_Check'; the cell where the value matches, pick the value of 'City_ID' column & replace the city name with that ID in the 'City column'. * The … | |
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 Lennie | |
Hi, I WANT TO WRITE/READ DATA IN PARTICULAR COLUMN NO. IN NOTEPAD BY USING VB 6.0. CAN ANYBODY SEND ME THE CODING FOR THAT. | |
I'm back: Is there any place I could send what I have as a project to be looked at for help? Signed The Pest I'm trying to copy/rename a file using conditionals and a string variable Thanks for your help Jeff | |
I am currently taking a programming class. I finished my work early one day and was bored so.. I decided to make a randomizer that will only pick a number a single time. I have been trying to make it, but I run into continous errors with it. It seems … | |
hi, i am working on development of a software project. i have used VB6.0 as frontend and MS Access as backend. In my project i have made a form in which i have to add,delete,search,move first,move last,move next and move previous options to keep tack of employee details. I want … | |
help guys, i need to know how can i add multiple images in a single add button click for example and display it in multiple imageboxes..the project is also associated with an access database that when the user clicks on the button save..all the images inserted will be saved on … | |
Hello, How do I return the value of a custom property in Word 2007 using VBA? Depending on the custom property, I also need to automatically check a checkbox using VBA. Thanks! | |
hi..i have new project. PRODUCTION TRACEABILITY SYSTEM.it will trace the materials from one process to another up to shipment.this will also uses barcode scanner and barcode printer. Do you have any idea how can i start?? Thank You. | |
hello everyone! Is it possible to write a text file in notepad and then when it call to system (Probably VB6) it will add to the exif data of an image?? Anyone coull give me an idea will be appreciated. Thanks in Advanced!.. by the way, Jonel's here form phils.. | |
whenever i open a form within a form in vb6.0 it goes back of the other form how can i solve it? | |
Hi I want to know how to know if user is running the program for first time? I have a .txt file which will be loaded on start, but it is the first time and there is no such file. If anybody contributes, I will be happy Thanks in advance … | |
I need to concatenate characters from a text document to create a phrase. I understand the concept of concatenating from text boxes on a form, but not concatenating characters from another file. This isn't my assignment, but it is the concept I need to understand. A text document that reads … | |
does anyone know how to make syntax of max if in vb excel 2007? (not formula) | |
17 May 2013 | I am trying (with no success) to connect an Access 2010 Table (.accdb).to a Vb6 ADO data control and having no luck at all. I have downloaded and installed the Microsoft.ACE.OLEDB.12.0 (as i read that this would solve the problem) and to be honest had expected … | |
Hi How to kill a file in this format kill App.Path & "\backup\backup\PhoneTel.mdb" & Format(Now, "yymmdd_hhnn") & ".mdb" Lenny | |
Hi Again I have a file list with 2 backup library For i = 0 To File2.ListCount - 1 If File2.Selected(i) Then min = Left$(File2.fileName, 12) ' here I got the file name from PhoneTel.mdb130513_2014.mdb '********** min is Phonetel.mdb Kill App.Path & "\phonetel.mdb" sourcefile1 = File2.Path & "\min" ' The … |
The End.