Question about borderless Form
I'm making a game that requires using a borderless Form. How can I make it so that it shows in the taskbar like a regular Form would? Also, when minimized it still shows in taskbar.
View Article[RESOLVED] MYSQl Connectiong string
Hi guys. I created a database with xampp ver 2.3, 2.4,2.5. i use udl file to connect my program to database but when i click TestConnection it says error in intializing provider. here's my udl_file :...
View ArticleXML File
Hi I want to retreive data and create an xml file in VB . Is it can be done. Thanks
View ArticleNeed a fix for font-size increase of MS Sans Serif in Windows 7.
I have two vb6 programs that received their first customer-complaint for increased font size for MS Sans Serif font. I have read some of the discussions and understand the Windows 7 is the culprit. The...
View Article[RESOLVED] How to check if a customers has a remaining Treatments VIA rs.BOF...
i am trying to check if a customers has treatments left from a table and if not then no msgbox how ever if a customer has 2 treatments then msgbox is displayed e.x customer name ,david, Treatment name,...
View Articlehelp to download a ocx at Internet
hi guys :D i need help to download a ocx from Internet to my computer with vb6 and without any component. Thanks ♥
View ArticleIf 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 ArticleXML Node
I have list items loaded with XMl File Code: <list> Â <list1 name="Browsers"> Â Â <list2 Browsers="firefox "> Â Â Â Â Â Â Â </list2> Â Â <list2 Browsers="chrome">...
View Articledir
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 Article