10,989 Topics
| |
i have a text box, which the user may enter cash for sales. however, it doesnt seem to recognise anything after a decimal point. for example, if the product costs £300.07, it will only calculate the change ( if any) or display an error message if the tender is 300 … | |
I'm using VB6. I want to create a small app that sets the Marquee text, and wait time. I just want to avoid the drama of navigating through Control Panel / display / screen saver / settings. I often have to leave my computer, and would like to leave a … | |
Any one can tell me or send me how to produce an online inventry management system using vb. If anybody have a demo version of this project plz send me :) Arka | |
[B]Hi to everyone, :p I have a big problem, I have to complet this proyect in which I have two cars racing, on top I have a cronometer taking the time. Well I don`t know how to put the time made by each car in a text box or label … | |
Hello I have 3 frame, in each I have 3 option buttons, If the user enters option 1, it should make option 4 and option 7 not available If the user enters option 2, it should make option 5 and option 8 not available, but make rest of the option … | |
I got a sirious problem . I need to build a little program , that will download a file from the internet and showing the download's progress on a progress bar or something . Now , a very good thing you can do for me ( since i am a … | |
hai, :cool: sandip :confused: needs your help, subroutine for the aray of 10 command buttons as chosen in calculator project which shall return the level values assigned to it :!: | |
Hi guys n Gals! I am facing a stupid problem in VB6 and not able to sort it out. Your help needed urgently. When i open the project system gives error loading from .log files and when i run it using F5 then for some inbuilt functions like date, time, … | |
I set my access database with password is 123. I wrote VB code to connect to this database: Dim db as Database set db = OpenDatabase("C:\data\db1.mdb", false, false, " ;PWD=123") Get a error: Couldn't find installable ISAM. Please some one help me. | |
when i am using a data array and taking the character one by one in each array and inserting in to a table using codes but when i am getting inverted comma it is giving an error massage ' is any other method to convert text in database | |
one of my forms, when anything is done to it (opened saved etc) shows an error message. here is an image of the error message. anyone able to shed any light on this? | |
I'm unable to format the date fields when I export from Access 2000. I'm trying to generate a report that has to be comma delimited, strings in quotations, and date as mm/dd/yyyy. Everything looks the way it should until I export. I get mm/dd/yyyy 0:00:00 everytime. There are several tables … | |
Hi guys, Does any one have any ideas as to how I could accomplish this: Specification (draft) 1) To calculate a running total of flexible working hours and show it in calendar view based on a reference calendar which is on server in "Public Folders" with a name "Standard Working … | |
I'm converting from MS Access 2000 database to a Visual Basic front end with Microsoft Access back end. In MS Access, I can give a text box a default value. For instance, I'd like a text box to default to the system date. I can't seem to find a way … | |
Dear everyone; I am after a function, which could work out the inverse of a letter: Dim a as string a b c d e f A = F E D C B A Now the inverse would be F E D C B A The inverse is worked out … | |
Hello can anyone please help, I have started the assignments, but am a little confused, what i need is 9 option buttons: at the buttom i have enclosed the code i have written please have a look and please help, If the user enters option 1, it should make option … | |
How can i Transfer a Particular Record from 1 Data Base to another.. i am using ADODC control and MS..Access database | |
hai , i am sandip :o could you help me making a stop watchinvb6? :!: | |
I recently started to create a tag editor/creator for the game halo. It wasnt till just now that I have no idea how to read and write data from files. :rolleyes: so my question is: how could i open a file with the common dialog, and have it automatically display … | |
Hi guys, can anybody tell me how to add a log file??? when the user finishes using the application I need, the info that is recorded in the textbox to be saved in a log file, on the desktop. :rolleyes: | |
Hello, I am using VB6.0 and crystal report8.5. my problem is that my report is not behaving dynamically. Iam using MS-ACCESS database. Some of my may help you figure out. [CODE]Dim conn As ADODB.Connection 'CONNECTION TO BROKER QUERIES Dim rs As ADODB.Recordset 'HOLDS ALL DATA RETURNED FROM QUERY Dim crystal … | |
I am looking for some colabrative help in developing an RPG gaming enviroment for the internet (Shareware). There are alot of "MUD" programs but this is not a "MUD" The Concept is a multi-player Game Chat enviroment with tools for playing the RPG as if the RPG were A LIVE … | |
Hello Can I get 20 pictures opened from visual basics, for example I have a list box with the name of the pictures, unfortunately I cannot open none of them, can someone please send me some code, all I want to do is have a right and left arrow, and … | |
Hello. I am doing one of my final year assignments; I have done most of the assignment, but am a little confused on some part of the code, as you may be aware I cannot put the code on line due to other students having a look. I would really … | |
[U]what i want it to do : [/U] enter a barcode search grid if [I]barcode exists [/I] then increase Quantity by 1, recalculate subtotal, set vIndex to last row. if [I]barcode does not exist[/I] then search database for data, insert data ( getProduct, currently working) [U]current code[/U] [CODE]Private Sub searchItems() … | |
Hi, I am using the blockinput API call, which blocks keyboard and mouse events while active. The only thing is by pressing ctrl, alt, del you unblock inputs. What I was thinking is to just change the keystroke of one of these keys, thus no ctrl, alt, del input could … | |
I Have Upgradin my VB4 Projekt To VB6. I have a connection to MS Access, but it is still not working. The Recordset is not found. My question : Do I need additional DAO .dll's or something else to run my program with VB6? | |
i wish to create a form to "sell"items, which will then add the items into an invoice database, and also produce a print out. however, i am stuck. i think i can use listboxes to hold the data, or a flex grid. however, i was told that using th flexgrid … | |
Hi, I want to be able to stop hardware devices and I was wondering if it was possible and how you go about doing it. I'll explain the plan; I am making an automated install account. Users on the domain would login with a certain user. An install would start … |
The End.