dir
Hi is there any one that can help me with dir problem I have a dir listbox and will that the dir listbox is pointing direct to app.path \backup when I press the command ( get backup) without going to...
View Article[RESOLVED] If then statement for picture files bmp in picturebox
Hi there! I am working on an attendance prog for students, and I am working on giving them the ability to choose a cartoon avatar. Basically they go to a form, and there are many options, then click on...
View ArticleWinsock client send large data
Hello members! I need to implement a server side application using Winsock and TCP/IP. The client will send quite large data (some 10 Kbytes). I assume I should use a loop with Winsock.GetData but......
View ArticleHow do I create a "click and crush" kind of thing for my project?
Hi everyone. My project is a "candy-crush like" game (very watered down version), where the player has to click on the objects to earn points. What I don't understand is, how do I make it so that a...
View ArticleCrop image and fix size in picture box
hello my question is i crop the picture and fix in another picturebox i draw two picturebox ( picture1 and picture2 ) see picture blow picture1 properties set autoredraw = true autosize = false...
View Articlelvwreport not defined/
Hi there everyone. I am looking up an old project, and I think I may need to reference something again, cause when I go to compile, I get a not defined error, highlighting lvwReport in the below code....
View Articlehow to count occurence of one character in in a string
assume word is " aaeehjsfjhk" now i want to count the total occurence of a in this word how i will do i tried: occurence=0 for i=0 to len(word) if instr(1,word,"a") then occurence=occurence+1 end if...
View Article[HELP] Alphabetizing ListBoxes
Hello, I'm working on my Final Project for my Computer Programming class, and I need some help on a problem that i've ran into. My group is creating a Rock-Paper-Scissors Game and my part of it is...
View Article[RESOLVED] how do i create a function that deletes a table each month?
i have a table of punch clock that users punches in and out everymonth now i want that every new month the list will be cleared from the earlier month e.x from 1 of january until end of january i see...
View ArticleDatabase Control?
If I were to use a database control on a VB Form, and retrieve the records from a text file, placing the contents of the text file into certain sections of the database, what would be the best database...
View ArticleSave ENTIRE Webpage From URL...
I'm using the urlmon api to download the html from a url, though it doesn't get all of the code. Using Chrome, I can right click on an object on the page and select "Inspect element", which shows me...
View ArticleC++ To VB6 Conversion
Hey there. It's been awhile since I posted in the VB6 area. :bigyello: I've recently been doing some heavy duty C++ programming lately, mostly in the DirectX area, and recently got into Winsock. So...
View Article[RESOLVED] Save ENTIRE Webpage From URL...
I'm using the urlmon api to download the html from a url, though it doesn't get all of the code. Using Chrome, I can right click on an object on the page and select "Inspect element", which shows me...
View ArticleDoes anyone have the source code for a game like bejeweled on visual basic?
Kind of what the title says. If you can help me find one, that would be great. I'm mainly looking for the source code so I can play around with it, and see what works/doesn't work.
View Article[RESOLVED] Error 70 (permssion) during FileSystemObject operation
Hello I am trying to copy my Document folder complete with subdirectories and all files in the root and them to another (backup) drive. First I tick the Microsoft Scripting Runtime in the IDE at...
View ArticleClicking on anywhere in a picturebox and move it around the form
Hi there everyone. I am working on a student attendance prog. When they come in, they see a picturebox with their name on it called Container1, and move it to a certain spot on the board, and it will...
View Articlecan I ask help on package and deployment here?
http://www.vbforums.com/showthread.p...t&goto=newpost
View Articleproblems with VB6 after reinstalling windows.
I have a laptop running vista and VB6 learning edition. I had to reinstall Windows and then reinstalled VB6 and SP6. I also have a rather large project in VB6 that I use to run the accounts and student...
View ArticleHow do I select a line of text in RTB using the line number ?
Hi all I hope someone can give me a simple solution. In VB6 I have a RICHTEXT box on a form, I want to be able to click on a line of text, to select all the text on that line, then change the colour of...
View Articlehow do i update the total of a time from another table that holds the same...
i have a timepunch clock that users punch in and out i created also a table called EnterWorkHistory now when a user punches in the clock i have a code that insert also in the EnterWorkHistory when the...
View Article