how to filter hairdressers by name Via Calendar control
i bought a calander control that make appointments now i added a combobox to filter the customer's by hairdressers names the problem is it dosnt filter very good e.x if salsa has 8 appointments and...
View Article[RESOLVED] how to filter hairdressers by name Via Calendar control
i bought a calander control that make appointments now i added a combobox to filter the customer's by hairdressers names the problem is it dosnt filter very good e.x if salsa has 8 appointments and...
View ArticleDtpicker help
i have a combo box to select "Today" "Yesterday" etc. i am not understanding how to get the dtpicker to display them using select case *VERY new to this - your help would be very much appreciated...
View ArticleWhy Does API:Sleep Work in this Case??
I run Excel from my VB6 Application using "CreateObject" If I close Excel directly (Not from the VB6 App) and then try to Start Excel from my VB6 app I get "Application Defined Error" even though I...
View ArticleUpdated executable encounters 429 error when executed
The executable is created on my new PC and placed on a corporate server. Upon execution of the app on the server it encounters a '429' error. The application has not been updated in several years. When...
View Article[RESOLVED] randomize producing the same number more than once
i have a 80 number msflexgrid cols 0 to 9 rows 0 to 7 I try to produce 20 randomly selected numbers, but have found the randomize outputs the same numbers more than once sometimes the same number is...
View ArticleReading selected files in a text file
ok guys , i have a big challenge that i can not get out , i have worked on vb6 many years ago and then i stopped , but now i am starting again and the simple stuff i can handle , but this one i am...
View Article[RESOLVED] Ball Doesn't Stay Centered During Enlargement
A Image control has a picture of a round ball. The control sits under two lines. One line is horizontal and the other line is vertical and they intersect the ball through the center of the ball. I want...
View ArticleMoving an image relative to the mouse as it gets bigger or smaller
A game I am working on in 3D requires that the player mouse down on an image and move this image to one of several end points. As the player moves the image towards the end points the image gets...
View ArticleForm changes from Modal to Modeless when changing sheet cell and deactivates
My form keeps getting deactivated (losing focus) when my code changes any data on a spreadsheet and the user is able to select different cells even though the form is still open as if it is now...
View Articlehow to delete if checkbox is check else delete 1 item not working
i added a new check box if a user wants do delete all the records in the list if not then he choose from the list and hits the delete button i added a code but if the checkbox is not checked it still...
View Article[RESOLVED] Reading selected files in a text file
ok guys , i have a big challenge that i can not get out , i have worked on vb6 many years ago and then i stopped , but now i am starting again and the simple stuff i can handle , but this one i am...
View ArticleHow to copy a bidimensional array in an unidimensional one ?
Hello all, Often I need to convert a bidimensional array (always a variant) in a unidimesional array so that to be able to join its value in a string. Each time I have to do this using a loop in order...
View ArticleLooking for good VB6 P-Code decompiler
I've heard that unlike native code (which can only be decompiled into assembly code), P-Code is actually capable of being converted back into VB code. For example, if I compile into P-Code the below VB...
View ArticleHelp will not show up.
I have installed VB6.0 SP6 on a new machine with Windows 7 Pro 64 bit. I get that same error message as Zampag when I try to access Help by any means. I tried the same install on another older machine...
View Articleopen a URL under the present page with out renew a tab in google chrome
when the button is clicked, an URL is opened by specific browser as Google Chrome through VB6.0. When the button is clicked once again, a new tab will be created on the page. Who can tell me how to...
View ArticleWorking with MSFlexgrid need help!!! Urgent!!!
I am working on a tool, where the users can create & edit records. The back end database is MSAccess and the front end application is VB6 Form(Multi User). The data is updated in msflexgrid in the...
View ArticleVB .NET Builder Linked with VB6 - Runtime Error 9
Hey guys! :D - I have been now looking on this forum for a long time, and I must say, I really like it: - So I decied to register here :) I currently face a problem though.. Im trying to make a stub...
View Article[RESOLVED] how to delete if checkbox is check else delete 1 item not working
i added a new check box if a user wants do delete all the records in the list if not then he choose from the list and hits the delete button i added a code but if the checkbox is not checked it still...
View Articlei ned help for array textbox and listview
hello everyone i am a beginner vb6. i need help my code is here Private Sub ListView1_ItemClick(ByVal Item As MSComctlLib.ListItem) Dim Index As Integer Index = ListView1.SelectedItem.Index...
View Article