Problem with HTML help Workshop (using bookmarks)
Hi ! I'm about to create a new help file (.chm) for my application. For that reason I've made some html-files, each one with few boomarks, that works pretty well internally and with cross links to each...
View ArticleIE tab
I am not really sure if this is my vb fault or not. It's a very simple executable that shells an Internet explorer, hide it and then END. The issue I am having is that, if I launch an IE application,...
View ArticleWhy do I not get a Type Mismatch
Dim ByteArray(32) as byte ' ' Do some stuff ' ByteArray(2) = "" I would have thought a Type mismatch error on loading a "" into a byte array
View ArticleVB6 Not Null problem
I'm stuck with this one When I do the test it is not working When there is nothing in rsCard!Young1,rsCard!Young1 retuns Null it works When rsCard!Young1 returns somethings like 25 ore "25" it keeps...
View ArticleNumbers Only and - Only
Hi All I am try to only type numbers in a textbox and stop letters from going into textbox which works fine, But I also want ------- to appear in textbox I looked up on the internet and should be...
View ArticleHow do I subclass to capture titlebar events
How do I write a subclass to capture titlebar events; such as capturing when user has mouse down on titlebar and moved the Form, etc? Also, if not then how can I make a titlebar to replace the system...
View ArticleEvent doesn't fire when filling external combobox with sendmessage, only text...
I need to use the "Save As" dialog box to save a file on the Desktop. (Windows XP) To do that I made this code to change value of the combobox on the top combobox to "desktop". When I run it, the text...
View Article[RESOLVED] How to make Listview not to truncate trailing zeroes after decimal
Hello, I made a program to import data from Excel spreadsheet. It seems everytime datas with trailing zero will be truncated. For eg. 1245.60 will turn out as 1245.6 1245.61 appears ok - 1245.61...
View ArticleQRCode 2D barcode
Hi, Can you tell me where I can find a free dll or something for me to do QRCode 2D barcode in VB6? Thank you in advance.
View ArticleNeed help about listview
listview1 : records - james - jamie - jon - mon listview 2 : records - james - jamie - jon how to transfer records from listview 1 to listview 2 without duplicating records only the new record can be...
View Article8555 error obtaining Printer info in VB 6 app in Window app
Hello I have an old VB 6 app where i m trying to run a report. But it shows "8555 error. . Errror obtaining Printer information" in Windows 7 This works fyn on XP but not on Windows 7, though it is...
View ArticleHow can i generate a dinamic datareport ?
Hi Guys! :D i've a problem with a big blocks with codes to format my datareports in moving, resize and change the objects of the reports. The system offers many ways to show the listview information,...
View ArticleImage and mdb
Guys, please solve or give me the link about this: I have a picture in 'Image1', but I don't know how to save it to my mdb database. And I also don't know how to retrieve it from my database to...
View Article[RESOLVED] Saving Date as NULL
Hi, I want to save the red highlighted date as null, using VB 6 and Access 2003 as back end, my code is as under, but not giving the desired result. Code: mSQL = "Insert into tblChqMaster...
View Articledirection feature extraction (handwriting recognition)
Hello, everyone, I'm working on the task to create a character recognition application. I use direction feature extraction algorithm, does anyone know that algorithm?? if anyone know, please let me...
View ArticleIs there a better way to do this
Code: Dim n As Long Dim tempArray() As Byte ReDim tempArray(Len(StringData)) For n = 1 To Len(StringData) tempArray(n - 1) = Asc(Mid(StringData, n, 1)) Next n
View ArticleHow to search or display all the data with empty value on specific field
This is what I'm doing, I want to count all the valid or updated list of person in listview, I have 4 category The updated, Insufficient, Unknown, and moved out All 3 category is ok but not the...
View ArticleBegginer, need help with a program that convers roman-> arabic numbers
Hello people, i have a problem making this program as it always prints out 0 at the end. If anyone can check the code i will be very grateful. THanks in advance. Dim rimski, c, d As String Dim broj, i,...
View Article