10,987 Topics

Member Avatar for
Member Avatar for mporter67

Hello, I am creating a program that will allow me to calculate taxes on a pay. Since the amounts deducted are not straight percentages, there are close to 5600 different options, based on the gross pay amount. I am wanting to make the program as versitile as possible, so I …

Member Avatar for jireh
0
121
Member Avatar for pardeep3dec

Hi Friends, I have a problem of database visual basic programm for adding,editing,deleting of records. When i put my programme in shared file on LAN then if any other system is using that programme it must show IP or COmputer Name of the system.

Member Avatar for debasisdas
0
77
Member Avatar for stupidenator

Hey everyone, I am aware that if you change the file extension on .docx files to .zip, then you can open it up. I am also aware that if you save images to a word document, it gets saved within this file structure at word/media/.... What I am wondering is …

0
95
Member Avatar for ryan311

i have adodc1 i want to assign pressing f1 is the first data and f2 in next and f3 is previous and f4 is last data can anyone help me? please help me i need it!

Member Avatar for K.Vanlalliana
0
111
Member Avatar for seehausen

Hi all I'm hoping that you'll be able to help me, because I'm totally lost I'm trying to create a macro based on the below table: 2004 2005 2006 2007 2008... Company #1 Company #2 Company #3 Company #4 I have created a chart based on the data I have …

0
36
Member Avatar for bhuvanwip

Hi, How to set Control Panel's Language settings (Regional and Language Options)from VB Application. When I change the Language Option to Swedish Language, I want to Show those date Formats in all the Forms of the Application. I am using the VB 6.0. Through Shell command i am able to …

Member Avatar for nilesh_1192
0
76
Member Avatar for jeffrey16

can anyone here plz help me with my porblem.. im using VB6, i want to display a message whenever the user will close the window..] can anyone teach me how to code it..

Member Avatar for abu taher
0
125
Member Avatar for Panithuli

[COLOR="Green"][B] have to do this The constructor for the class should set the initial fuel level to 0.0 L (assume all fuel amounts are in litres). You'll need to use a Private Double class field. " [ICODE]Private FuelLevel = 0.0 As Double[/ICODE]........when i do like this i that error message.....[/B][/COLOR]

Member Avatar for Panithuli
0
78
Member Avatar for K.Vanlalliana

Hi, I am trying to Write web type application and connect my database (Access) with DNSLess Connection like this Set conn = server.createobject("adodb.connection") DSNtemp="DRIVER={Microsoft Access Driver (*.mdb)}; " DSNtemp=dsntemp & "DBQ=" & server.mappath("Record.mdb") conn.Open DSNtemp This is very much like to Connection to Database from VB6, but, I do not …

Member Avatar for Teme64
0
147
Member Avatar for sganandhsg

Hi Friends, i`ll use font end VB6.0 back end Ms Access And using Crystal Report 8.5 i ll attached database to report and result also fine, but suppose change my application path(Folder) to another path(Folder) reports can`t displayed. so i need how to apply for database application path in to …

Member Avatar for hell_tej
0
477
Member Avatar for mooresh

I have to write the following program and have no idea where to start. This is a binary file/image [COLOR=navy][COLOR=navy]1) [/COLOR][/COLOR][COLOR=navy][COLOR=navy]Open an old file [/COLOR][/COLOR] [COLOR=navy][COLOR=navy]2) [/COLOR][/COLOR][COLOR=navy][COLOR=navy]Read until byte 56 [/COLOR][/COLOR] [COLOR=navy][COLOR=navy]3) [/COLOR][/COLOR][COLOR=navy][COLOR=navy]Read the next 8 bytes to obtain the entire 9 digit cart frame[/COLOR][/COLOR] [COLOR=navy][COLOR=navy]4) [/COLOR][/COLOR][COLOR=navy][COLOR=navy]Keep reading byes until …

Member Avatar for sendoshin
0
2K
Member Avatar for sneha sirohi

hi everyone, thanks for a nice and quick response.i have one ques regarding inputBox.This func can be used to accept the input msg from user if we want to write more than one msg in a single inputBox like 1.user name 2.password then what we will have to do?a single …

Member Avatar for jan_grace85
0
93
Member Avatar for werks

Hi guyz, i have a question about crystal report . How to connect the Crystal Report in MS Access (w/ a password security).. Cause i can't seem to connect it with a password database..tnx in advance

Member Avatar for sganandhsg
0
93
Member Avatar for sganandhsg

Hi Friends, i`ll use font end VB6.0 back end Ms Access And using Crystal Report 8.5 i ll attached database to report and result also fine, but suppose change my application path to another path reports can`t displayed. so i need how to apply for database application path in to …

Member Avatar for sganandhsg
0
143
Member Avatar for K.Vanlalliana

In my VB6 Book, in the last chapter programming ASP for web design is written and, it seem that is to be done through VB6, but I dont under stand and I usually write ASP code using FrontPage? If VB is helpful (Even though understanding of VB coding is helpful) …

Member Avatar for K.Vanlalliana
0
149
Member Avatar for K.Vanlalliana

Hi Friend, I want to know how to Select some range of Excel Say A1 to C5 and then make a line/Table using VB. Can any one help me by giving the VB Code. Also, can any one suggest some book to read relating to VB6 and Excel so as …

0
91
Member Avatar for jeffrey16

hlo, can anyone help me.. i want to move my deleted records to another form named archives but i dont know what to do.plzz help

Member Avatar for jireh
0
67
Member Avatar for skyloon

im thinking to learn predictive dialer, quite interesting. got other ways to start? and how to start? got any simple sample code to learn? or tutorial?

Member Avatar for nathonn
0
185
Member Avatar for kirthica

Hai friends could you help me? In VB if i've connected ms access project through a data control to my form..... and i've added many records to my database... and I've set "yarn no" as my primary key... if later I've to update my stock details... I need to retrieve …

Member Avatar for debasisdas
0
87
Member Avatar for NinjaLink

I'm new using Visual Basic, so I need help. For example: If I input "14" into the textbox, i want to have a list that will say: 1 2 3 4 5 . . . 14 I have a counter in my program, but I have no clue how to …

Member Avatar for jireh
0
98
Member Avatar for chanthung

Hi, hope all are doing fine.. need some suggestions. I am using VB and Acccess and am trying to fetch a record from database by: "Select * from accounts where emp_code='"+d+"' AND emp_name='"+n+"'"". The inputs are fetched from an Inputbox. but i get a compilation error... [B]Run-time error '13': Type …

Member Avatar for chanthung
0
91
Member Avatar for venomocity

I'm back after being gone for a while. Thus I haven't played with VB in some time. Thus my brain strength has gone out with it. I'm still working on my game and trying to make the system choose a number between 10 to 21 then put that into a …

Member Avatar for venomocity
0
121
Member Avatar for abu taher

12 months name (12 check box) in a form. when I check a box it will store in backend access file. 1 adodc control also in this form. when click a button this form was shown. this month was store for that button like salary. example: a man paid his …

Member Avatar for jireh
0
92
Member Avatar for natter

Hello, I am kind of new with vb6 and vb8. I am working on a program that has a countdown timer. I have the code for the countdown but what I would like to do is to have it when the the countdown is done then the program will shut …

Member Avatar for jireh
0
113
Member Avatar for jeffrey16

hlo, im creating a loaning system, and i want my design to be attractive can anyone pls send me a bundles of icon.. send it on my email add. [email]jeffreyluzuriaga16@gmail.com[/email].. thank you.. daniweb forum is the best!!! thanks 4 da help..

Member Avatar for debasisdas
0
47
Member Avatar for jaasaria

hi guyzz.. i wanted to make a code to change my system unit date and time using vbcode. i have a small idea, to run a command prompt but i don't no how to make it so. any possible idea well be appreciated.

Member Avatar for loveknights07
0
100
Member Avatar for abu taher

I have a datagrid to show data from backend access file. when I click a button it was show. I want I click on a data and it will show in a text box of other form. anybody can help me.

Member Avatar for AUGXIS
0
94
Member Avatar for Tekito

Most of my Visual Basic 6 experience comes from VBA with Excel. With VBExcel, you can run any procedure (if it does not require input parameters) by simply putting your cursor in the sub and clicking the "play button" (F5) . With full VB6, the same action will not just …

Member Avatar for Tekito
0
167
Member Avatar for mountaineerman

I want to check to see if a file is open in VB 6. It would be nice if this could happen without opening the file. Can someone help? Thanks.

Member Avatar for pixelmeow
0
95
Member Avatar for nativecodeng

I have a database program i have written but it can only be used on a local machine. i want to make it a client-server application whereby the database would be on a system acting as the server and the application can run on other computers as client within the …

Member Avatar for debasisdas
0
80

The End.