10,989 Topics
| |
I really need help with putting in additional features in Excel, i also wanted to know what other codes i could put in apart from Screenupdating. I really need help as it is very important for my work. Thanks | |
Hi, I have 2 variables defined in a code module as public which are used in the same 3 sub procedures. While the first variable is ok, when I debug, the second variables comes up "variable not defined"! Can anyone help? PS I'm a researcher using VB to design experiments … | |
kindly assist me oh how to store voice files in an access database and later reference them as needed. | |
Hello all! I'm a year one programming student who is currently finishing up his first year, and heading into AP! We only really work with VB in our corse, and we're not moving too fast, so I had a question I'd hope was answerable. Is it possable to cause a … | |
Dear all, I have a question around the issue of using VB6 to access MS Access databases. Can VB6 be used to open access 2002, retrieve data from and input data into a table? The following code keeps on giving me the message of "Unrecognised database format" error code 3343. … | |
Im wondering if anyone can suggest a solution to my problem. Im simply trying to connect to a database through VB 6 and add a new record and populate one of the fields. Any help would be great. The code below throws up error message 'Current Recordset does not support … | |
Hi, guys, I have a MS access database with my contacts details in there. In visual basic, how do I get my records show on in the outlook contacts folder so that if I change one item in contacts folder, it will also change the linked record in the database … | |
I've produced an exe file in visual basic - (recently downloaded as beta version) When I run it it will start up an excel file - runs fine on my computer but when I try it on another I get error message that dotnetfx must be installed. Can I alter … | |
How do I flush the write buffer after a write without closing and reopening the file? | |
I am trying to find the best way to program a timeshare inventory. Here is the problem, one unit has the possibility of being sold annually, odd or even years. If the unit is sold for just even or odd, I then need the open inventory to reflect the opposite … | |
I have a TINY program that calculate odds for me, in qbasic! Would like to convert this into a VB .exe-file...how do I do? Here is the source CLS PRINT PRINT PRINT "Odds for 1:a"; INPUT a PRINT PRINT "Odds for X"; INPUT b PRINT PRINT "Odds for 2:a"; INPUT … | |
Is there a way to have information in quotes display in a label? If I have a sequential file with "Question one:","The answer is "A"." and I want it to display as Question one: The answer is "A". Is there a way to have it not read the "" around … | |
I have a project due involving a problem from my textbook. In the text they want a list of all students for a carpool. They want me to get the info from an input file and print only the students from the local city (Huntley). They also want me to … | |
How can I pass values to Crystal 9 “Formulasâ€? and “Selection Formulaâ€? with VB6 Hi.. I have done some programs in VB6 (SQL Database). With the Crystal report (Vertion 4). Now I wanted to do these things with Crystal-9. But the procedure to pass values to “Formulas | |
I finally got the time to redesign the Visual Basic API section of my site. I added an ASP scripts to colorize the VB code to look exactly as if you were working on MS VB. I built this apps for my own personal use, but everyone are free to … | |
After compiling a QBasic program, an object code file is created (.obj). My question is: How do I look at that file? I've tried opening it with a number of different programs, but all I get is gibberish. Thanks for any help.... | |
hi every am anew guy in all this stuf however i want to connect to an access 97 data base with a password through visual basic 6 however each time i try to connect it give me an error i put in the correct username and password can some one … | |
I am a new user to VB so forgive any simple questions. I just created a tool that will display the Job Number, Requested by, Status, Group, Operator. As this database has about 50-75 requests added to it daily and with luck we process them all or 90% of them … | |
Hi, I have code to open program that work(on attach files). My problem is when I change code to open another file it error. Ex: Right code: Call Shell(li & "\" & "Program Files\Microsoft Office\Office10\POWERPNT.EXE", 1) Error code: Call Shell(li & "\" & "aa.pdf", 1) Error say:"Invalid procedure call or … | |
hi I need help with docking app to side of screen. Anyone have idea how to do? I have no clue. Any any terminology, code, tutorials you know of? I use Visual basic. I am NOT refering to permanent positioning with form coordinates and not talking about docking controls within … | |
I have a database in access that allows user to create a record that uses the autonumber to create the primary key. On occassion, the autonumber generates a key, but the user may later choose to undo the insertion of that record. This all works fine except, after the user … | |
Hello to all Programmer i have a problem in ADO, every time i going to load the 200,000 record in Visual Basic it so very slow, its consuming a time for 1 Minute and 30 second, what are the solution for that? in Delphi 5 its only 3 Second and … | |
Hi, Im trying to populate a listbox with 3 database fields in a row such as Name, Address, Tel at the moment Im creating 3 recordsets for each field and them adding them to the listbox but it looks like Joe Bloggs In a House 2452345 John Smith In a … | |
How do I import a picture from a sequential file. I want the sequential file to have the pathname and filename and that to load the picture as the image. | |
hello everyone please can someone help me. i am trying to help my school produce a voting system so that we can vote for various things using computers but i am only a beginner at visual basic and keep getting compile errors. i have tried and recently been very stressed … | |
[b]How should I go about creating a calendar?[/b] [b]I am creating an application for a client that requires a calendar similar to the one found in Microsoft Works. [/b] [b]The client needs to be able to add an appointment or special event and that event visible be displayed on the … | |
Hi all, I tried Visual Basic 6.0 recently and I used it to generate a programme for simple experimental data analysis. The programme runs fine on most machines EXCEPT those in my laboratory. But it must run in lab or otherwise the programme I write is rubbish. What so strange … | |
Hello, Can someone please tell me how to display an autonumber in a text box. I am using the ado control to connect to my database. I am doing a small project for college in which i have to create a customer record and blah blah etc. When i press … | |
Hi, Im trying to put the full path of a document as selected from a FileListBox into a TextBox. The code below does not show the file name. Any help would be great! Thanks Private Sub File1_Click() txtDocumentPath = File1.Path End Sub :?: | |
Hi all, Firstly please accept my apologies if i am breaking some kind of forum rule by posting this question here. But i am hoping that the same principle will apply for VB as for VBA on this one. I have a small issue with a date format in my … |
The End.