Search:

Type: Posts; User: totaly

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    668

    Help with KEYCODE

    can someone help improve this keycode, is thier a better shorter way of doing it


    Private Sub txtCommand_KeyUp(KeyCode As Integer, _
    Shift As Integer)


    Dim d ...
  2. Replies
    27
    Views
    15,479

    Re: VB6 - Imageshack upload module

    i tried the updated code, but the direct link wont work for me when i use the inet control
  3. Replies
    4
    Views
    456

    Choose a RND filename

    Hi,

    i want to take easy snapshots without the hassle of naming the pics, so two problems.

    1) filenames will need to be random
    2) what if filename already exsists?

    at the moment im using...
  4. Replies
    1
    Views
    466

    Sending a string in order

    If cat = C_General Then
    For a = 0 To UBound(ItemDB)
    If ItemDB(a).IType = C_General And ItemDB(a).ForSale = True Then
    msg = msg & ItemDB(a).IName & Chr$(1)
    ElseIf ItemDB(a).IType = C_Pager And...
  5. Thread: SplitMsg

    by totaly
    Replies
    1
    Views
    493

    SplitMsg

    Hi,

    im wondering if its possible to split the data so i only recieve the persons name,
    i could just add the [ ] later on instead of sending it in the string, but i thought id ask instead of...
  6. Replies
    5
    Views
    547

    Scrollbar ListIndex

    frmBuyDrugs.lstBuyDrug.ListIndex = scrollbarpos

    Hi,

    at the moment im setting a scrollbar to the listindex, my scrollbar goes back to where it was last, but its asif its the last item in the...
  7. Replies
    0
    Views
    647

    Proxy Inet control

    HeLLo,

    i normally manually configure my proxy settings in tools>options>connection in mozilla firefox and idle on sites but i want to be there without actually having the webbrowser open.
    ...
  8. Replies
    10
    Views
    1,005

    Re: Media player objects

    i found another ActiveX control i intend to use i attached a pic, shame i liked the windows media player idea i may do it both ways, anyway ill make my server program tomorrow and put it to use and...
  9. Replies
    10
    Views
    1,005

    Re: Media player objects

    WindowsMediaPlayer1.URL = "http://" & txtIPAddress & ":" & txtPortNo

    WindowsMediaPlayer1.Controls.play

    'so i can create a chatserver with a listbox for users and use listindex to set the...
  10. Replies
    10
    Views
    1,005

    Re: Media player objects

    thnx ill check it out now, i just come across this

    <p>You can also view this live feed directly in Windows Media Player by <a href="webcam.asx" target="_blank">clicking here</a>.</p>

    so i...
  11. Replies
    10
    Views
    1,005

    Re: Media player objects

    hmm i did do a ss before forums went down, if i was to use windowsmediaplayer1.url then i would have to To Write AVI first i guess otherwise thier`ll be an error saying the media player cant play...
  12. Replies
    10
    Views
    1,005

    Media player objects

    Hi,

    i want to make a simple webcam viewer but i dont like the examples on psc so im wondering if this is possible instead of using a picturebox and tons of modules and dlls.

    is it possible to...
  13. Replies
    0
    Views
    433

    [RESOLVED] windows media player object

    Tv.url works when playing streams, but i want to use a .avi video clip on my desktop as a sort of splashscreen when the form_load`s but it dont seem to work
  14. Thread: Client Project

    by totaly
    Replies
    8
    Views
    731

    Re: Client Project

    I just attached a New version with my new ipaddr and added in game Chat so its easier to communicate to each other,

    CMDS
    Chat ;hello
    sqauretalk SAY HELLO
  15. Thread: Client Project

    by totaly
    Replies
    8
    Views
    731

    Re: Client Project

    i just purged and spawned new ones so now they fighting back
  16. Thread: Client Project

    by totaly
    Replies
    8
    Views
    731

    Re: Client Project

    i removed alot of things to prevent problems, there are a few commands left,

    you may come across Npcs if you move around, and if u type AIM when you do see one they`ll attack you which means your...
  17. Thread: Client Project

    by totaly
    Replies
    8
    Views
    731

    Re: Client Project

    weird ill try and get to the bottom of it,

    can you move around use arrow keys to go n,e,s,w and make sure u set focus on the bottom textbox, so click ya mouse there first.
  18. Thread: Client Project

    by totaly
    Replies
    8
    Views
    731

    Re: Client Project

    i Updated The Above Code, So Now U Can Connect!!!
  19. Thread: Client Project

    by totaly
    Replies
    8
    Views
    731

    Client Project

    Hi,

    i just uploaded a client to work on and currently hosting the temp server..so appreciate it if people help me out before i get disconnected and ip may change

    '-a few things that could be...
  20. Replies
    8
    Views
    782

    Re: On error resume next

    heres a pic, i dont see the problem with that line tho, and when i comment it out all of a sudden thiers a problem with this line, which makes sence since the messages aint working..but i just dont...
  21. Replies
    8
    Views
    782

    Re: On error resume next

    problem is, dont get an error, just nothing happens without resume next
  22. Replies
    8
    Views
    782

    On error resume next

    When i comment out ON ERROR RESUME NEXT, the item aint removed, so code dont work, but when its left in, items remove alright..but i dont get any of the messages YOU SET A BLA BLA on the ground, i...
  23. Replies
    2
    Views
    440

    RecordSet Database mdb

    Hi,

    at the moment im loading/saving to .dat files, can anybody show me how to use select/recordset,

    Public Sub SavePlayerData()
    Dim a As Integer
    Dim ff As Integer


    For a = 1 To MaxUsers
  24. Thread: LoadPicture

    by totaly
    Replies
    2
    Views
    551

    LoadPicture

    Hi,

    i want to make some sort of clan badge maker on my game so i can display it on a form, so i intend to allow people to select a back and foreground image to get the end result.

    its a...
  25. Replies
    4
    Views
    428

    Re: Tidy Up IF code

    thanks for the advice, i prefer robs to mine, just looks nice lol, thnx for the help
  26. Replies
    4
    Views
    428

    [RESOLVED] Tidy Up IF code

    just wondering if thiers a better way to do this instead of all the IF`s, and if its worth tidying up atall, maybe i could use With City(User(Index).Location) i think i will end up back wher i...
  27. Replies
    5
    Views
    1,560

    Re: [RESOLVED] Scrolling Marquee

    thats great thnx
  28. Replies
    5
    Views
    1,560

    Re: Scrolling Marquee

    thank it works, but when the caption comes to the end, object is required so i get an error

    Label1.Tag = Trim(Label.Caption)


    ah wait, should be label1
  29. Replies
    5
    Views
    1,560

    [RESOLVED] Scrolling Marquee

    Hi,

    i want to use a scrolling marquee to display text, so when i set the label caption and its scrolled once, i want it to stop...but how can i tell when its already been scrolled.

    Private Sub...
  30. Replies
    1
    Views
    442

    [RESOLVED] Search a Listbox

    Hi,

    i want to add a searchfield to return results for a specific word in a string..

    so if i enter the word in a textbox, the item is selected/highlighted in a listbox, perhaps pressing the...
  31. Replies
    10
    Views
    1,331

    Re: [RESOLVED] Ping a client

    i get a average time of -135ms, how long would a lagged person reply be about?
  32. Replies
    12
    Views
    1,036

    Re: [RESOLVED] Remember Login details

    ah thnx, i was getting a type mistmatch, fixed now
  33. Replies
    12
    Views
    1,036

    Re: [RESOLVED] Remember Login details

    i see so

    chksave.value = GetSetting (App.EXEName, "LoginDetails", "Save", "")

    SaveSetting App.EXEName, "LoginDetails", "Save", chksave.value
  34. Replies
    10
    Views
    1,331

    Re: [RESOLVED] Ping a client

    digirev has already helped me, thread resolved, thnx digirev im gonna try it now
  35. Replies
    12
    Views
    1,036

    Re: [RESOLVED] Remember Login details

    can u help with saving the checkbox true/false

    the username+pass is stored, but ofcourse nextime the checkbox aint ticked
  36. Replies
    10
    Views
    1,331

    Re: Ping a client

    im capable of sending data from one client to the other, i just not sure what i should do when i recieve a ping request
  37. Replies
    10
    Views
    1,331

    Re: Ping a client

    ping like feature
  38. Replies
    10
    Views
    1,331

    [RESOLVED] Ping a client

    Hi,

    i want to code a Ping feature when people rightclick my listview, problem is, i dunno how or what to do, i done the popupmnu etc.

    i realy dunno how to go about pinging a client or to work...
  39. Replies
    12
    Views
    1,036

    Re: Remember Login details

    Ok, thnx i got this so far, just need to sort out if the chkbox is checked.

    SaveSetting App.EXEName, "LoginDetails", "UserName", txtUserName.Text
    SaveSetting App.EXEName, "LoginDetails",...
  40. Replies
    12
    Views
    1,036

    Re: Remember Login details

    Registry will be fine, and security aint a problem so straight text
Results 1 to 40 of 128
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width