Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Hawkeye123456

    Microsoft Explorer Mouse

    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...
  2. Hawkeye123456

    How do you enter data in a tree view

    I want to use a tree view to show inventory in a game that I am writing. and I dont know how to use it at all. Any help would be nice.
  3. Hawkeye123456

    How do you read from an .INI file?

    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
  4. Hawkeye123456

    Winsock - Sending an Array

    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...
  5. Hawkeye123456

    How do I change the color of a rich text box control?

    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)) <> &quot;&quot...
  6. Hawkeye123456

    Explorere mouse buttons

    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...
  7. Hawkeye123456

    Rediming a Variable array

    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...
  8. Hawkeye123456

    Macros

    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.
  9. Hawkeye123456

    is there a way to tell how long your comptuers been running?

    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.
  10. Hawkeye123456

    This is Stupid How do I use a List View Controll?

    I Need to use a list view control to displaya list in 2 Columns.&nbsp;&nbsp;Then I want to be able to edit the entries through code and not let the user edit them.&nbsp;&nbsp;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...
  11. Hawkeye123456

    I have hex I need RGB

    Is there a way to comvert he values back to RGB???
  12. Hawkeye123456

    Need Help Finding the Size of a File

    I want to tell how BIG (in bites or KB or whatever) a file is.&nbsp;&nbsp;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.
  13. Hawkeye123456

    How do I get the hex value of a comondialog color?

    I am writing a program that helps me make web sites.&nbsp;&nbsp;And I want to use a common dialog box to select the colors.. But I need the values in either RGB or hex.&nbsp;&nbsp;Can any one give me a hand?

Part and Inventory Search

Back
Top