10,989 Topics
| |
I am doing one project in which Whenever I export the result, the list of record should be extracted as Excel file and the list of record should be listed within Excel Table with formated Line. So, I want to format Excel from VB so as to make line / … | |
i want to link my forms with access tables and dont want to use the odbc object. i need to use the ADO is it posible and how. for in my first instance it worked, but when i moved it to another computer it signaled "Canot find database" Help pliz | |
hello, well my question is that when am creating a standard vb calculator, am unable to display the number 1,2 and so on the textbox?? How do we do that? Thx in advance | |
I am new to vb6. I am trying to automatically click a button on a web age. I keep getting the run-time error 91, object variable or With block variable not set at the line doc.All("btnAcknowledge").Click. I have also set the HTML object library. Can I get some advice. Here … | |
Hi there I would like VB6 procedure to execute the TAB key as soon as the maximum length data is entered on the text box without having to press the TAB key. Text box has a maximum length of 5 characters. What code do I use to automatically move the … | |
So I'm taking this introductory class on Visual Studio 2008 and I've been pretty lost since it started. Our current project is to write a code that will allow you to type in a starting and ending point then click the calculate button to calculate the factors of each number … | |
i am trying to create a button that will open a database from a vb6 system. I have got so far but i dont know what is meant to go instead of [B][U]Database[/U][/B] Option Explicit Dim ACC As Access.Application Private Sub btnDatabase_Click() Set ACC = New Access.Application ACC.[B][U]Database[/U][/B].Open "" ACC.Visible … | |
Dear friends, i want to pass data from one form to another form which is having back end ms access table1 for form1, table2 for form2 connected to forms with databound controls data1. my problem is while entering data in text1 of forms1, it should go to text1 of form2 … | |
Ok I have a project in which I must find the days active each project took based on dates. Assuming the project has an end date. For example I have the Date Initiated as 2008-Sep 29 05:09pm I have Task Ready 09/29/2008 5:21PM I have Task Done 9/25/2008 05:25PM I … | |
Could anybody help me with a problem i have? I have a budget sheet and a list of incomes and expenses, and i need to be able to search a specific column and look for a certain text like general ( which may be displayed as "Commission - General") then … | |
hi all i have a program that has message boxes, the msgboxes have help buttons and ok buttons, the coding of the ok button is simple but how do i code the help button i have tried so much but i failed. i really want it to be a hyperlink … | |
I created a Class That takes gallons of fuel and Mileage then gives the total Mpg. I need it to give the mpg after both the gallons and mileage are entered and also the total Mpg. [code] Public Class MilesPerGallon Private mileCount As Integer Private gallonCount As Integer Private mileTotal … | |
hi i have a problems. can anyone help to settle this problem? for exp; a person will know about their status that he must pay the fines he borrow my pencil.after 3 days, he must pay the fines. 1 late day, he must pay rm1. it will also automatically calculate … | |
I am working on a media player for my final year project using vb 6.0. i am trying to avoid exporting of songs that have being imported or played with the player.I was thinking if there was the option of changing the music format to a format that most operating … | |
Hello, if anyone can help with this I would much appreciate it. I am writing a macro within vba for excel, and i have successfully managed to use the shell command to call my batch file but, how would i program the rest of the macro to carry on when … | |
'I am putting my folder in sharing then try to use these from different pc but it shows 'file already in used PLEASE GIVE ME SOLUTION [code=visualbasic] Dim dblogin As New ADODB.Connection Dim rclo As New ADODB.Recordset Private Sub cmdok_Click() dblogin.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\tmgmt.mdb;Persist Security Info=False" rclo.Open … | |
I am new to this forum so please enlighten me. I posted a question that I needed help with about 4 hours ago since then there has been several visitors to the post but no replies. Is it that the question was too hard or worded incorrectly please tell me. … | |
Hi all, I'm in need of a way to decompress .gz files that will be downloaded from the NCDC. These Files contain weather information that will be used for some analysis work. My problem is I have a vb6 application and would like to be able to decompress these gzip … | |
Guidelines on how to use the package wizard to package vb6 and ms access database.I don't know my way around it. Please help. | |
hi all, i am doing my school project where the user can upload picture and store it in the database. actually like on web page when you are uploading picture you get a window with a browse button. i want to do something similar in ms access 2003. i have … | |
I want to make line in Excel with a click of my VB Form button, but I do not know the correct code, can any one help me. | |
Hi Folks, I Trying to Copy File UJF.mdb in another Location which is User Specifyed. I Closed All Connection, But Still ERROR 70 'Permision Denied' Occurs :'( [ICODE] rs.close con.close FileCopy "D:\UJF\UJF.mdb", "D:\Person.mdb" MsgBox "Backup Successfully Compleated", vbInformation [/ICODE] How to Copy Access 2003 .mdb File to Another location Without … | |
Hi friends, Please give me the solution of making a project multiuser on LAN. I am using Ms Access as backend tool. When i run that programme on another PC then it shows file already in used and programmes goes out. Pardeep | |
Hi friends, I m creating a software with backend of ORACLE 9i. I need to Generate backup ORACLE "ADDFILDP" table to ACCESS "ADDFILDP" table(Simply Copy the data to one table to another[ORACLE to ACCESS Table]):$ An access File is already Created. I was code for it as Follows [ICODE] Private … | |
Dear I think I Solve Your Problime. When You Open Your Curent Form VB use Private sub Form1_load() endsub this Code is used for Form Load. When You Form Load You enter the following Code Private sub form1_load() text1.text="" text2.text="" text3.text="" text4.text="" Command1.Enable=false Msgbox "Enter All Deatiles && fill All … | |
if anyone knows how to capture images from a webcam or digicam using vb plz help | |
Hi, Please help me on how to control remote parallel port using vb? I already know how to control the local parallel port but I still need additional parallel port to be used on my current project. | |
Dear all, Does someone know how to connect to SQL Server by using Remote Method Invoke (RMI) ? I have project from my lecturer to create program as its connection to database uses RMI or socket. Thus far, I only know to connect to database by using OLEDB and ODBC. … | |
Hi folks, Due to being unable to find a suitable app, i've decided to make a little app (with the help from my trusty DWeb chums) Currently i'm looking at a little app that will allow me to enter a username and password for... whatever purpose really, map drive, shared … | |
I am trying to write a program to store booking info for TV feeds. Most of the program is working fine, it stores all the info I need. One field is duration of feed which I am at the moment adding manually but it would be much nicer if I … |
The End.