Rotating 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 Articlechat , friends online or offline help
from client i have treeview1 that has all contacts and i use this code out to server to send treeview1 list to server to check if that user is connected client this sends out treeview1 all user names...
View ArticleHTML Help with F1 Key
Hi I want to call my HTML Help File when I press F1 and the Form is visible. on the form I have set Keypreview to True,Whatsthis help to False and HelpContextID = 20 with code:- Code: VB6 Private Sub...
View Articlebirthday reminder 8 days
hello everyone i created a program with students and their birthday now each time a student have a birthday in the same day a form pop's up im trying to make like a reminder of 8 days or a week before...
View ArticleStore 300k string in application
I'm trying to store a string with a lenght of 300k chars into an application. First i tried to put it in a textbox but it didnt take that much. The richtextbox was more space but still not enough. How...
View ArticleRDP Connections
Hello. I am trying to figure out how to connect to RDP using winsock i have tried the following Private WithEvents rdp As MSTSCLib.MsRdpClient2 Private Sub Command1_Click() Set rdp = New...
View Articleinsert any specific keyword before any random keyword
how to paste something before keyword. example:- sentence = i am an software engineer. i want paste something before any one keyword means any one random keyword. every time it will select random...
View ArticleHow do I transfer in-memory data from one program to another easilly?
I've created these two test programs. Basic operation is this. One defines a Long type variable "a" and assigns it a value. Then the second one is run and it establishes a TCP connection to the first...
View ArticleListView Question
I add a line to a ListView like this: Code: Set itmX = ListView.ListItems.Add() itmX.Text = EmployeeName itmX.SubItems(1) = EmployeeNumber itmX.SubItems(2) = EmployeeYearsService...
View ArticleSetFilePointer doesn't work with ReadFile for physical drive reading
Nevermind I figured out what to change.
View ArticleDirect Printing out of .res
hello, i got huge problem... i wanna print a jpg out of the custom resource DIRECTLY, that mean i dont want an extra print-window for properties or smth. atm iam printing with shellexecute print but...
View ArticleCreate login form using php code?
I have a problem that needs to be answered urgently I have one last set about creating one web-based application log login with php source code that I have available! - I created one form, in which I...
View Article[RESOLVED] creating a special type (just like boolean)
Hello everyone. i want to define a type which has values only which i want. if want to assaing a value to a variable which is defined as boolean we see TRUE / FALSE options after = character. i want to...
View Articlevb6 read and evaluate fields from a .csv file?
Hi all, I have a .csv file and I need to evaluate certain fields inside of it. I thought the easiest way would be to convert it to an array and evaluate the elements inside the array (This has been...
View Articleneed your expert help combo1
hi alls i need your urgent help. in project have combo1 & text1 & text2 combo1 = server list server1 server2 server3 server4 text1.text should hold server text2.text port appath has server.txt...
View Article