[RESOLVED] Someone help me please
Friends, please post ur helpful code/link to make a browse image button and put it into a picturebox/image I am glad and thankful to receive ur help VH
View ArticleMulti field search for mdb
Guys, really I am tired for trying to solve this: I want to make an only textbox that if u type the keyword the datagrid will filter the search result from mdb. I am glad to receive ur help T&R, VH...
View ArticleFileSystemObject and SubFolders
Hello guys, I am trying to create an updater in vb6 using CRC32 checksums. I have got the checksum creation code but I don't know how to go into a file directory and get the path of the file. I am...
View Article[RESOLVED] How to test a byte array for amount of data
I have a byte array loaded with sound recorded data but it is quit possible that the array is not completely full so I need a way to check for the amount of data in the array. I'm thinking maybe if I...
View ArticleProblem 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 Article[RESOLVED] VB6 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 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 ArticleSaving 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 Article