10,989 Topics
| |
hi all i am new to visual basic ,i am using access as frontend and writting code in vb,in the ms access form i have a combobox and a textbox box ,what i have to do is whenever i select an item in combo box the textbox will show the … | |
Hello, i want convert amount in text to amount in numbers in vb6. please help me | |
When I'm trying to update information in the database vb6 is fetching me the following error:- [B]"Row cannot be located for updating. Some values may have been changed since it was last read."[/B] what is the cause and remedies for the above error? | |
Hi everybody...I am having a very strange problem and hope some of you can help me as soon as posible. I am workin in a small LAN with a XP PC and a W2000 PC. I have an aplication developed in Visual basic, in the XP PC, for making a … | |
Hello VB forum users. I've a problem with a Book Depository I am trying to create in VB 6. Right now I have Text box's that display information about a book. I also have a list box that lists all the Barcodes of the books, that are stored in my … | |
| Hello, I'm using the following code in a EXE to open excel with vb6.0 : [code] Sub Main() Dim xlapp As Excel.Application Dim wkbKei As Excel.Workbook Dim Key As String 'Check if file exists If FExists(App.Path & "\Kei.xls") = True Then 'Open file Key="test" Set xlapp = New Excel.Application xlapp.UserControl … |
Hi I am still facing problems after writing the codes for finding a record. A compile error occurs, which says "User-defined type not defined" .I don't understand what it means or even how to go about it. please i need help.The following are the codes i wrote for the program; … | |
Hi guys/girls, I have several links to excel files using the OLE tool. When I open each of these, it opens in it's own window. How can I make them open in one 'excel' application. Ie After I open the first file, can I make the next one open within … | |
how to write a programme for preime no between 2 given no. it should be display and count the np of prime no. can u send it | |
I have done a vb script to map the network drives. It works fine for me. But when I checked with a couple of other PCs, it doesn't work. Could anybody tell me why this is happening? Here is the code: [CODE]Dim WSHNetwork Set WSHNetwork = WScript.CreateObject("WScript.Network") On Error Resume … | |
I have this routine in VB that takes one pipe delimited text file and splits it into multiple text files according to one key field. The records in the text file look something like this: WTX_2.0|O|F|1234|andre.couturier@rrs4.ca |5678|NBSID09876|O_20071121.TXT||1511:AE00001R||11152007||SAMPLE COMMENTS WILL GO HERE ||599|12 |401 WTX_2.0|O|F|1234|andre.couturier@rrs4.ca |5678|NBSID09876|O_20071121.TXT||1511:AE00002R||11152007||SAMPLE COMMENTS WILL GO HERE ||599|12 … | |
In VB6 I'm using one Textbox & Two option buttons in a Form namely option1 & option2 I want to use Spacebar to move from one Option button to other. is there way? | |
I am trying to create a macro in Excel. I am trying to do a search on say summary. I have placed an * as the first character of the summary to put those at the top. After those are found, everything after the * needs to go in sort … | |
Hi, I have a small program that displays a number of pictures by using a timer. I don't know if this is the best way to do this, but it works. What I would like to do is add a cmdButton so that every time I hit the cmdSwing button … | |
I am doing an application in Vb with Access as backend and I need help with the reports. Can the reports generated in VB sent as attachments into email? If so, please help me with the procedure. Otherwise please suggest me with an alternative because these reports have to be … | |
Hi everyone! I have been working with VB5 for a quite while now and couple of days ago I encountered bizzare problem wiht custom toolbar. Here it is: My form has a custom toolbar with approx 10 buttons aligned in one row, with a couple of placeholders to separate groups … | |
Hi everybody, I want to make an app with command line parameters like: "dir *.jpg", when "dir" is the app and "*.jpg" is the parameter. Can anyone can help me. | |
greetings! I designed simple program with combobox and i want to lock this combobox. I dont want to allow the user to type in this combobox. Only the list item data can be selected and not allowed to type any value.. for example: Displaying "Gender" using combobox . The item … | |
Hey i have been on many fourms and stuff asking people to help me slove me this problem but no one seems to know how to do it including my self,if anyone here knows how to change this into flowchart it would help a lot ty :) INPUT VARITEM 1 … | |
Wow I ran into a real problem... I have a data base that cycles the pages for each person. example: Name: bob (page 1), then you click a button and it changes the page and the name changes to Tim well that's all good and well, and it stores that … | |
Alright here's the problem: 3. Fahrenheit to Centigrade calculation. Your F should start at 98 and go to 106, by an increment of .1. You will only have two columns, F and C and our requirements: Requirements for all programs Each program will use a function to do the calculation … | |
Hi, I have downloaded data recovery software to recover my deleted data from Hard disk from [url]www.softperfect.com[/url] but when I try to open the recoverd file both by double click method and from file menu of the application, every time a message saying the document name or path is not … | |
Hey guy's i'm riz... Just wanna ask sumthin bout my project.. i can't access my VB project to other computer, i want to run it to diferrent computers and automatically updates the datbase to its main server.. tnx | |
hey i would just like to ask. example i have lstbox named lst1 and another listbox named lst2 when i click on a certain data on the lst1 it would also select the corresponding array of the data in lst2. anyone has an idea? thanks. | |
Hi All , this is the first time i've entered this site ,and welling to help me about using visual basic 6.0 to connect with an excel sheet to be retreived it's data into the V.B. So, If you please i need the V.B Code to complete my object. thanx … | |
I have a VB6 application that uses DAO to read and write MS Access files. Since the program uses Access files exclusives, it was written in DAO instead of ADO. The recordsets within the program are based on queries in the database. I need to add a field to the … | |
Plz help me.. I want to install my selfmade proj into Different P.C. by using a single database.. i've connected every P.C. into a network, and also install VB 6.0 in its unit togather with my project, but when i try to add data.. it never updates their databases.. | |
Hey guy's i'm riz... Just wanna ask sumthin bout my project.. i can't access my VB project to other computer, i want to run it to diferrent computers and automatically updates the datbase to its main server.. tnx | |
[code] Private Sub btnPrintListBox_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrintListBox.Click Printer.ShowDialog() End Sub [/code] My book doesn't discuss how to use the PrintDialog, so I'm not sure how to get it to print out a ListBox. Also I have a ComboBox full of states and sales tax … |
The End.