[RESOLVED] Dual 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 ArticleTab KeyAscii not working
I'm trying to set the focus to Text4 whenever the tab key is pressed, while the focus is at Text1. Why won't it work? :confused: Code: Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii = 9...
View Article[RESOLVED] Adding new item to array
Hi Guys! .NET has pretty good functions to add new items to an array. Is there anyway to do it with vb6, too? Because, you know, "Redim Preserve" is a bit bulky. It is backing up the old keys in the...
View Articlevisualbasic 6.0 OLE to MS word
good day to everyone. i have some problems with the OLE thing. Im making now a program that can edit my word template directly. things are going so smoothly populating formfields in my word template...
View Articleconnect to server ip and port using http proxy
chat client connect using http proxy help using winsock how can i connect to ip and port using http proxy with port 8080 or 80 or 3128 ? 1 example will get me started need...
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 ArticleSubscript 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 Articledisplaying records to itgrid from database filtered by text picked in combo box
good day i already populated my combo box with the supplier names successfully but now i am having a problem displaying records to itgrid from database filtered by text picked in combo box in which i...
View ArticleFor i...Next (i)?
I hope someone can help me with this, though I don't know if this question is trivial at the very least. I've quite a load of For...Next statements in my code, and in each subroutine that uses a...
View ArticleConflict between borderless form manual resize and borderless form drag and...
In the notes app I am currently developing, I have a borderless form with manual resize code and manual 'drag and move' code. The problem is that these two conflict with each other and I can't do both...
View Article[RESOLVED] load image1 from url with height and width
i need help understanding how to load image gif or jpg from url to image1 with height and width height = 377 width = 48 please urgent:eek::eek::eek::eek::eek::p:eek::eek::eek::eek:
View ArticleCrystal Report Query using VB 6
trying to get a report from access data base using VB 6 codes what i want it is a collective data data from my DB, between two given dates, say start date and end date and i need another field...
View ArticleProblem Filter Year with Between
Dear Expert, I have try to Filter year using Between in query, but it fails to Filter it still display the year from the first combo i choose when both combo box is activated. Kindly point me the...
View Article