Rset
Hi The project I am working on has 2 printer outputs which involves cash sums with 2 decimal places. one works the other does not can you see what I am doing wrong please. This works fine and all cash...
View Articlewhat is best image compression or remote desktop , will anybody share
i have this remote desktop am making due to size it slows down by 3 seconds i need to make jpg smallest as possible but keeping the quality or what suggestions u have to get this to work smooth 1:what...
View ArticleInteger string to pull
I have a seriese of integers stored in a file in teh second record. I need to pull these Integers to match them with appropriate lines in another file for ex file a has 4 integers 12 34 45 56 file b...
View Article[RESOLVED] Get the File Name of the Running VB6 Application.
Hey all, I have an application I've built and I want to increment the revision numbers on it just by changing the File Name of the compiled executable. My hopes were to have my program look at the...
View Article[RESOLVED] Using MS Script Control Version 1.0
I got this code from here a few months back that uses Micro Soft Script Control 1.0 and I am getting an error runtime error '438' Object doesn't support this property or method but according to the...
View ArticleAnother question about using script control
How do I get the output of a script that runs in MS Script Control I'm running a script in the control that prints output. The script runs correctly but I don't know how to capture the output of the...
View ArticleImagelist bound to toolbar issues . . .binding won't stay
I'm attempting to do something that I've done many times before and it should be so simple. But, for some odd reason, it's giving me real issues this time. I have an existing VB6 form with a toolbar....
View ArticleImproper capitalization in KeyBd_Event
The code below works fine except the "KeyBd_event" is sending a lowercase letter for each letter in "name". The "name" which I imput is "John Q Jones" but what I get out is "john q jones". What am I...
View ArticleIs there a way to thicken or perhaps change the color of listview columns?
Hi there. I have a listview called results view. I am setting up a form that keeps track of what literacy centers that students have been at for a whole week. There are 6 centers, so for 5 days that is...
View ArticleDual Monitors, help required???
Hello, I need to have a Form to detect dual monitors, which to run my Application on each of them. If not more of them, actually I only need to have the two for this project of mine. Then I require to...
View ArticleListView printout mess-up, please help
Code: Private Sub cmdPrint_Click() Dim i As Long Dim Count As Integer Count = 1 Printer.FontName = "courier new" 'Monospaced font works best Printer.FontSize = 5 Printer.PaperSize =...
View Article1 Question about sniffing!
hi i have a problem with this source code. this is sniffing the network good in win xp but it do not sniff in win 7. can anyone help me how to solve it, or anyway else to capture and know the data has...
View ArticleMSCOMM Help Needed realll bad
Hey Guys, So I am working with a VB6 project that is really old. This is my first time seeing this and it appears to be having problems when used with newer machines or with a usb to serial adapter....
View Article[RESOLVED] Subscript out of range error
Every time i run my program, a "Run time '381'. Subscript out of range" error occurs on this part of the code: FlexPP.TextMatrix(RR, 0) = PPDate(RSPartPayment.Fields(2)) Heres the whole code: Private...
View ArticleProblem with Dates
Can anyone help me please. I have a table for holiday wherein holiday names and dates are saved in that table(tbl_Holiday). I also have 2 dates for DateBorrowed and DateDue that are saved in another...
View Articlehow to add checkbox inside combobox
Dear Expert, How to add checkbox inside two combobox to compare date different.
View Article[RESOLVED] How To: Check and Uncheck Listbox with Style = Checkbox
How do I set and unset the check per item in a listbox with style set to Checkbox. I'm using a listbox to tell user which event has taken place. When 1st started the 1st entry in the listbox is...
View Articleneed do decompile com dll
we have a dll in prod that was put in 2005 however i cannot find matching change in our source repository. how can i rever engineer the dll so i can get the change done and put it in source repository
View ArticleCan't debug ActiveX project after switch to Win 7
Originally posted in COM and ActiveX forum... Thanks to this author I am running VB 6.0 on Windows 7 after my XP laptop's SSD failed. I can run ActiveX projects in VB 6.0 and call them from Microsoft...
View Article