[RESOLVED] how to open a facebook name that equals the same name as the label
i have a label with a facebook name of a customer how do i doubleclick on the lable and it goes straight to that customer name on facebook? i tried this Code: Shell "explorer http://www.facebook.com"...
View ArticleHow to trigger the desktop context menu...
I am wondering how to trigger the desktop context menu. If I right-click on my desktop, a context menu appears. I would like to right-click on an object on my form and trigger that same menu. How do I...
View ArticleNeed Suggestions
I'm working on a 3D games that has white and black colored balls. Player will mouse down on a ball and while he holds the mouse down he can move the ball and the object is to get the ball from it's...
View Articlehow to run vb6 application on linux
I have read on google that you can run exe files on linux using wine. OK, but what about if the exe files has reference to dll or ocx components ?
View ArticleChanging brightness
How would I go about changing the color of an object to a brighter color. The attached images shows approximately what I am referring to. The two balls on top are the original colors of the white ball...
View Article[RESOLVED] Changing brightness
How would I go about changing the color of an object to a brighter color. The attached images shows approximately what I am referring to. The two balls on top are the original colors of the white ball...
View ArticleSQLite3 UTF8 Covert
Hey Connecting to SQLite3 database and I have a problem with the output string. The database is in UTF8 and erroneously appear on my characters. The database stores: Evenie, áček A Visual Basic 6...
View Article[RESOLVED] Latest Sunday date
Hello all, I would like to know each time which was the date of the Sunday of previous week, whatever week, month or year I have as reference. For example, today is 06/12/2013 but I want to get...
View Articlecinema booking system
hi everyone i need help in creating my project in VB 6 which is cinema booking system the problem is in how to reserve the seats when a person chose the seat it will turn to red and if not it will be...
View ArticlePrinting the form landscape?
Hello there everyone. I have become used to printform for my printing needs, but I now have a form that I would like to print, but it would only fit on paper if it was sideways/landscape. Can printform...
View ArticleForm resizes to fill screen but the regular form size won't fit 1024x768?
Hi there everyone! I am working on a form that resizes to fill the screen on form load. It works beautiful, but when I was testing it on the 1024x768 resolution, and the forms size is just a little too...
View Article[RESOLVED] Alternative to .Point and .PSet
I have a program which was written by someone else that deals with extracting the pixel from an image using .Point, modifying it, then replacing it back using .PSet. However, I am not using Picturebox...
View ArticleHow would I go about creating this program? Carpet price calculator.
I'm trying to teach myself a bit more about VB, and I have no clue how to start a program such as this one, it's a carpet price calculator, I created a form myself which allows the user to enter a...
View ArticleHow can you detect your current PC's time that is set?
So you know how your PC displays the current time in the bottom right hand corner of the computer? I'm making a little store program for school and i'd like to have on the receipt the time the purchase...
View Article[RESOLVED] Assigning values to a 2d Array
I have a 2d array which will contain the X and Y positions of 32 objects. How do I get the values in the array (all values are different) so I can later refer to the array like this: object(n).X =...
View ArticleCopy items from listbox to label array?
Hi there! I am working on a math game with wild numbers. I am VB Code: 'This code copies the wild numbers to the big windowShowWildNumbers.ShowDim lIndex As Long If WildList.ListCount Then...
View ArticleHow to convert a byte array to image ?
Hello all, I have a small function API based that allow us to transfer a bmp image, in a easy way, to a byte array. This array could be stored somewhere via PropertyBag and called whenever we need....
View Articlecrystal report with acess 2003
vb 6 crystal report 8.0 database msacess2003 table- model datas in the table are a,b,c model1='a' crystalreportcontrol.sqlquery="select * from model where model ='" &"model1"&"'" this is not...
View ArticleFrames won't all fit on the form with smaller resolutions?
Hi there everyone. I am working on a math game with frames. There are 6 frames, and each frame has labels in it. I use a big resolution, but some of the students have smaller netbook sized resolutions...
View Articleascii above 128
when ascii above 128 ,it show "?" in the text of form , it is innormal. but I want to display it normal. I stuck here!:wave: eample :"condição" it will show "condi??o"
View Article