[RESOLVED] how to edit a subitem directly in listview via subclassing
after some web searching i found what i was looking for the problem is that i need to edit all the subitems in the listview but i cant figure it out how. lack of experience of mine this is the project...
View Article[RESOLVED] How to display images of numbers (ideas)
What would be the procedure to display numbers as images. I have images of individual numbers 0-9. I want to display images of a total of numbers instead of the actual numbers. How can this be done (...
View Article[RESOLVED] Overflow problem
So i was running the program and it says "Runtime error 6 : Overflow " , and it highlights the 20th line where it reads the data . The data are numbers supposed to be in 6 digits forms like xxx-x-xx ,...
View ArticleDownloading from internet to a file
Hi ! I've got some problem with downloading data (text) from internet. It's about those special chars we use in Sweden, like Å, Ä, Ö or å, ä and ö. I use URLDownloadToFile or DownloadFile from a...
View ArticleNeed help (Picture box alternate color)
Is it possible to have a picture box with alternate color? any help? Attached Images
View Article[RESOLVED] convert project from visual studio 2005 to visual basic 6
is there a way to convert project from visual studio 2005 to visual basic 6? i have a project that was made in vb 2005
View ArticleConvert Java To VB
I'm in the process of converting some old Java code to VB and I run into a few problems now and then Here is one of them Java code Code: do { int k1 = ai[j1]; int l1 = (k1 & 0xff0000) >>...
View ArticleQuestion about While
What is the proper way to code the below Do....While as I get a While without Wend error Code: ' Do If Left(s, 14) = "EndProfileList" Then normalMessage = True Exit Sub...
View ArticleRunning VB6 legacy applications on a Mac?
Do any of you have experience with running VB6 applications on a Mac using one of the compatibility systems that claim to support this? Does it work well or does it crash? Does it support use of Access...
View Article[RESOLVED] Question about Class module
In a class module is there a sub such as when you make an instance of the class that it is called where you can pass arguments? Like in Java, for example, I have a class called Square When I make an...
View ArticleShell Email Message
I'm shelling to my vb6 application from Excel so the users email compose window opens ready for Sending. My project has The code is: Code: Option Explicit Private Declare Function ShellExecute Lib...
View Article[RESOLVED] problem with images
I have jpg's of numbers 0-9 that are displayed in picture boxes. The images are in black squares The problem is : There is a small line on the bottoms and sides of the boxes. See jpg How can this be...
View ArticleVB 6 - Export to Excel
Hi I have a button that has to retrieve data from hpdata DB then export it to excel. can somehelp me with a basic code.
View Article[RESOLVED] Question for Unicode Gurus about Rtrim$
I need to save unicode font names and paths to disk for reloading and need to do so in fixed length strings. If I pad the string with spaces after strconv(Name,vbunicode) then on reload, I trim, check...
View ArticleDoes VB6 .exe work in win 8?
Hi guys I am sure many of you have tired running .exe created with VB6.SP6, does it run in win8? Is there any problems that you face in running it. Is there any difference with this between 32 bit and...
View ArticleMonth wrong
I have labels--H0 thru H11 and they all show a month name. However with the code i have it does'nt work properly. I want H0 to Show the month name for instance Nov--then when the month changes i want...
View Articleappointment calendar needed vb 6
as this is my first request of a complete code or half of it i realy need help in this i am for days searching the web for a appointment calendar vb 6 but no luck there is only vb net projects that i...
View ArticleData View Method '~' of object '~' failed
We've recently transferred a computer's programs from one XP machine to another using the PCMover program. We have done this before a number of times, all successful up to this point. But we are...
View ArticleLeaderboards
Hi, I need to create a leaderboard for my game. It needs to keep the data once the game has been closed so I assume using a text file would be the best solution. It also needs to display the top 10...
View Article