Character jumps through platform
I have attached my code . U will see that he jumps through the box .So can anybody give suggestions to make him land on the box and not jump through it even the bottom... (Maybe without a timer)...
View ArticleHelp With Printing To Excel
Hi, New user so sorry if anything isn't correct on my first post! I am trying to print some data from a form to an Excel sheet rather than just to my printer. I want to create a new Excel sheet every...
View ArticleIs this Form on Top?
I have a routine which put a particular form on top, namely: Code: Public Sub FormOnTopLFH(intHandle As Long, blnOnTop As Boolean)   Dim HWND_NOTOPMOST As Long  Dim HWND_TOPMOST As Long  Dim...
View Article[RESOLVED] help with this please
in fresh project am trying to get this to work i have 1 text1 in form and i have typed hello inside on text1 and now pressing the enter button , my goal here to to detect if enter button is pressed...
View Articleobject array element 2 doesnt exist error
i had 3 clients open and logged out 1 client and i get this error Code: Private Function GetAvailableSocketIndex() As Integer    Dim AvailIndex As Integer   Dim SocketElement As Variant   Dim n...
View Article[HELP REQUEST] Dll injection in VB6
Hello guys, I searched the forum but nothing found. Google brings a lot of non-Helping topics. Does anyone know anithing about it? If it is possible or not and how to do it, if you have an example...
View Articledoogle need your help
here is the source you fixed how ever it has small error kindly help fix this sir please. i run the server and i opened up 3 clients and had them all logged in when ever i log out the 1st chat client...
View ArticleSearch for a text file?
Hi there. I am working on a literacy program, but to help track student performance, I would like the program to look for an attendance list that could be somewhere else on the computer. Now the odds...
View ArticleUtilizing If Statement Loops
Hello All, I am trying to develop some code to use some correlation functions to determine pressure drop in piping systems. For example the first two functions are: dP1 = 0.066x^2 - 0.040x + 0.300...
View Article[RESOLVED] Error when opening excel file with Windows 7 Pro
Hi, I have a VB6 app that worked fine on Windows XP and Excel 2007. Now they upgraded to Windows 7 Pro and Office 2010. When it goes to use excel I get the error that this action cannot be completed...
View Articlebrowser help
i got webbrower as chat window and now i am trying figure out when users type in url www.google.com in chat window when they click it , webbrowser2 should load the link and keep the current chat window
View ArticleQuestion: How to do using RTB or regular text box
Here's what I need to do either using a Richtextbox or a regular textbox. After user types in whatever he types in he can run mouse over certain text and cause it to be selected then he clicks on...
View Article[RESOLVED] treeview help
i add items on treeview using this code adds icon with item Code: treeview1.Nodes.Add , , strLine, strLine, 2, 2 and now i wish to send alll items in treeview1 using this command but not working am...
View ArticleNeed Help with a Timer problem
I'm having trouble with a Timer in my app. Has worked for several years, but this is the first time I have been into the code since changing computers. Problem: A timer is defined with an interval of 5...
View Articleprinting problem
Good day guys. I am new here and new to programming vb6. I have this index card that contains record like so in this format: transno,date,idnum,patientname,age,etc. 1 1/1/2013 a01 johnson, rex 16 now...
View ArticleRotating Image Smoothly Without Delay?
I am wondering how to rotate an image in a PictureBox control and smoothly without delay? I tried some code from the archived posts, and there was a few seconds delay each time the wheel moved a notch.
View ArticleRotating an Object to aim at another Object
I am wondering how I would rotate one object to follow another. I need a method of doing so for a Tower Defense type game I'm working on. I need the towers to rotate to face the nearest enemy in their...
View ArticleLabel Printing
Hi, I've created Labels in Access Database. How can I print those lables from Visual Basic 6.0. Can anyone post some code or url . Thanx
View ArticleVB6 - How rotate a circle? (and other graphic questions)
I'm just trying to simulate the wheels of a train running. So I've to rotate 2 circles and the lines inside the circle (shape control). My first questions is: How to rotate a circle? My second...
View ArticleMacro that read Excel or CSV data based on Windows login
Hi All, I am looking for a macro that read excel or csv data based on Windows login So column 1 has Windows Usernames and column 2 has four digit string (unique to the user) that an application needs...
View Article