10,987 Topics

Member Avatar for
Member Avatar for arka

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

0
55
Member Avatar for jensun25

[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 …

0
49
Member Avatar for softwarecaz

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 …

Member Avatar for Comatose
0
94
Member Avatar for Warden

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 …

Member Avatar for Comatose
0
148
Member Avatar for sandip.juit

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 :!:

Member Avatar for Comatose
0
78
Member Avatar for ritud

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, …

Member Avatar for Comatose
0
77
Member Avatar for pttuyen

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.

0
60
Member Avatar for jto

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

Member Avatar for jto
0
146
Member Avatar for skalra63

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?

Member Avatar for skalra63
0
64
Member Avatar for BirdByte

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 …

Member Avatar for Comatose
0
118
Member Avatar for ukwa

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 …

0
55
Member Avatar for chancellor

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 …

Member Avatar for Comatose
0
99
Member Avatar for carryyb

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 …

Member Avatar for Comatose
0
98
Member Avatar for softwarecaz

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 …

Member Avatar for softwarecaz
0
200
Member Avatar for mallyajiggs

How can i Transfer a Particular Record from 1 Data Base to another.. i am using ADODC control and MS..Access database

Member Avatar for Comatose
0
59
Member Avatar for sandip.juit
Member Avatar for Comatose
0
71
Member Avatar for Phenomena

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 …

Member Avatar for Comatose
0
115
Member Avatar for s0312001

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:

Member Avatar for s0312001
0
86
Member Avatar for letmec

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 …

Member Avatar for aparnesh
0
104
Member Avatar for pattyandme

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 …

0
73
Member Avatar for carryyb

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 …

Member Avatar for pattyandme
0
184
Member Avatar for softwarecaz

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 …

Member Avatar for Comatose
0
130
Member Avatar for skalra63

[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() …

Member Avatar for skalra63
0
684
Member Avatar for KaRy
Member Avatar for Bomber686

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 …

Member Avatar for Bomber686
0
221
Member Avatar for Niemann

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?

Member Avatar for Kegtapper
0
76
Member Avatar for skalra63

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 …

Member Avatar for Comatose
0
103
Member Avatar for Bomber686

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 …

Member Avatar for Comatose
0
108
Member Avatar for Robert06

hello all i m using VB 6 for automating excel. My data contains some blank rows, which i need to get rid of. can anyone tell me how to do it. help wud be appreciated. thanks.

Member Avatar for Robert06
0
101
Member Avatar for mallyajiggs

i want a common ADO control form which can be used to deal with multiple database (all with same tables and variables in MSACESS ) i there any way to achieve this using VB6 .. .. that is specifying the connection string dynamically or specify database at run time thank …

Member Avatar for Comatose
0
54

The End.