11,868 Topics
![]() | |
Can any one help me in the following error. am connecting database and comparing 3 columns to find the biggest number. the code is executing properly when am compling(i.e. when i compile with F8 key). but at the run time the value am getting is 0. please help me in … | |
Hi, I have an array that contains 5 elements: i.e. a(0) = "A" a(1) = "B" a(2) = "C" a(3) = "D" a(4) = "E" What I want to be able to do is remove the first element then add information to the end. e.g. a(0) = "B" a(1) = … | |
Hi, Can anyone tell me hoe to work in MSFlexGrid controll. Bcoz i tried to bind the records into that FlexGrid. But when i click in that data property, it shows some intrinsic error. So can anyone tell me about FlexGrid in detail with some coding? | |
please can somebody help me to load a records from a textfile(random acces file)and display it into te lisview. | |
Hi All, I want to display the name of the fields in the datareport but unable to get how to display the same One more question. I have 3 checkboxes and 3 comboboxes on my main form from where I have to generate the report. How do I apply the … | |
how to create a code.. for the voltage contrl... | |
Hi Every one, I have a visual basic programme written in VB4 need to find a package that will automatically translate it to VB 6 Any ideas will be welcome Thanks Jeff1 | |
Hi everybody. I want to use rdo at the vb6 and my web data. client running vb6 code, connect the internet data (sql, mysql or access) and get data to combobox. How can I ? Please help me.. thanks. | |
Hi, I want to make a macro in MSExcel which can copy data from one window to another. Can any one help me in this. | |
hello, I'm working on a little project now but I have some problems. I want to control my computer whit my pocket pc using bleutooth. the plan was dan you push a button on the pocket pc, it will send a value to te pc using bleutooth. then a vb … | |
Hi there? I have this program that i need help with. I have created a program that by clicking a file menu an excel dbase is created and stored. Now the problem is i have many excel files and i want to enter data into them and this is done … | |
Hi there? I have this program that i need help with. I have created a program that by clicking a file menu an excel dbase is created and stored. Now the problem is i have many excel files and i want to enter data into them and this is done … | |
I understand that visual studio has a nmake tool for building a project from a makefile. What I want to do is to be able to build my project outside the Visual Studio IDE, from command line using nmake. I found some tutorials about writing a windows makefile for nmake, … | |
hi all, I am new to VB 6.0 . I have created an application, which generates a .kml file which is the format read by google earth at a particular location. I want to be able to open the .kml file by clicking a command button. I am right now … | |
Hi, I have a large XML file about 70 MB.I would like to read data from it.I would like to read using SAX parser...as it is a event based parser. Regards DInil | |
Hi All, I am novice in VB 6.0. I have to search data from access table using Employee no field which is unique and populate it on the form. But, I am encountering an error whenever I try to run the source code. I am getting runtime error as "No … | |
Hi All, I am making a tool in VB using MS access database. When I run the query in access it returns me the data but in VB it shows 0 recordcount. Any idea what could be the reason for this? One nore thing to ask. As multiple people can … | |
i have developed a small software. its more or less bug free. i wanted to make a setup n c if it works fine. but after making the setup software, i tried running the software but halfway it stopped and showed this error. visual basic error msftqws.pwd\$(DLLselfregisterEX) cant figure out … | |
Hi All, I am inserting data in access database using Vb6. Data is getting inserted but when I try to fetch it again, it returns an empty row.I have an idea that I have to use update/refresh statement but not getting where to use it. Please help!!! Below is the … | |
hi guys, pls can u help me with an algorithm that we compare record in a database one after the other.As in the first record compare to other records in the database,second record also compare compare with other records in the db,.....................untill all the records are compare. i want to … | |
1st lol..im new here, so hi every1 ;) ok my Question now..:-/ i have a problem to put an image on my MDI form which i also using an active skin in all forms including the MDI form.. can anyone tell me how can i show da Image on MDI … | |
Hi All, I ahve to show the report on a vb form. I have written the code for exporting it to excel, but unable to get how to use it so that report is showed on vb form. I have an idea that I have to use datareport for this. … | |
hello sir i developed a small vb application and converted into an exe. i added this exe to right click menu options for file with extension .jpg what i want is if i select a jpg file and run the exe from rightclick menu the filename of selected jpg file … | |
I am trying to pass a whole recordset into a query. I have made a form, with a listbox that is linked to a table that has 2 columns: Country and CountryID. When I select the Country on the form, i need the Country and the CountryId to be passed … | |
hello sir... from our office we are using wamp for our mysqlserver... but i wanted to be connected to my sitemate database only changing the MysqlHost address.. username and also the password... the problem is i cant connected to it.. maybe u already incounter this before and im hoping that … | |
hi friends... can anyone tell me how to do this task. in a vb form i should input a sql query and should get the output. how to do this???? plz help me | |
can someone send me the code for selecting the items listed in combobox on keypress. Like My combobox consists of following items: Bombay. Chennai. Delhi. Currently am able to select the item with the help of mouse. how can i select " Chennai " from typing 'c'? Thanks in Advance. | |
I am trying to load an ini file into a list box. I am unable to get anything to display when I run in vb6. Does anyone have any snippets to assist me, or advice? | |
sir, question.. can i get the exact len of string when quering? because i have two format in my TransID. The one is the 10digit for the MSAccess and the another is the 11 Digits in my MySql. So if i update all in the MySql database the problm is … | |
I have a text file contains non delimited data (Each row consists from 16 fields and has a 131 byte) I used this code to load it's data into datagrid(I have visual basic 2005) The program work fine Now I want load this datagrid into access database I try to … |
The End.