Visual Basic 6.0

Description

Visual Basic (VB) is the third-generation event-driven programming language and associated development environment (IDE) from Microsoft for its COM programming model.

Get the filename of the process that is currently runing using vb6

Submitted by zahidmahmood on
I use following code to get list of opened files in proccess this code works fine but problem is this code get duplicate file name in current proccess. How to avoid duplicate the file handle in our process context. 2nd i use timer to check every 10 seconds in new file in proccess then filename add to list1. But timer working slow on my pc.....

How to print Text box values on a form to a Dot Matrix Printer VB6

Submitted by sarfarazbhat on
I have a project where I am saving the values of a text box and other controls in an Access database. But now i want the text of these controls to be printed as well. I am able to print them on a custom size paper but on a Laser jet printer but not on a Dot Matrix printer. If anyone has any idea please share it with me. I have already tried to save the values of controls to a text file but no success. My emai id is: [email protected] Thank you