Search:

Type: Posts; User: jelderkin

Search: Search took 0.01 seconds.

  1. VS 2010 Re: Verify Link Not Working When Automated but if done manually works WHY?????

    no lol not fraudulant accounts far from it or I wouldn't be going through the process of messaging around with verifying when I could just use them unverified. It all part of a marketing program. I...
  2. VS 2010 Re: Verify Link Not Working When Automated but if done manually works WHY?????

    I think I have figured it out now I just new to stop VB web browser from opening links with _blank from opening in new windows and to open in one of the 2 VB webbrowsers I use is this possible???
  3. VS 2010 Verify Link Not Working When Automated but if done manually works WHY?????

    Hi everyone for once I am not stuck with the code side but rather what seems an issue when using VB and creating well verifying an Twitter Account. I have tried to explain as best as possible but...
  4. Replies
    1
    Views
    1,854

    VS 2010 Loop Troubles

    I am new to VB and I am checking for a confirmation link in an email the page automatically refreshes so I do not need to worry about clicking refresh but I'm guessing this attempt at a loop I done...
  5. Replies
    2
    Views
    795

    VS 2010 Re: Repeat Loop/Code Check for Text,URL etc

    I keep coming back to posts which say I can loop until but I am unable to figure out how to loop until my element has been found and then proceed to navigate if possible
  6. Replies
    2
    Views
    795

    VS 2010 Repeat Loop/Code Check for Text,URL etc

    I am waiting for a confirmation email to arrive within the web browser I am using I do not need to click any buttons to open this mail I just need some help figuring out how I can check whether it...
  7. VS 2010 Re: Check for element or keep trying until element is found???

    I may be wrong but am I right in thinking I need to check if the variable contains anything?
  8. VS 2010 Check for element or keep trying until element is found???

    Hey I have been doing well and also I am a noob I know it and you know it a lot has started making sense and I am evening figuring new things out without using Google but of course I have hit...
  9. VS 2010 Re: Make a clicked link opened in the same webbrowser

    Sorry to bump an old thread but I was browsing because I have a very similar problem I am new to this so I'm sorry if I don't supply something I should but here goes

    I am in the process of...
  10. VS 2010 Re: How to tell web browser to wait for new page/specific url to load before continui

    I've done it OMG at last its only taken me like all day to do lol

    I ended up using Call WaitForPageLoad()

    Private Property pageready As Boolean = False

    #Region "Page Loading Functions"
    ...
  11. VS 2010 Re: How to tell web browser to wait for new page/specific url to load before continui

    Yea I got post 4 and even played around with it to make sure I understood it fully as I was using document completed before without realising.

    How do I differentiate from document completed from...
  12. VS 2010 Re: How to tell web browser to wait for new page/specific url to load before continui

    Guess I wont be trying that then lol :P I don't think I have ever got this stressed trying to figure something like this out in all honesty I thought it would be easy to implement a way of waiting...
  13. VS 2010 Re: How to tell web browser to wait for new page/specific url to load before continui

    This is the code for the button which gets clicked to start the account creation process

    WebBrowser1.Document.GetElementById("oauth_signup_client[fullname]").SetAttribute("value", fullnametb.Text)...
  14. VS 2010 Re: How to tell web browser to wait for new page/specific url to load before continui

    I may be totally off base but here goes any ways

    I have a web browser which is set (in properties) to go to Twitter's Mobile Sign Up Page (which recently changed to now be over 2 pages instead of...
  15. VS 2010 Re: How to tell web browser to wait for new page/specific url to load before continui

    Thank you for taking the time to reply to my thread I will try this but I just wanted to explain what I am trying to do and ask if the above code is what I need to use.

    I will be clicking a button...
  16. VS 2010 Re: How to tell web browser to wait for new page/specific url to load before continui

    I am still new to this but I have stumbled across DocumentCompleted while searching for ways to solve my problem I also know my questions sound very stupid to some I can assure you I do search first...
  17. VS 2010 How to tell web browser to wait for new page/specific url to load before continuing??

    Hey everyone I know I am new here and I am new to VB but I am well into making my Twitter account maker which just started out as a bit of fun and then into a project to speed up making verified...
  18. Replies
    0
    Views
    1,911

    VS 2010 Login to Twitter (Not Mobile Site)

    Hey everyone

    I have to ask if anyone knows a way to login to Twitters site (not mobile) or know of a post, youtube video, site that shows me how.

    I have tried getelementbyid, and webrequest...
  19. VS 2010 Re: Stop links from opening in default browser (IE)

    Cheers I will honestly I have been searching just about every where google, forums (including this one) and even YouTube videos and have managed to figure out how to do more complicated stuff yet I'm...
  20. VS 2010 Stop links from opening in default browser (IE)

    Hey everyone this is my first post and I am new to VB but am quick at learning and well I'm not one to hit a problem and just ask for help I have been search google, forums and various VB tutorials...
Results 1 to 20 of 20



Click Here to Expand Forum to Full Width