Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Browsing all 21887 articles
Browse latest View live
↧

Draw a trapezium from a file with gdi+

hi i've downloaded the project : [VB6] GDI+ Usage & Samples what i'd like to do is similar to "PolygonBlt", but instead of a rectangle, i would like a trapezium the sample project uses the function...

View Article


Save button?

Hey guys, currently I'm making a basic text-editor program. So, I want to make a save button which will save all the text written. PLEASE HELP. (I'm using VB 6.0)

View Article


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 Article

what 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 Article

clear 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 Article


[RESOLVED] Why does this code unload my whole project?

There are two forms. The first one(form1) has a command button. When you click it, it calls the second form(form2) using this code: Code: form2.show In form2 there are two picture boxes. The first...

View Article

how 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 Article

writing 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 Article


run time err 10 in vb6

hi what is the cause of run time error 10 this array is blocked or temporarily locked.

View Article


Resize 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 Article

Help!!!(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 Article

Search/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 Article

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


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

formName.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 Article


Saving 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 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

Image may be NSFW.
Clik here to view.

Error While Exporting the Data from Flexgrid to MS Access Table

Hello all, I know this query might have been asked many times in this forum but really appreciate if any one helps me out. Problem Statement : i had to export the data stored in Excel to a Flex Grid...

View Article

Subs/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 Article
Browsing all 21887 articles
Browse latest View live