webbrowser1 always error
Private Sub Command1_Click() On Error GoTo Err_Handler wb.Navigate "http://www.websitename.com/" Exit_Sub: Exit Sub ' Err_Handler: MsgBox "Error", vbInformation, "Error3" Resume Exit_Sub End Sub...
View Articlewhat is scitype?
Hi... i look through internet...there is a part of calculation using scitype(command1.index)caption...what does scitype for? thanks for your sharing explanation:)
View Articleclear and add new items in 2nd Column of ListView ?
How to clear and add new items in 2nd Column of ListView without clear all listview ?
View Articlehow to write hex conversion in VB 6.0
Hi ... i try to follow the code below for my hex coversion somehow it says "sub or function not define" in hexadecimal line. Code: Private Sub Hex_Click() Dim value As Double Dim hex As Double...
View Articlewriting to excel by VB code when the same file window is open
Hi, I am trying to log the data into a excel file continuisly which will be received from the com port. I want to do this in a in interval of time. Also, if i keep the file widow open I should be able...
View Articlerun time err 10 in vb6
hi what is the cause of run time error 10 this array is blocked or temporarily locked.
View ArticleResize ListBox
I was referring to this thread - http://www.vbforums.com/showthread.p...ntrols-on-Form - and found it to work well enough for what I need in VB6. However, listboxes will compress and expand for...
View ArticleHelp!!!(please)
okay so i want to know how to show another form and i already know how to its show(whateveryourfornameis) and thats it but when i run my form and i mouse over my label and displays a message and does...
View ArticleSearch/Data collection coding help.
Hey, I'm a Mech Engineer and i work with a team. We search multiple excel files in different locations with information on multiple sheets. i'm trying to lean (improve this process) from college coding...
View ArticleWorking with multiple copies of a form?
I am making a notes app. There is a form, which is the parent, the example, the form that all the new ones are going to be a copy of, and has a textbox in it. It's called frmExample. I use: dim newNt...
View ArticleMSCOMM32.OCX - How to use?
Gentlemen: I refer to "Visual Basic Concepts / Using the Communications Control". The URL is: http://msdn.microsoft.com/en-us/libr...(v=VS.60).aspx The Communications Control is MSCOMM32.OCX. Under the...
View ArticleformName.show displays Name, but immediately removes it. Why? Need help, badly.
My VB6 App calls uses numerous forms. formName1.show diplays Name1 just like it should. formName2.show displays Name2 for only a mil-sec, then off. I can find no difference in definition of the forms....
View ArticleSaving Word file to PDF
Hi everyone. My vb6 application uses a command button to open a Word 2010 document and fill it with various data. What I would like to do is place another button to convert this document into a pdf...
View ArticleSubs/Functions Colored in Code Window
I am curious to know if there is a way or an Addon to VB6 where you can have all your subs/functions called be colored with any color you desire such as purple. It would help tremendously if it exists....
View ArticleSend Email is showing error Transport failed to server
Am using the following code to send mail Code: Dim Mg As Message Dim iConf As Configuration Dim fn, schema Set Mg = CreateObject("CDO.Message") Set iConf =...
View Articleaccess webcamera in my laptop
hello im trying to access my web cam with vb 6 any ideas where to start or how? i searched the web found some samples but they all not working tnx in advanced
View Articleproject to fit any resolution
hello i created a programm in vb 6 with resolution 1280 X 1024 is their a way to make it fit to all resolutions so that the programm will work no matter what i change? on any resoluton tnx for the...
View ArticleVBA - Save messages with configurated subject
Hi guys, I am new on the forum and I hope you could help me. I don't have wide experience with VBA and most of things I have forgot, I am working mostly with Matlab nowadays :) Since I am using outlook...
View Article[RESOLVED] Working with multiple copies of a form?
I am making a notes app. There is a form, which is the parent, the example, the form that all the new ones are going to be a copy of, and has a textbox in it. It's called frmExample. I use: dim newNt...
View Article[RESOLVED] MSCOMM32.OCX - How to use?
Gentlemen: I refer to "Visual Basic Concepts / Using the Communications Control". The URL is: http://msdn.microsoft.com/en-us/libr...(v=VS.60).aspx The Communications Control is MSCOMM32.OCX. Under the...
View Article