11,870 Topics
![]() | |
i have two forms and on each form one text box having access database behind and is connected to forms by using data bound controls. My problm is that what ever value i enter form1.text1 , it should come in form2.text1. iam using code like this in form1 lost focus … | |
hi brother i have a code which saves arecord but it gives an error syntax in insert in to statement. this is ma code. arequest for a collection or an alternative code. Private Sub cmdsave_Click() Dim findpas As String Dim cnnadd As ADODB.Connection Dim rsadd As ADODB.Recordset Set cnnadd = … | |
HI all, I have been using a software written in vb6.0 for 2 years. Now all of a sudden the software gives me this error "PCGW32.dll file is missing!". I don't know how to handle it. Even the person from whom I bought the software is nowhere to be found. … | |
i want to search data from access database and display it in datagrid. please help me.. thanks in advanced....:) | |
I want to change font of all controls in a form. how i can do this?? i can change font but just for each control not all control in a same time... please help :) | |
how can i Enable the F2 or f3 in my keyboard when i press the F1 in my keyboard?? btw this is my code i want to enable the F2 when i press F1......I've got an error when i press the F2 first before the F1....sorry for my stupidity it … | |
Hi All, I'm using MSFlexgrid in my program. I'm using Click event of it. But when I click on blank area after last row it still fires click event and focuses on a column. Is it possible to block the Click event when I click in blank space or block … | |
I am really having a tough time to update my report contents. Please help me with a project attaching with your solution. please help me quick...... | |
Hi,I am new to VB6 and I have displayed records in a DBGrid from access using Data ctrl. I have displayed name and mailid in the grid Now,wen I click on any one record,the particular record shoul get selected and corresponding mailid and name should be displayed in another form. … | |
Hi, I am looking for a way to word wrap TreeView text, if this is even possible. | |
heres what i wnated too do Write a program to calculate the average monthly sales figure for a single salesperson in one calendar year. the user will be asked to enter 12 sales figures (pounds & pence), one for each month of the year, and then the average monthly figure … | |
I have this project that am workng on that requres the user to write a name in a textbox and images are displayed on the picture box. So the question is how do i do this? | |
Any codes for mouse manipulation? I'd created a game using form, works fine. Now i am trying to control the game using only keyboard instead of mouse. I'd try class module for it and the result is unsatisfactory. The application is easy, just use up, down, left and right key … | |
Hi guys, I have a problem with the conversion of an excel spreadsheet to html. I have converted the file to html using a microsoft internet wizard and the spreadsheet comes up yet the cells that need user input - you can't enter values. I am a newbie and have … | |
there are anyone know how to get all user in computer?? please help me.. i dont have idea for this.. best regards.. any help will be appreciated.. | |
hi im a student doing a project related to video streaming application and i have no idea on how to start. im trying to do the coding using visual basic, anyone have any working examples that i might refer to? | |
hi, i need ur help. can u help me how to remotely connect some database like ms access,sql server,etc to mysql?every minute i hav to send new information from database ex ms access to mysql. I use VB6. | |
I am using adodc to connect with my database in my application. I have command button to show my report consisting of the columns of that table in database. I also have command button to add data in the database during runtime. I can see the report updated for any … | |
Hello experts. I have 2 [B]vbp[/B] (namely Project1.vbp and Project2.vbp) I Group them into 1 Project, my problem is how can the user choose on what project they want to use using VB6? My initial idea is when the user login a form will prompt, and the user will be … | |
sir help me how to disabled a checkbox. for example once i check the checkbox it should appear in my list? when im uncheck it... it should not appear in my list? tnx.. | |
Hi all, Could you please give me some suggestions about Form closing? My problem is that I will do the checking before closing the main Form whether the user saves the data, but I really don't know how to solve it. If the user doesn't save the data and close … | |
Hi, I have a query if VB 5.0 Learning edition supports usage of Reports. If so how should i go about it. If not what can i do to get the reports options. Thanks, Priya | |
I have Folder "C:/MyProject" with my Project. In this Folder exist my VB-Form with name "Form1" and HTML-Document with name "index.html". The code HTML-document: <html> <body> <object classid="clsid:0002E559-0000-0000-C000-000000000046" id="Spreadsheet1"></object> </body> </html> In Form1 I insert Webbrowser1 and button Commad1 with this code: Private WithEvents Exc As MSHTMLCtl.HTMLObjectElement sub Form_load Dim … | |
How can i read out and add each item on my listview? for example i have 3 columns in my listview and i want to add them to my 3 database fields.. | |
Hi guys! I was wondering if there is any way that I can get Visual Basic 6 to run in Windows Vista? If not, will it work in SP1? I have done so many research but I can't find any answers.. Any help will be greatly appreciated.. Thank you.. | |
Hi im trying to load an Object well reading a file, But the code is not working I have used it several times but this time I am getting an error message "Invalid use of Property" and it is highlighting the 'Load' Function [CODE]Private Sub Terrain_Load() Dim intFileNum As Integer … | |
In my application i use adodc to connect with access database and have command button to show a report consisting of datas from that database. I also have command button to add datas in runtime. But in runtime when i call for show report firsttime it show what is in … | |
I need one more help Say suppose I have 3 records from database when i did a select query I need three values to be popualted in the three different text box . If I have four then i need four text box in the form How can I do … | |
hi guys, i am using vb6 as front end and oracle as back end for my project. i am using ADO to connect to oracle database. can u please help me with the code. my code is [B]Dim con As New ADODB.Connection Dim str As String Private Sub Command1_Click() str … | |
Hi im a student programmer and I was writing a program... and I need to beable to load a form from string variable like Private Sub cmdLoad_Click() dim strFormLink(99) as string strFormLink(1).Show End Sub That will not work... Have Any ideas(If you do I'd be really greatful I tried code … | |
how would i write this programme to calculate the average monthly sales figure for a single user like in one calendar year. A user will be asked to enter 12 sales figures (pounds & pence), one for each month of the year, and then the average monthly figure will be … | |
Hello there, how can I [COLOR="red"]SendKeys[/COLOR] to the same window with out having to run a new instance of it every time I click on the command button on my form ? [COLOR="Green"]Private Sub [/COLOR]Command1_Click() Shell "notepad", vbNormalFocus SendKeys "This is a test string" [COLOR="green"]End Sub[/COLOR] The code above keeps … | |
Hello Friends, I need to store 4text files(diff location) into MYSQL Database., then i access 4 locations data.Here i attached 2 text files. 1. report cum export.txt file contain how i export single databade into text file 2.SalesHyd.txt file after i export the following step1. Now i need to read … | |
Hi, I am using mysql as the backend. I am trying to retreive data from the mysql table into VB front end For EG: I have Id using id I do a select query and retrieve the value Can some one help me with VB code what do i do … | |
hi there, I'm new here. I have a problem to open a form with variable. Help me Please | |
From a CICS application i send a txt file in dir c:\my_dir\test.txt my probem is when the job is finished... How to be sure when the file is updatable or movable from dir to other dir??? | |
Hi I am COMPUTER SCIENCE STUDENT. I created thesis project with a report using VB6 datareport and Access2000. The report works fine on my machine, but when i presented this to my instructor an error "Invalid Data Source" occurs when I installed the application on other machines without visual basic … | |
hi.... i did this form for sending emails... the form consists of: text boxex: from, to , subject , attachment... buttons: send , forward, ...etc when i fill the info and send the email it will go , but i don't know how to use the attachment , i have … | |
Hi, I have been struggling to design a form, so that the form can be escalated from person A to person B, then person B to person C and so forth automatically. The person A only needs to click at a button (exp: confirmed?), then the form will be sent … | |
Hello everyone, can anyone tell me where i can find sample codes of basic vb programming of making a database..a sample program where it shows me how to add update search delete and all those stuff..or does anyone have that program here or show me anything? please cause i have … | |
Hi, everybody! I'm working in Visual Basic 6 (NOT for excel application). I'm quite new in this and I'm trying to plot some curves in a graph. The point is that when I plot the curve the second time, the curve for the first time is still there!!! And I … | |
Hi experts! I'm a newbie in this site and i wanted to ask for help in VB timers. We have a simple system about time monitoring. May i ask, what code will i use. if i clicked a command button (time in), it will run the time. then if i … | |
Hi, I needed to add over 200 Class Modules to a DLL, Sounds crazy I know. The quickest way I found was to create a text file with the following class=myclass1;myclass1.cls class=myclass2;myclass2.cls class=myclass3;myclass3.cls class=myclass4;myclass4.cls etc etc... I then copied into the vbp directly. But I'm now getting an out of … | |
Hi all, I'm writing a program in vb 6.0 which copies all the files from a pen drive(USB). Problem is pen drive(USB) may reside on any drive letter depending upon the partitions done on hard disk and the availability of CD drive. How do I come to know as to … | |
Hey people! I have been using VB2008 since it came out now, and have also used the 2005 version, but I was just wondering, if there is ANY way to create a Chat Application, or any way to create an IM service. Please help me :) Thanks x | |
Dear Sir I have project on vb 6.0 and want to generate report in html page I have knowledge on html but I can't do it through code Please help with a sample code Thanking you Debasis Bag | |
Hello, I was wondering what the following error meant in Visual Studios: This application has failed to start because MSVCR80D.dll was not found. Re-installing the application may fix this problem. I tried compiling a program that I wrote and then all of a sudden I get this error. It had … | |
Hello guys Im working on this project were I have to make the shape of my inicials "HIP" then make the letter H rotate on its center against the clock + make it rotate clock wise around the letter "I". I also have to make the letter "P" move up … | |
Dear Sir I have knowledge on html but I can't make a report in html format through vb 6.0 code Now I am giving a Example: <html> <Body>"Debasis Bag"</Body> </html> above this example how to write code in vb 6.0 and print in htm format please help me wiht example … | |
Hi all, I'm writing a program in vb 6.0 which copies all the files from a pen drive(USB). Problem is pen drive(USB) may reside on any drive letter depending upon the partitions done on hard disk and the availability of CD drive. How do I come to know as to … |
The End.