VB6 with DLL
Does VB6 register your DLLs? I have read where DLLs need to be registered however I have several VB6 applications that uses custom DLLs (DLLs I made using C) that I include in the App.Path....
View ArticleItem Management
Somehow I can't come up with a good item management system for the GameEngine I'm working on right now. I need it to be Flexible enough for an RPG game. I wanted to know what are your Approaches in...
View Article[RESOLVED] to make a help in vb6
Hi I wonder wich program to make help files in my program long time ago I used a program to make help files. Like you press F1 then you got help on that. any suggestions ???? Lenny
View Article[RESOLVED] Service Pack Installion for VB6
As DM pointed out, I should be using some of the many Service Packs made available over the last 15 years for Visual Basic 6. Well, I don't believe I ever did. So, after encouragement from DataMiser on...
View ArticleCounting Particular Letter Occurrences in a String
I want to figure out how to count particular letter occurrences in a string, from letters typed in an input box. Once I have the letter occurrence counting figured out, I plan to do math with the...
View ArticleW7 - vb6-98 - access - excel - error 3061
VB6 (32 BIT - 1998) ERROR 3061 - WINDOWS 7 - ACCESS 2007 - EXCEL 2007 I wrote a VB6 program that extracts records from an ACCESS 2007 database and writes them into an EXCEL 2007 sheet. The program...
View Article[RESOLVED] How to display all dates of a selected month in separate labels.
Hello, I am currently working on a project in VB6 and I need a little help. I have a combo box which I will use to select the month. Once I select the month, I want the labels(control array) below to...
View ArticleReturn a Value from a Built-in Procedure?
Hello, Please excuse the title, I really have no idea what else to call it. But I'm trying to make a function that returns a value off a procedure called from a private Module, say, Command1_Click(),...
View ArticlePermission Denied on Key Preview
Env -- VB6/ win7 Sir, I have designed a VB6 form on with I have made the key preview on. I want my users to change the focus on next control and select the whole text on that control on press of ENTER...
View Articleright click on Label
is there any code which can be implemented on all labels on form for right click and copy given link of labels to clip board .. need help please
View Article[RESOLVED] Return a Value from a Built-in Procedure?
Hello, Please excuse the title, I really have no idea what else to call it. But I'm trying to make a function that returns a value off a procedure called from a private Module, say, Command1_Click(),...
View Article[RESOLVED] right click on Label
is there any code which can be implemented on all labels on form for right click and copy given link of labels to clip board .. need help please
View ArticleAutomatic addition of '#' when assigning variable value
This seems like a very simple problem that I can't find any information on. A simplified version of the code - I have a larger script as part of a maths problem which uses the number '6008514752' as an...
View ArticleRe: web browser
Hey Friend's Can Any One Tell me The Coding Of "Save Image As" Option In My Browser??? Plz Help FrnDz
View ArticleNeed help (operation is not allowed when the object is open)
i'm getting error "operation is not allowed when the object is open" what's wrong with my codes? Dim ASSIGN As String Dim SQL_NUMBER As String Dim SQL_NEW As String Dim SQL_LIST As String Dim SQL_FIND...
View ArticlePerform actions on selected row in datagrid using button click.
Hello, I am using VB6 and have a question about datagrid controls. I have a datagrid on my form which will import data from a database on form load. The data in the grid are basically requests that...
View Article[RESOLVED] List all objects in form and show it to text box
how to list all objects in form and show it to textbox and sort the list by ascending ??
View Articleis there any way to record program flow for error checking later?
Our Clients sometimes complain about program not working in the desired way. We spent hours testing and sometimes are not able to find how that chance for error occurred. If there was any way to record...
View Article[RESOLVED] how to determine if inputbox is enpty
is there a way to determine if a inputbox is empty like a text? exmple Code: if text1.text = "" then msgbox "requierd fields" end if something like this this is my code for the inputbox Code: Dim...
View Articlehow to put a single colored row in a listview
is there a way when i save something to put a colored row in the listview but single row i have a textbox and when i enter something there it changes to red i want to put the same color like the text...
View Article