10,989 Topics
| |
I have created a vb6 program that has 6 forms. I put the button files for all of the BMPs in a (1) Folder named ALL BMPs Form1 loads all the Forms after the the Splash screen exits. when running the vbp file every thing runs OK and the buttons … | |
Ok i have now made a database and A Login in vb6 but how do i connect it to my database online ? | |
hello, can you explain me on this the concept or how this will behave because i am confuse on this .. [CODE]Data Source=C:\myFolder\myAccess2007file.accdb;Persist Security Info=False;[/CODE] and by the way is this syntax persist security aplicable to Microsoft.Jet.OLEDB.4.0;?..please help me on this..hoping for your positive responds... | |
Hi, I have a little problem with a macro I'm working at. I need to pull data from a database and then show it in an excel sheet. Everything work fine till the moment when I want to close the recordset . Then my application freezes and I have to … | |
hello can you help me, i make exe file on my project but the problem is that when i separate the exe file in my folder where my project is stored. it will not run..but i want only my exe file and put it to my flashdrive without the folder … | |
Hi, i have a project to do in VB and its been a while i done anything in it. My problem is taxation and decimal places. How can I round 2.19 to 2.20 ? the actuall number was 2.194 and vb6 rounds it at 2.19, is this as it should … | |
Hi, I searched for few days, and even if I see that there are people getting this error, I can't find a solution. I have an application communicating over the serial port. The application is written in VB6 and 2 PCs, one with XP, the other one with Vista. If … | |
How can i connect other machine DSN with my pc without sharing using Visual Basic..... | |
[B][I][COLOR="Green"]Hi,[/COLOR][/I][/B] i am currently doing a project that will be used to add employees to a database. I have already designed the form and have gone ahead to do some coding. Though am stuck a bit, i can not be able to detect whether the employee does exists in the … | |
I am trying to search data in database at runtime.... when a user put the license no in the text box and press button this is my query but it is not working, for every search it is showing first record of the database...... Set rd = New Recordset rd.Open … | |
please help me.. i want know the coding searching.. how can find search coding in vb 6.0? | |
Hi there, Does anyone know if there is a DLL function call that will give the current CPU usage that I can use in VB6. I am running on windows server 2008 and I need to use a DLL function call unfortunately. David | |
suppose there is name and phone no in ms access database. i want to reterive the selected fields ie, by giving text in textbox and prompt for go command, i want to display that selected data (names or phone no) to display as table in alphabetical order.this should be done … | |
Hi, i'm not sure this is in the right place but here goes: I'm currently using ADO in VBScript to access a SQL Server database and one of my current issues is returning the full error message that a stored procedure generates. I can get a brief error description and … | |
pls can someone tell me how make a picture move across the screen in visual basic 6.0, i have no idea..... | |
I have a list of 100 values in excel. I want to use check boxes to select out the two or three of these values that apply in a specific instance. Simple enough. I create a form check box for each entity, click the ones I need and add the … | |
I hope this goes here. Alright, so I'm trying to write a simple program that takes the contents of a query's results and pastes them to a text file. Although I could do this manually, I'm trying to create a "user friendly" method for when I'm out of the office … | |
[CODE] Private Sub cmdToday_Click() Dim oConn as new ADODB.connection Dim oRs as new ADODB.recordset Dim sql as string sql = "SELECT WORD,MEANING FROM TODAY_LIST" oConn.Open "Provider=SQLOLEDB.1;Password=config;User ID=sa;Initial Catalog=master;Data Source=GAATLMDV01PSGE;Persist Security Info=True" Set oRs = oConn.Execute(sql) mfgViewData.Cols = 2 mfgViewData.TextMatrix(0, 0) = "WORD" mfgViewData.TextMatrix(0, 1) = "MEANING" mfgViewData.ColWidth(0) = 1500 mfgViewData.ColWidth(1) … | |
please i need help in my asignment the assignment question is: Write a functionto print the Fibonacci value at a given position in the series.you should write two versions of the function both of wich must be named Fibonacci(overload functions).the first version should be implemented using a for loop.the second … | |
Running a contest, who can make the most simple elevator program, dual elevators, 4 floors, emergency stop, 7 seg led for floor locations on each floor and in elevator. infrared sensor to read floor levels and to adjust speed. | |
Type=Exe Form=lc3.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\STDOLE2.TLB#Standard OLE Types Reference=*\G{00025E04-0000-0000-C000-000000000046}#3.5#0#C:\PROGRAM FILES\COMMON FILES\MICROSOFT SHARED\DC:\PROGRAM FIL#Microsoft DAO 2.5 Object Library IconForm="frmRMsales" Startup="frmRMsales" Command32="" Name="RMSales" HelpContextID="0" CompatibleMode="0" MajorVer=1 MinorVer=0 RevisionVer=0 AutoIncrementVer=0 ServerSupportFiles=0 VersionCompanyName="zak" CompilationType=0 OptimizationType=0 FavorPentiumPro(tm)=0 CodeViewDebugInfo=0 NoAliasing=0 BoundsCheck=0 OverflowCheck=0 FlPointCheck=0 FDIVCheck=0 UnroundedFP=0 StartMode=0 Unattended=0 ThreadPerObject=0 MaxNumberOfThreads=1 frmRMsales = 95, 103, 545, 391, C, 0, 0, 0, … | |
Hi, Who can anyone give me the simplest method for encryption and decryption for text file? I saw a lot of methods in other website. So, I choose the simplest one, but it gives me some errors when I do it. This is the reference link. [url]http://www.vb6.us/tutorials/basic-encryption-xor-tutorial[/url] [CODE]Dim strResult As … | |
I need a little advice on how best to read/recognize a number plate and for a program to recognise the digits of that number plate, which it will then run through a database. I have no problem with capturing an image from a live feed but i then need the … | |
I am using Visual basic 6 I am trying to create a new txt file with the textbox (text1) contents. But instead of calling that text file "Stored.txt" as I currently am doing, I am trying to create the new .txt file with the text from the textbox. Private Sub … | |
Hello Sir, [INDENT]I am doing a project realted to Jewellery Valuation. I want a report generating specifically on a customer. For that i have created a query in ACCESS to group requried tables for generating report. Now if i drop down the customer name in Page Header Section (Which is … | |
im using fpSpread (farpoint11) for showing data . problem is:- how to display image into a cell of fpSpread 7.0 from the SQLserver 2005 database which is stored in a binary format... reply me.... vivek | |
I know that this topic, sending sms for MS Access, is very widely discussed and believe me for its very confusing. My question is the following. I use a MS Access Application and want to send sms messages directly from within MS Access to clients. I also use Outlook 2007 … | |
hello, can you help me how to put picture in my button..example i have cmdsavebutton..and i want to put beauty on my form i want my button to change to picture just like saving a document there is a square form then when you click that it will be saved...can … | |
I am doing an assignment that requires me to have 4 different radio button(earth, moon, jupiter and saturn) and two labels one showing the weight (on different planet) and one for the delivery price ( $5.00 for weights up to 1 kg; $10.00 for higher than 1 kg up to … | |
When you preview VB Output printed reports by going through BJ Preview, because report is quite wide the report comes out in Landscape but unfortunately shows on the screen straight down. To read the report you then need to turn your head 90 degrees, sideways, which is not the most … |
The End.