check if process "notepad.exe" running then wait "notepad.exe" until it is...
hello i explain exactly what i need :) i need help on check if process "notepad.exe" running then wait "notepad.exe" until it is closed then Code: MsgBox "Just terminated.", vbInformation, "Shelled...
View ArticleHow to pass a byte array to SHGetPathFromIDList
Hi folks, I need to change a call to SHGetPathFromIDList so that I get folders with Unicode names That is using a byte array instead of a string. The old call using a string for the folder was.....
View ArticleCreating service which even runs during windows user is logged off
I have my own vb6 application which i used by lot of customers .I already have an update.exe with my application which checks for updates and installs it if available.The checking for updates is done...
View Article[RESOLVED] Disabled Text Font Colour
Hello, I am setting the enable property of a text box to false as I do no want the user to be able to change this. This changes the text colour to grey, I still need the user to easily read this, so is...
View ArticleHow To Run VB6 Application on Local Network Computers
I Want To Install My Program On One Computer (Server) AND Run My Program On the Other Computers on the Local Network Without Installing it On all computers . So What i should make in .OCX , DLL . I...
View ArticleWith in a With
Can I have a With in a With? I have two objects that are indexed. One is a UC and the other is a UDT Instead of this.... Code: UC(index).Text = UDT(index).uText UC(index).Value = UDT(index).uValue...
View ArticlePrint Checks with VB6 & Windows 7
We have a VB6 application that prints checks using Crystal Reports. The problem is that the version of Crystal Reports that is compatible with VB6 is so old that it must run in XP. We've upgraded...
View ArticleMake Error MessageBox
Hi I am working on a basic program where you input 2 numbers into text boxes and it outputs the answer to a label after you click the divide button. I know you can obviously not divide by 0 and was...
View Articlecan you give code for Doctor Appointment Formin visual basic 6.0 ??
so iwnt to create appointment table in MS ACCESS in my database and i am stuck to appointment schedule for doctor can you give me code plz.... thanks in advance!!
View ArticleBlood Group Form in Visual Basic 6.0
so i want code to accept blood group from user as he will choose his blood group from A, B , AB , O..... also i want that to connect the user info to my ms access database as their will be many users!...
View ArticleVB6 Add-in
Hello guys, I am looking for an add-in which would allow us to collapse the code in the main module viewer. Has anybody ever made something like this ? Is it possible to include/have such a useful...
View ArticleProblem with serial port and over-lapping events
Hi all, I'm writing a relatively simple program which requires some data exchange over the serial port. I'm using the standard MSComm control that comes with VB6 (SP3). High level requirement: 1) Every...
View ArticlePopulating ListView
Hi I have a method below, that populates a listview. As it is now it ommits last two columns from array of data it's getting, I need to change that so that it can return everything. but I get incorrect...
View Articlehow to add checkbox in vsflexgrid in vb6.0
Hi all, i am using vb6.0 and there is two different form like form1 and form2. i am create a vsflexgrid1 in form2 and put coding as whatever data is put in form1 is displayed in vsflexgrid1 when load...
View ArticleHow Can I Set The Print Layout With Continuous Paper?
I have to set a print layout for a continuous rolling paper with width 5 inches. What Should be the paper size when using the printer object. How can I set the printable area and A fixed height for a...
View ArticleVB6 exe without a form
Hi all, is it possibile to implement an executable with vb6 without any form? I mean something I can call with a parameter and from command line in this way: "myscript.exe 45" where 45 is the input of...
View ArticleTrouble setting width of MSflexigrid
This code only displays part of the last column, it's not wide enough Code: Sub SetGridWidth() Dim i As Integer Dim iWidth As Long Dim LineWidth As Integer LineWidth = 20 For i...
View ArticleVB6: Heavy form's controls load slowly and chaoticly
My problem ocurrs both in Windows XP and Seven, both throught VB6 and compiled, both in slow and fast computers. In my software, when it has "heavy" forms (with much much controls), they are loaded or...
View ArticleProblem with un-selecting numbers for keno game(stumped)
Hired a coder from FreeLancer a few month ago to write Code for a keno game. Can no longer find him. There are 80 numbers on the keno board. The numbers are selected by dragging the mouse over the...
View ArticleConnect VB6 App from internet with UDL File
Hello guys, I Created VB6 app for my client, but my client want my program can be accessible from internet, i use UDL_File for connection string, Is it possible ? if it's possible , how to do that ? Thx.
View Article