Printing 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 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 ArticleGet commandline from a process on windows 7 64 OS not working?
Hi, I use this code, it works just fine on my laptop that uses windows 7 32 bit, but on my main setup which uses windows 7 64 bit, it does not return anything, it is like there is no process there to...
View ArticleI Cant figure this Out Update Sold Remain Via Sql
i have a form that handles treatments subscriptions magazines e.x a customer buy 12 subscriptions of a magazine now he pays me all the money for the 12 subscriptions and every time he takes a magazine...
View ArticleIncluding Russian Cyrillic characters in VB-code
Hi, My app supports dynamic switching between various languages. All translated texts are available through external language files, that are loaded when the specific language is selected. The welcome...
View ArticleHow can I hide 5 exe programs to one exe which is my program all in one?
Hi, I have a client that payed someone $1,000.00 to make 5 programs and he wants all 5 programs to be put in one exe which is the program Im making for him. Is there away to put all 5 exe's in my main...
View Article