User Profile

Collapse

Profile Sidebar

Collapse
Keen
Keen
Last Activity: Feb 20 '06, 09:57 PM
Joined: Feb 18 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Keen
    replied to Visual Basic, WebBrowser Help
    I cracked the answer myself after ages of guessing random code.

    Thought I'd post this incase anyone else in future need this.

    Code:
    txtbox.text = textbox stuff
    
    webbrowser1.focus()
    if(webbrowser1.focus = true)then
    sendkeys.text(textbox stuff)
    sendkeys.text("{enter}")
    :D
    See more | Go to post

    Leave a comment:


  • Keen
    replied to Deleting all files inside a folder
    This could easily be done by making your code press keys to select and deltet the files.

    For example

    Ctrl + A (That selects all the files)
    And delete would delete the files

    But just put that into your vb.net code
    (I would have done it by I only progrmmed in vb6 and have no idea what vb.net is like, sorry :(...
    See more | Go to post

    Leave a comment:


  • Keen
    replied to Urgent Application
    You silly noob. What language are you using? Anyways....

    By send a message do you mean email or a message box?
    And thats just rude asking for people to send the code to you.
    I would have helped but you didn't explain well. :(
    See more | Go to post

    Leave a comment:


  • Keen
    replied to How to get Clients Actual IP Address
    (Request.UserHo stAddress) That function is correct. ;) Ill share my knowledge with you :p

    Let's look at it by Example:
    My Local IP Address: 100.100.100.100
    Public IP : 10.10.10.10

    Now, when I am accessing my client from my computer
    the Result of Request.UserHos tAddress will be '100.100.100.10 0'
    But, when I put my cliente Outside of the server and then open up
    the client the result of...
    See more | Go to post

    Leave a comment:


  • Keen
    started a topic Visual Basic, WebBrowser Help

    Visual Basic, WebBrowser Help

    This is my first post on this website so hi everyone and I'll introduce myself. Im 14 from Scotland and I like computer games and I have started programming not that long ago. ;)

    Im making a WebBrowser sort of thing (Although not really a WebBrowser). I have it all working fine so you can surf the net and whatever you want to do on it. But im needing help on one feature, I have a text box on the form and I want it to send Whatevers...
    See more | Go to post
    Last edited by Keen; Feb 19 '06, 01:42 PM.
No activity results to display
Show More
Working...