Removing a Reference, VB6
My app formerly used a third party ocx (resize.ocx), and it was checked as one of the references in the Reference dialog box. I no longer need this ocx and have removed all code references to it. (A...
View ArticleUsing loop in text box
Hello I used textbox in my project i write a number and some thing writing i textbox using loop for example i used this code Private Sub Command1_Click() Dim i As Integer For i = 0 To 10 Text1.Text =...
View ArticleLooking for devs, creating comprehensive VB6 replacement from scratch
I'm begun a project, which I had a working pre-beta version of many years ago, that I have revived, and am looking to streamline, make the cod bug free, and something people actually would want to use...
View Article[RESOLVED] making an exe of a project causes emailworm
Dear all, Attached is the zip of project which notes the log in time when PC get starts But now when i m making the exe of the project it is complies & created but my K7 protection antivirus...
View ArticleODBC Driver Manager Data Source Name not found error
Trying to run compiled VB6 legacy program on Windows 8. Also installed VB6 learners edition on the Win8 machine, but have not installed SP6. The program stops at the first database reference:...
View Article[RESOLVED] how to add a combobox Name to be the default
i have a code that displays some values from a table to a combobox now when i open a new form the combobox is empty i did some coding but the first named displayed goes to the texr which i dont want i...
View ArticleHow to Display related Text in textbox when i am select item from dropdown box
Hi all, I have one problem in vb6 please help me.... i have created dropdown box which is showing a data of Name. i have also create a three more text boxes like "Area", "City", "MobNo". now first i...
View ArticleHow to Save Data from VSFlexgrid to Access Database
Hi All, Please help me i m new in VB6. i am using a VSFlexgrid 7.0 for putting data. now i want to save that data in to access database. can i save one single whole columns data of flexgrid in to...
View Article[RESOLVED] ODBC Driver Manager Data Source Name not found error
Trying to run compiled VB6 legacy program on Windows 8. Also installed VB6 learners edition on the Win8 machine, but have not installed SP6. The program stops at the first database reference:...
View Article[RESOLVED] How to Display related Text in textbox when i am select item from...
Hi all, I have one problem in vb6 please help me.... i have created dropdown box which is showing a data of Name. i have also create a three more text boxes like "Area", "City", "MobNo". now first i...
View ArticleCopy mmplayer video image to clipboard
Is it possible to copy a specific frame of a video played in WindowsMediaPlayer to clipboard ? Thanks
View Article[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 Article