Search:

Type: Posts; User: WilliamRobinson

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    964

    Re: Integer starting with 0?

    Thanks Mate
  2. Replies
    2
    Views
    964

    Integer starting with 0?

    Hey, I have a scanf (integer) and then a printf command however if the users input is '0034234' it is displayed as '34234'.. Im assuming this is because they both resemble the same value so the zeros...
  3. Re: Firefox hogs resources during downloading

    Firefox sucks.... its a fact!! IE7 bet it in speed for 5 out of 7 tests done..
  4. Replies
    10
    Views
    3,965

    Re: Firefox works, IE doesn't

    I came across the same issue a while back on a machine and after pulling out lots of hair it turned out to be a virus.. so possibly a good idea to give the machine a good scan for malware and viruses...
  5. Replies
    13
    Views
    1,012

    Re: vista won't let me delete files.

    It sounds like you need to take 'ownership' of the drive since installing a fresh OS. To do this goto the drive properties ->security ->advanced ->owner then I think its a tick box that says 'claim...
  6. Replies
    4
    Views
    945

    Re: Help! Remote Registry Editor

    psexec would not be beneficial on the network in question
    Anybody else got any clues?? iv been round google and back
  7. Replies
    4
    Views
    945

    Help! Remote Registry Editor

    Hey,
    I would like to change registry values on a networked machine remotely... after a good bit of searching I came accross this module but Im having difficulty implementing the 'RegRemoteSetValue'...
  8. Replies
    6
    Views
    69,041

    Re: Check if folder exists - Help!

    Could you give me an example of that code in use?
  9. Replies
    6
    Views
    69,041

    Check if folder exists - Help!

    Hey guys,
    Im using dir fuction to check if a folder exists and this is working fine.


    If Dir("\\s-fk-fin-ti\private\" & TextBox1.Text, vbDirectory) = vbNullString Then
    Else
    ...
  10. Replies
    6
    Views
    982

    Re: Enable Remote Assistance

    I am using remote desktop, but remote assitance would be better as most of the time there is a user sitting at the computer.

    So any body got examples ?
  11. Replies
    6
    Views
    982

    Re: Enable Remote Assistance

    Anybody???
    Im looking for advice on enabling remote assistance on remote computer on my network, any sample codes?
  12. Replies
    6
    Views
    982

    Re: Enable Remote Assistance

    Doesnt PCAnywhere have client software that has to be installed on the remote computer?
    Im needing to basically enable the settings remotley by only using the computers name/ip address I have admin...
  13. Replies
    6
    Views
    982

    Enable Remote Assistance

    Hey guys iv searched high and low.... is there anyway that I would be able to enable remote assistance/desktop on another computer on my network.
    Any help appreciated :wave:
  14. Re: Classic VB/WMI - How Do I Run a Process On a Remote System?

    Hey Guys,
    Cant seem to get this working:

    On Error Resume Next

    Dim oProcess As Object
    Dim lProcessID As Long
    Dim lRet As Long

    Set oProcess =...
  15. Replies
    5
    Views
    490

    A good sound system

    Im looking for an expensive sound system for my computer i have currently 5.1 system with subwoofer and cost about £50 if i remeber right anyway im looking for a better system like the systems you...
  16. Replies
    11
    Views
    1,026

    Re: New Hard Drive

    Its a Maxtor 160gb windows is displaying 131gb total disk space also displayed this when booting the cd i have winxp pro not got sp2 i will get sp2 see if it makes a difference, thanks guys
  17. Replies
    11
    Views
    1,026

    New Hard Drive

    Hi, I bought a 160gb SATAII hard drive installed it and done a fresh install of windows, now windows only displays 131gb.
    i am aware that hard drive will always lose some capacity due to the bytes...
  18. Replies
    7
    Views
    1,050

    Re: Bandwidth

    ?, Im confused i just want to know how many kb's are coming in and how many are going out
  19. Replies
    7
    Views
    1,050

    Re: Bandwidth

    :ehh:
  20. Replies
    7
    Views
    1,050

    Bandwidth

    How would i got about monitoring my bandwidth up/downstream.

    Rgrds William
  21. Replies
    1
    Views
    480

    Saving Text

    FileNum = FreeFile
    Open "C:\test.txt" For Output As FileNum
    Print #FileNum, Text1.Text
    Close FileNum


    I have the above code to save my text but everytime i save it overwrites the current...
  22. Replies
    5
    Views
    847

    Re: Keylogging.....

    so we cant even discuss them here?
  23. Replies
    5
    Views
    847

    Keylogging.....

    are keyloggers illeagle?

    if not then give me a few tips and samples, this is just for my personal use.

    Rgrds Willy
  24. Replies
    1
    Views
    418

    IE ToolBar?

    Can you make a tool bar plugin for IE in VB, i fancy making one to paste my address on pages etc..
  25. Replies
    5
    Views
    781

    Re: Specific Color!

    will give it a go
  26. Replies
    5
    Views
    781

    Re: Specific Color!

    or i could have the shade of red in RGB format?
  27. Replies
    5
    Views
    781

    Re: Do something by a colour of a co-ordinate?

    Thx this has got me started iv change Me.BackColor to a picture box so i now need to know how to show a msgbox if the picturebox.BackColor equals a certain color i could use vbRed but its a more...
  28. Replies
    5
    Views
    781

    Specific Color!

    ok basiclly i want my program to check the colour of a certain co-ordinate on the screen a very specific colour (d30000) the colour will not be user defined.

    so if the co-ordinate colour = d30000...
  29. Replies
    7
    Views
    1,299

    Re: Setting number of decimal places

    Thx Rhino! Works Fine
  30. Replies
    7
    Views
    1,299

    Re: Setting number of decimal places

    Private Sub CmdOK_Click()
    LblResult.Caption = (Text1 * 0.560161326)
    End Sub

    Private Sub LblResult_Format()
    sNewNumber = Format(sOriginalNumber, "0.00")
    End Sub
  31. Replies
    7
    Views
    1,299

    Re: Setting number of decimal places

    what i ment was the msgbox is telling the user a value and it has lots of decimal places....and also i cant get that working in the Format()
  32. Replies
    7
    Views
    1,299

    Setting number of decimal places

    i have a msgbox thats returns 9 decimal places i only want 2.....

    Cheers, William
  33. Replies
    8
    Views
    1,068

    Re: Is this possible in general?

    ok then, Thanks anyway!

    TOPIC VOID*
  34. Replies
    8
    Views
    1,068

    Re: Is this possible in general?

    hmm maybe you could look into it a bit deeper in your spair time.....

    Thx William
  35. Replies
    8
    Views
    1,068

    Is this possible in general?

    What i want to do in vb but i dont even know if you can do this with any language is basiclly stop my pc from being shutdown, even when button is pressed on the machine (excluding mains socket ...
  36. Replies
    6
    Views
    1,090

    Re: Mouse, Drag + Drop

    aah Thanks Joacim (again) hehe works perfect
  37. Replies
    6
    Views
    1,090

    Re: Mouse, Drag + Drop

    hmm not working, just sending mouse to bottom right of screen, however i will mess about with the code for a while more.
  38. Replies
    6
    Views
    1,090

    Re: Mouse, Drag + Drop

    yes, that is what i said about 2 times.....
  39. Replies
    6
    Views
    1,090

    Re: Mouse, Drag + Drop

    Help..... anyone?
  40. Replies
    6
    Views
    1,090

    Mouse, Drag + Drop

    Hey again guys, im back :)

    Iv got code to move my mouse about with co-ordinates and prefore left/right clicks etc. so i was wondering if it possible to drag things, the way i saw it was:

    Dim...
Results 1 to 40 of 221
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width