10,989 Topics
| |
Best software to use: VB (version), C, other? Program description. Input: Streaming numeric data from five scanners. Program: Sample scanner input every 100ms. Build 200 entry running table. execute appx. 200 lines of logic type code. Output Motion instructions to two servos. Continuous operation with manual start, stop. I would … | |
I have a excel sheet that has only four rows of numbers and a fith row that is the average, no big deal. see below before solver 54 53 21 62 Average = 47.5 after solver 76.5 75.5 43.5 84.5 Average = 70.0 Now i have the solver doing a … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 . | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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? | |
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? | |
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 … | |
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 … | |
I want to develop a software for Real Estate in visual basic 6 | |
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 … | |
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 … | |
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 … | |
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.. | |
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? | |
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 … | |
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 … | |
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 … | |
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. |
The End.