[RESOLVED] FTP Help
Looking through the forum and elsewhere, I have found so many examples on how to use FTP it's insane :eek: . But they either don't do what I need them to, are littered with other junk, use an ocx, or...
View ArticleAuto Delete White Distance Parts Top and Left of Picture
Hello , How can i auto Delete White Distance Parts Top and Left of Picture. I insert a command button and a picture box and load picture in picture box i wanted to delete White Distance Parts of load...
View ArticleWindows Media Player Control ERROR Trap
Hi everyone, Assuming that we try to play a video on our WMP VB control and the video is not available, and then we get these errors Is been a long time since I've been asking myself if there is a code...
View Article[RESOLVED] Math Issues With Boxes.....
I'm trying to implement Sweep AABB collisions for the first time based on this gamedev article: http://www.gamedev.net/page/resource...response-r3084 And what this is used for is collisions for fast...
View Article[RESOLVED] Trouble setting the forecolor of a MSflexgrid
I am trying to change this 2 column 8 row selected cells from blue to red,but it doesn't work. Code: Â Â Â Â no reason Code: Â Â Â Â Private Sub Command2_Click() Dim Hits As Integer Dim i As Integer...
View Articlequestion: how to enumate sql server names on network
how can we enumerate sql servers on the network, may it be mssql or mysql in order to put in listbox? I have googled already but I did not find any result. There is but not close enough like usql...
View ArticleWhere is Masked Edit Box in VB6 Learning Edition
Installed VB6 Learning Edition on Win8 machine and everything is working except I can not find the Masked Edit Box control. I am wondering if this control does not come with this version, and only...
View ArticleExporting a complete Paragraph to excel
HI i have a word document which contains the complete paragraph of about 1000 lines, now i need to export it to existing excel file , and thereafter also allow the user to save the excel file on its...
View ArticleHow to Auto Click On menu In Web Browser
hi there, I'm working on a simple project. I want to make a tool that can Load keyword List from https://adwords.google.com/ko/KeywordPlanner/Home and load in ListView Control. How can I do this...
View Articlehow 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