VB 6.0 Installation
hi, I am unable to install VB 6.0 into my machine. I have MS Office 2007 and our IT engineer is telling me the reason that, its a compatability issue. I am able to get installed Visual Studio 2012,...
View ArticleHow to read a MAX file ?
A couple of days ago I switched from Windows XP to Windows 7. I scanned about 10000 files using a Scansoft scanner on my computer. All these files show the extension .max but Windows 7 cannot read them...
View Articleoperation is not allowed when the connection is closed
I'm having trouble in my discount computation for about a day now and I have to finish my system tomorrow please help me Code: Dim a As Double Dim b As String Dim Desc As String Private Sub...
View ArticlePNG vs BMP Would it be worth changing from BMP to PNG
Hi there, and good evening to you all. I am working on a bingo caller program. Many seniors have kindly asked if the program could go full screen so the numbers would be easier to see. :) The problem...
View ArticleHow to connect to my web mysql database
need help in connecting vb 6 to my web mysql database..it works in localhost but doesn't work when connecting to my web database
View ArticleMove from VB6 to ?
Hello everyone.. I got 6 years experience with a software firm in India. My experience is with Visual Basic 6 and SQL Server 2008. Now I joined back after my maternity leave and not able to find any...
View Articlemigration of VB code for Windows 8 RT?
Hallo, what I did not expect: Microsoft at last announced not to support applications running on Windows 8 RT which obviously means that WinForms are not supported anymore here but only WPF...
View Articleconnect to a remote MS Access database from client side through VB6
Hello, I want to connect a client to a remote MS Access database residing in the server through VB6. How to do this?. Can anyone help? Thanks.
View ArticleVB6 and Canon Printer MG6250
Hi I could not get my Canon MG6250 to print in LandScape so I tried the sample below and even though i = 2 the printer just ignores the instruction. Can anyone help please? Code: VB6 Private Sub...
View ArticleHave a mouse cursor change depending on where it is on a form?
Hi there, I am working on a program, and it would be pretty cool if the mouse cursor could change into a custom cursor when it is over an image control? Is there a way to have it change when it is over...
View ArticleHow to connect MySQL database 1 Hosting to VB6
I have one problem that is to be answered! How to connect MySQL database 1 Hosting to VB6 And how to query it? For example, I have an IP address: 100.123.100.1 (hosting my address) In it I have created...
View ArticleNo value given for one or more required parameters
Hi guys! Im having a problem from opening a database... i think the code was right. DocListDummy is a ListBox that contains my doctors_id DocsList is a ListBox that get (lname,fname,mname) I want to...
View ArticleVB code for editing registry key HKEY_LOCAL_MACHINE for flashdrives disabling
in my college project, i am trying to make an application using VB6 i which the USB ports will be disabled for pendrives only. other USB devices like keyboard mouse will be operating fairly, but the...
View Articlesave pdf file to oracle 11g
Dear friends, this is my first comment in vbforums. i am using a vb 6 application to save pdf files in oracle 11 g table. the file is to be saved in blob field. after saving the file in the table my...
View Articleunion array
hi i have 3 array below like : arr1(0)=1 arr1(1)=2 arr1(2)=3 arr2(0)=2 arr2(1)=3 arr2(2)=4 arr3(0)=3 arr3(1)=2 arr3(2)=5 i want to marge them ,namely my result be nelow like : result 1,2,3,4,5 i need...
View ArticleVB6 compiler program
Hello, I have a VB6 project on which I had to make some modifications. I made the changes in Visual Basic 2008 Express Edition. However, I am unable to compile the project to an exe file using this...
View ArticleHow to sort a recordset ??
Hi there! I want to sort my recordset - "Table" by the column "Arr". how do I do that without using SQL ? thx a lot!
View ArticleHow to highlight a row using datagrid in visual basic 6?
Hello everyone, I have a problem here about the highlighting of the whole row programmatically (not by just clicking the row in the left side of the grid). I've thought the setfocus property would help...
View Article[RESOLVED] How to highlight a row using datagrid in visual basic 6?
Hello everyone, I have a problem here about the highlighting of the whole row programmatically (not by just clicking the row in the left side of the grid). I've thought the setfocus property would help...
View Article