Does any one know how to set the buttons of the Explorer mouse with out having to go to the mouse program every time. I would like to set up some presets for games, and have a exe, or bat or somethink like that change the values for the mouse quickly so that I could have full access to all of...
I am planning on storing data for my program in an INI file, but I dont know how to read from one. Some one told me that there is an api that does it, but I could not find it. Any help would be nice
Is there any way to send an array over a winsock controll? I am writing a game that used a server to get map files from. The files are stored in an array. I need to send it to the client. I really hope that I can send the array, and not have to get all the data out of it then send, and...
This is the code that I have right now
and txtstuff is a rich text box
Private Sub client_DataArrival(ByVal bytesTotal As Long)
Dim stuff() As String, i As Integer
Dim str As String
client.GetData str
stuff = Split(str, Chr(255))
For i = 0 To UBound(stuff)
If Trim(stuff(i)) <> ""...
I have the mocrosoft explorer mouse and I want to be able to change the buttons of the side two for certain things. I though I could write a VB program that changed their values and changed them back later. Then I thought I have no clue how to do that, so I though maybe tek-tips does. Any...
Is there a way to redim a variable array and assign values to it in one sub, and then use the values in a diffrent sub?
This is my code below.
Private Sub Form_Click()
Dim Equ As Long
Dim temp As String
Dim Lines() As String
Dim c As Integer
Dim w As String
Dim U As Integer
SetB...
I want to create a macro for a game. I want to have visual basic record what I am doing with the keyboard then play it back to the program that I am curently running. I am not sure how I can do this. Any help would be nice.
I want to know how long my computers has been running. I know I can do it by reading form a file that is created when the system starts that has the time and date that the system started on, but I want to know if there is a built in way to tell. Like an API call or somthing like that.
I Need to use a list view control to displaya list in 2 Columns. Then I want to be able to edit the entries through code and not let the user edit them. I know how to put the headders on, but I dont know how to edit the data that is in them, or even how to put data in...
I want to tell how BIG (in bites or KB or whatever) a file is. I want to be able to do this on any type (.exe, .zip, .mp3,...) I want to be able to use this for a Web site index program I am writting.<br><br>Thanks a bunch, and I love this site.
I am writing a program that helps me make web sites. And I want to use a common dialog box to select the colors.. But I need the values in either RGB or hex. Can any one give me a hand?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.