crystal 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 Article[RESOLVED] I 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 ArticleRandom Questions
This maybe quite immature topic but many programmers overlook or neglect these...or just confuse (just like me :bigyello: ) Here I go: ------------------------------------------------------------------...
View Article[RESOLVED] help on function to return with decimals
I have this function Public Function GetIntervalWeeks(mycriteria As Integer) As Long Dim a As Date Dim b As Date a = Format(GetLastRequestDate(mycriteria), "mm/dd/yyyy") b =...
View Articleinvalid use of null
help me..... i m writing the code for an app i m getting the error invalid use of null.my variable storing null value after the loop execution.first 3 times of loop execution it is saving the correct...
View ArticleVb6: how to execute standard exe in a synchronous way
Hi all, I did a standard exe in VB6 that I launch from dos command line. When I execute the program, the prompt returns immediately while the program executes his commands. How can I execute the...
View ArticleMoving Counter (Text Boxes)
I am trying to create the game frustration in VB6 using text boxes and I have encountered an issue. I cannot get the counters to move around the board as they should. I have attached a .zip file with...
View ArticleOperation must use an updateable query.
Hi to all master, i'm new in vb6 programming and i'm creating a simple server/client connection which saves and delete a record. upon clicking the save button i always get an error of OPERATION MUST...
View ArticleKeeping Score in vb6
I am coding Pong in Visual Basic 6, I am currently struggling on how to keep a running-score for each paddle. I would like the game to be up to 10 "Points". Once a player has reached that he will be...
View Article