Search:

Type: Posts; User: HaLLa

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Thread: Winsock Packets

    by HaLLa
    Replies
    7
    Views
    781

    Re: Winsock Packets

    Any help with this please?
  2. Thread: Winsock Packets

    by HaLLa
    Replies
    7
    Views
    781

    Re: Winsock Packets

    Ok im working on this...

    Dim incommingData As String

    Case "MSG"
    txtWindow.Text = txtWindow.Text & vbNewLine & incommingData
    txtWindow.SelStart =...
  3. Thread: Winsock Packets

    by HaLLa
    Replies
    7
    Views
    781

    Re: Winsock Packets

    Thanks that should be useful. I will work on that tomorrow.
  4. Thread: Winsock Packets

    by HaLLa
    Replies
    7
    Views
    781

    Winsock Packets

    I know how to send 1 packet and recieve 1 packet for a simple chat program using Winsock.

    My question is how do I make it so that I can send multiple packets and receive them and do something...
  5. Thread: Keypress Code

    by HaLLa
    Replies
    9
    Views
    903

    Re: Keypress Code

    any help?
  6. Thread: Keypress Code

    by HaLLa
    Replies
    9
    Views
    903

    Re: Keypress Code

    It should be working fine... so vbKeyPrint is the correct code for it? Cause I dont see why its not working.
  7. Thread: Keypress Code

    by HaLLa
    Replies
    9
    Views
    903

    Re: Keypress Code

    I have a checkinput sub
  8. Thread: Keypress Code

    by HaLLa
    Replies
    9
    Views
    903

    Re: Keypress Code

    Some reason this isnt showing the picture..

    If KeyCode = vbKeyPrint Then
    frmMirage.picLOGO.Visible = True
    End If
  9. Thread: Keypress Code

    by HaLLa
    Replies
    9
    Views
    903

    Re: Keypress Code

    Thanks
  10. Thread: Keypress Code

    by HaLLa
    Replies
    9
    Views
    903

    Keypress Code

    What is the keypress code for Print Screen?

    I want to make it when somone does that it puts an image on the screen.

    Thanks.
  11. Replies
    9
    Views
    1,342

    Re: Transparent colors (BLT)

    Why am I getting... User defined type not defined.. for

    Dim Key As DDCOLORKEY
  12. Thread: Keydown

    by HaLLa
    Replies
    14
    Views
    967

    Re: Keydown

    ok actually think I had it in keyup event by accident lol
  13. Thread: Keydown

    by HaLLa
    Replies
    14
    Views
    967

    Re: Keydown

    That doesnt work either... it flashes... like it goes away real quick then its back...
  14. Thread: Keydown

    by HaLLa
    Replies
    14
    Views
    967

    Re: Keydown

    Ok im close to getting it but heres problem. I got it working but how I have it ... I use F5 to hide and bring it back... depending on if its visible or not. But when I hit the button it sees its not...
  15. Thread: Keydown

    by HaLLa
    Replies
    14
    Views
    967

    Re: Keydown

    Well how would I use the Function keys to do that then?
  16. Thread: Keydown

    by HaLLa
    Replies
    14
    Views
    967

    Re: Keydown

    Ok I got it now but whats the KEYASCII for the F buttons... F1-F12?
  17. Thread: Keydown

    by HaLLa
    Replies
    14
    Views
    967

    Re: Keydown

    That doesnt seem to work

    well if I dont click in the textbox it shows - or + but doesnt do anything... if I click in there then they do stuff...

    how can I do it just when I press the buttons...
  18. Thread: Keydown

    by HaLLa
    Replies
    14
    Views
    967

    Keydown

    I want someting to happen when someone clicks + or -

    how would I go about this... thanks
  19. Replies
    6
    Views
    5,370

    Re: VB: Snake (My Version)

    There is a tutorial here that I originally used to create it I then added more to it... but yeah if you want the source I guess I can upload it.
  20. Replies
    3
    Views
    630

    Re: Alpha-Blending with vbDABL

    yeah I already saw that tut but it confuses me so I was wondering if someone could give me an example thats bare mininum
  21. Replies
    3
    Views
    630

    Re: Alpha-Blending with vbDABL

    Could anyone help please?
  22. Replies
    3
    Views
    630

    Alpha-Blending with vbDABL

    Could someone give me an example of how to do with... with 2 picboxes.

    Just the code necesary to do so would be best. That would be really helpful... im trying to get it to alphablend my menus for...
  23. Replies
    2
    Views
    511

    Re: Whats a nice way to move a picbox?

    Thanks that works better.
  24. Replies
    2
    Views
    511

    Whats a nice way to move a picbox?

    Whats a better way to move a picbox than this...


    Private Sub picPlayerSpells_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
    picPlayerSpells.Left = Y
    picPlayerSpells.top...
  25. Thread: Alpha Blending

    by HaLLa
    Replies
    2
    Views
    510

    Re: Alpha Blending

    I couldnt really understand these... can anyone explain it really simple
  26. Thread: Alpha Blending

    by HaLLa
    Replies
    2
    Views
    510

    Alpha Blending

    I want to alpha blend a rich text box and form or whatever.

    I am working on a game and want the menus to be over the visible screen but I want so they dont block it... so I beleive alpha blending...
  27. Replies
    3
    Views
    499

    Re: Run-time error '3021'

    Actually its NPC(I).... I is the integer... it is 1 to the max NPCS. So more less it runs through all the npcs.

    Well theres a lot and lot of code thats related to NPCs to post it all
  28. Replies
    3
    Views
    499

    Run-time error '3021'

    Ok I searched and saw this was posted before but I cant figure it out... heres my code...

    Sub LoadNpcs()
    Dim I As Long
    Dim cCount As Long
    Dim RS As ADODB.Recordset

    'Setup database stuff
    Set...
  29. Replies
    1
    Views
    459

    Animated GIF Control

    Is there one that is free? The one on there is good and all but you have to buy it. I was wondering if there was one free.
  30. Thread: Sending Packets

    by HaLLa
    Replies
    5
    Views
    696

    Re: Sending Packets

    Well that would be done through packets also I guess. Such as the client wants information so it sends a packet to the server to request it The server then sends the data to the client.
  31. Thread: Sending Packets

    by HaLLa
    Replies
    5
    Views
    696

    Sending Packets

    Hey I have a server working that connects to multiple clients. Instead of sending all of the data together with SendData for winsock I want it to send packets whenever they are called. How would i go...
  32. Replies
    23
    Views
    1,281

    Re: Getting Text from a Text file.

    last question and thats it...

    how do I write to a file now.

    thanks for all the help so far.
  33. Replies
    23
    Views
    1,281

    Re: Getting Text from a Text file.

    thats what was posted above in how to do it... I just elft it but I will change it.
  34. Replies
    23
    Views
    1,281

    Re: Getting Text from a Text file.

    I figured it out... I had it in in a folder just onthe C drive to test. So I guess it auomatically went there and read that ... I put the other one there to and it works like that.

    I want it to...
  35. Replies
    23
    Views
    1,281

    Re: Getting Text from a Text file.

    Ok Everything working... now I am trying to display a text file and I have same path and it says its wrong but if I do full path it works. I dont get that.

    example...

    for path for admin.log I...
  36. Replies
    23
    Views
    1,281

    Re: Getting Text from a Text file.

    Ok this one is working

    Dim lonFF As Long

    lonFF = FreeFile

    Open "\Logs\player.log" For Input As #lonFF
    txtTextBox.Text = Input(LOF(lonFF), lonFF)
    Close #lonFF
  37. Replies
    23
    Views
    1,281

    Re: Getting Text from a Text file.

    The file I want to open is .log but I thought that might work like a .txt file. It opens like a text file. Anyways I tried the first new post and it displays nothing. The last one doesnt do anything.
  38. Replies
    23
    Views
    1,281

    Re: Getting Text from a Text file.

    That is not displaying anything.

    Also you added something didnt you? I jsut want to display the text from the text file in the program.
  39. Replies
    23
    Views
    1,281

    Getting Text from a Text file.

    I just want to open a text file and get all of the text in it. I will then show it in a textbox... what is the command to open it and take the text from it?
  40. Thread: ReceiveData

    by HaLLa
    Replies
    4
    Views
    527

    Re: ReceiveData

    So there you have ":" splitting the data, correct?

    Also I would like to set it up to sendpackets but no experience with that. So instead of sending all data at once it sends when you call the...
Results 1 to 40 of 66
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width