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

Using .au sound files

What API will play a .au sound file?

View Article


[RESOLVED] Do I need to type cast

Dim j As Variant : : : Dim k As Integer Assume j contains a numeric value Can I do this k = j or do I have to do this k = CInt(j)

View Article


[RESOLVED] how to type a specific word and it will change the fore color

is there a way to type a word or a part of it and it will change the fore color of it? e.x i have 2 textboxes if i type salsa then it changes to red if i type pc the it changes to blue and so on

View Article

Running VB6 legacy applications on an ipad?

How do you run vb6 legacy aplications on an ipad? Thank you, Punchy

View Article

Image may be NSFW.
Clik here to view.

how to edit a subitem directly in listview via subclassing

after some web searching i found what i was looking for the problem is that i need to edit all the subitems in the listview but i cant figure it out how. lack of experience of mine this is the project...

View Article


Image may be NSFW.
Clik here to view.

How to display images of numbers (ideas)

What would be the procedure to display numbers as images. I have images of individual numbers 0-9. I want to display images of a total of numbers instead of the actual numbers. How can this be done (...

View Article

Image may be NSFW.
Clik here to view.

[RESOLVED] how to edit a subitem directly in listview via subclassing

after some web searching i found what i was looking for the problem is that i need to edit all the subitems in the listview but i cant figure it out how. lack of experience of mine this is the project...

View Article

Image may be NSFW.
Clik here to view.

[RESOLVED] How to display images of numbers (ideas)

What would be the procedure to display numbers as images. I have images of individual numbers 0-9. I want to display images of a total of numbers instead of the actual numbers. How can this be done (...

View Article


[RESOLVED] Overflow problem

So i was running the program and it says "Runtime error 6 : Overflow " , and it highlights the 20th line where it reads the data . The data are numbers supposed to be in 6 digits forms like xxx-x-xx ,...

View Article


Downloading from internet to a file

Hi ! I've got some problem with downloading data (text) from internet. It's about those special chars we use in Sweden, like Å, Ä, Ö or å, ä and ö. I use URLDownloadToFile or DownloadFile from a...

View Article

Image may be NSFW.
Clik here to view.

Need help (Picture box alternate color)

Is it possible to have a picture box with alternate color? any help? Attached Images  

View Article

how to use vb6 on windows 8.1

I cant run vb6 on windows 8.1 Is there a fix for this ?

View Article

[RESOLVED] convert project from visual studio 2005 to visual basic 6

is there a way to convert project from visual studio 2005 to visual basic 6? i have a project that was made in vb 2005

View Article


Convert Java To VB

I'm in the process of converting some old Java code to VB and I run into a few problems now and then Here is one of them Java code Code: do {   int k1 = ai[j1];   int l1 = (k1 & 0xff0000) >>...

View Article

Question about While

What is the proper way to code the below Do....While as I get a While without Wend error Code:   '  Do   If Left(s, 14) = "EndProfileList" Then     normalMessage = True        Exit Sub...

View Article


Running VB6 legacy applications on a Mac?

Do any of you have experience with running VB6 applications on a Mac using one of the compatibility systems that claim to support this? Does it work well or does it crash? Does it support use of Access...

View Article

[RESOLVED] Question about Class module

In a class module is there a sub such as when you make an instance of the class that it is called where you can pass arguments? Like in Java, for example, I have a class called Square When I make an...

View Article


Image may be NSFW.
Clik here to view.

Shell Email Message

I'm shelling to my vb6 application from Excel so the users email compose window opens ready for Sending. My project has The code is: Code:   Option Explicit Private Declare Function ShellExecute Lib...

View Article

Image may be NSFW.
Clik here to view.

problem with images

I have jpg's of numbers 0-9 that are displayed in picture boxes. The images are in black squares The problem is : There is a small line on the bottoms and sides of the boxes. See jpg How can this be...

View Article

Image may be NSFW.
Clik here to view.

[RESOLVED] problem with images

I have jpg's of numbers 0-9 that are displayed in picture boxes. The images are in black squares The problem is : There is a small line on the bottoms and sides of the boxes. See jpg How can this be...

View Article
Browsing all 21835 articles
Browse latest View live