SQLite3 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 ArticleLatest 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 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 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 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 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 ArticleView email in VB6
I have a program that I am emailing the client. I have found many ways to send the email, which works fine for automatically send it. I am not sure how to get the email to show the email and have the...
View Articlemaking vb trailing program
hi there iam trying to make a vb program that display google earth map and it retrieve a set of points from a database and pin these points on the map how to put a google map on my program and make...
View ArticleHow to detect if one image touches another image
I have a game which consists of ball and poles. Player moves the balls with mouse. Poles do not move. How to detect when the round part of the ball (not the box it is in) touches any pole?
View ArticleHow to check what the current screen resolution height only is?
Hi there everyone. I have a textbox called ScreenHeight.txt, and I was wondering if it were possible to have vb find out what the current screen height resolution is, and put it in the textbox. I don't...
View ArticleSubtract 30 from all controls on form - their height and top positions?
Hi there everyone I am finishing up another math game, and I was wondering if there was a quick way to subtract 30 from all of the objects on the forms top position, and 30 from their height attribute?...
View Article