10,987 Topics

Member Avatar for
Member Avatar for love_dude1984

Hi. with reference to my previous posts, im able to write a text file with a specific values from excel sheet. i just wanted to knw how to get rid of the prompt of " there is an existing file, do you want to overwrite it ?" i tried Application.Displayalerts=false …

Member Avatar for love_dude1984
0
89
Member Avatar for monurenjith

I HAVE USED THREE COMBO BOXES IN AN APPLICATION COUNTRYCOMBO,STATECOMBO,DISTRICT COMBO . THESE CONTAINS THE ITEMS FROM A TABLE .COUNTRY COMBO IS FILLED IN THE FORM LOAD EVENT. STATE COMBO IS FILLED IN THE CLICK EVENT OF COUNTRY COMBO . DISTRICT COMBO IS FILLED IN THE CLICK EVENT OF STATE …

Member Avatar for jireh
0
111
Member Avatar for success_always

Hi guys, One form1 I have 2 command buttons - Add new record and other to view/edit existing record (the user can enter record id and click view/edit existing record button). If the user clicks Add new record, the user is taken to the next screen where the record id …

Member Avatar for jireh
0
202
Member Avatar for Kecy

Hi. There is this stuff I do everyday with ms excel that contains a whole lot of data in it. And most of the time I search for records that appear twice on the sheet. but before I do that, I'll have to sort a particular column, say D, so …

Member Avatar for Kecy
0
78
Member Avatar for ymilan

I'm writing a solitaire game in vb6 and have cards in gui on the left side of the screen lined up by suits. I have blank bitmaps on the right hand side of the screen for each suit; therefore I would drop the left hand card on the location of …

Member Avatar for Jupiter 2
0
158
Member Avatar for jabbaro

Hi I am doing a project to read the output of an instrument and store in excel sheet. I have succesfully read the data thru mscomm1 and am able to show it in a text box. The data from serial it read from 3 second in 3 second using a …

Member Avatar for jann353
0
145
Member Avatar for abu taher

I attach a file. In this file I make a querie. all the (data) field of both tabel show in the querie. I want all data will add up in querie. I mean a calculate field. like : (200,200,300) this amount was in both table. in querie it will show …

Member Avatar for abu taher
0
77
Member Avatar for firoz.raj

i have written a employee class .there are some properties i want to access database fields data through this property can anbody help me any help would be greately appreciated. Kindly find the attachment also. [code] Private m_sname As String 'local variable(s) to hold property value(s) Private m_iemployeeid As Long …

0
68
Member Avatar for heliumeye

hi i just wanna know.i hav a Sony Ericsson k810 phone i need to code so that every sms i receive can either stored or emailed to me .There is a code but it works only for serial ports .

Member Avatar for jonc
0
154
Member Avatar for Sniper87

Hey guys first post here. Down to business, i have to create a hangman game in VB5 for a Yr 12 assignment. So far i have created a help screen and a word list and a main menu list to navigate to these forms, however i am struggling with the …

Member Avatar for Jupiter 2
0
98
Member Avatar for Rafik O

I am trying to create a database for the inspection of properties. I have a created a table and form with the following 6 fields. InspectionID Index Primary Key PropertyAddress Address of the property Text DateOfInspection Date of inspection format dd/mm/yyyy InspectionDone Y/N tick box InspectionBy Lookup Comment Memo What …

0
38
Member Avatar for monurenjith

i hav two tables - loan application and loanguarantee i ' ve written two subroutines in a btn click event to insert values into the two tables . the situation is that- a single loan applicant may have more than two guaranteers which is in the loan guarantee table. i …

0
54
Member Avatar for mysqproject

Hello, I'm a bit new to VB (actually use VBA), but would like to get some knowlegde about class module. One thing I was thinking of would be to create a class module which take cares of the connection to the MYSQL database. Please let me know if you have …

Member Avatar for mysqproject
0
733
Member Avatar for Mcdermid

I'm trying to calculate a column from a database called rogaine.mdb. I've been using an SQL statement to do this as I only want to calculate the points for certain teams. This is the code I've been using: Dim teams As DataTable Dim da As OleDb.OleDbDataAdapter Dim sql, connStr, teamName …

Member Avatar for Mcdermid
0
127
Member Avatar for Bob Jacobs

Can anyone tell me, what to change in the VB4 application setup program to prevent it from reporting a negative available memory during set up?

Member Avatar for vb5prgrmr
0
172
Member Avatar for only_fuqu

I'm trying to get a project running and I have to use more than one form.I've used the show/hide instruction, but when the second form loads my buttons and labels remain unchanged(they don't react to the .caption control).What should I do?

Member Avatar for jireh
0
87
Member Avatar for Vidya Bhama

Hi, I call a vbscript file from my batch file. I need to pass a variable from this vbscript file to batch file. can anyone please let me now how to do this. batch file looks like this cmd.bat ------------ @ECHO OFF cscript "D:\samp.vbs " isql -S sername -d dbname …

Member Avatar for Vidya Bhama
0
204
Member Avatar for nicko.dvz

Hi, I currently have an array which is added to a listbox. What I want to change it to is so it only adds it to the listbox on certain intervals of days (in the array, there is how many days that interval is for each item in days, but …

Member Avatar for jireh
0
91
Member Avatar for hemant ghagre
Member Avatar for Bob Jacobs

OK so I have created by VB application I have created my setup files. I have zipped them up with winrar, selecting .Zip as the format. I have put the zipped up file on my ISP, and I have a web page with a button linking to the zipped up …

Member Avatar for Bob Jacobs
0
114
Member Avatar for icedece

hi guys once again i need some help with creating a loop in my game's animation so that when the stop button is pressed the set of blocks stop while a new row appears above them and repeats the animation. here's the code i have so far: Dim Block(2) As …

Member Avatar for vb5prgrmr
0
95
Member Avatar for icedece

Hi i've created an animation for a game where a set of blocks moves from left to right across the screen automatically through the use of a timer. However when i set the interval of the timer below 150 the image starts to flicker as it's moving. I've read that …

Member Avatar for vb5prgrmr
0
114
Member Avatar for Pacman21

Okay.. Lets say I have ten labels and I want a random number between one through ten in each label.. But in the labels I dont want to have duplicates so that way in labels 1 through 10 they will have an integer between 1 and 10.. But randomized..

Member Avatar for vb5prgrmr
0
194
Member Avatar for RahulV

Hi, I open notepads and other applications using shell during runtime. But now I want to check out whether these applications are open or not. How am I supposed to do that?

Member Avatar for vb5prgrmr
0
117
Member Avatar for RahulV

Hi, I have created a project using MS Access db its working fine except one. A dialogue box opens up when running its exe, saying [B]"Please enter MS JET OLE DB initialization information."[/B] But I have provided all the DB connection information and other related information at runtime during initialization …

Member Avatar for vb5prgrmr
0
242
Member Avatar for plysaxaphone

im trying to write a program to calculate BMI for practice. I have it working for the most part but im having trouble with 1 thing. I want to say if its any letter or not a number then display an error message. Here is the code that I need …

Member Avatar for FlamingClaw
0
105
Member Avatar for JohnKelly

Dear All we have an application that reads data from standard Serial Ports. E.g GPS Receivers, Gyro Compasses and other devices. We have 3 serial ports on the PC. We need to create a simulator that will simulate data that this program can read. We only have 3 Comm Ports …

0
67
Member Avatar for bbjota

Hi, I want to disable to print in a virtual printer (Ex. Adobe PDF, etc.) I want to know if the default printer is not a real (paper) printer. Thanks in advanced B.

Member Avatar for vb5prgrmr
0
68
Member Avatar for santhanalakshmi

Hi, How to connect visual basic program with mysql database?I need a sample program of retrieving the data and also inserting the data into the table using mysql database..........I dont have any idea..... please help me ....... Regards, Santhanalakshmi.

Member Avatar for PinoyDev
0
161
Member Avatar for abu taher

I want to make a data report. I write a name (like: taher) in a text box then press a button and then (taher's) all data will show. how it possible? I want it many ways. like name, ID, date. I mean I write name or ID or date and …

0
54

The End.