User Profile

Collapse

Profile Sidebar

Collapse
Ohay
Ohay
Last Activity: Jun 18 '13, 08:25 PM
Joined: Jun 16 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Ohay
    started a topic Problem with button (webbrowser)

    Problem with button (webbrowser)

    Hello, I wanted do a program which automatically login to site and starting click the button every refresh page, but I dont know how to write to click that button because it dont have ID... Do you know any other method which i can use to make that program click the button? I was using method GetElementByID but its not working cause i got no ID.
    See more | Go to post

  • I don't know, so where should I put it to make it work well?
    See more | Go to post
    Last edited by Frinavale; Jun 17 '13, 09:02 PM.

    Leave a comment:


  • I dont have problem with that, i have problem with code which saying what to do when the progressbar ends. The progressbar is loading to 100 % and then i wanna show some message in textbox, but dont know how to write that because
    Code:
    if progressBar1.value = 100
    not working...
    See more | Go to post

    Leave a comment:


  • So look to my 2nd post, i declared the textBox1.Text = "5646359412 "; before the timer stopped (61 line), and when the progressbar ends up, the textbox is still empty, u can try this code in visual and edit it if it dont work for you, thanks.
    See more | Go to post

    Leave a comment:


  • Still dont get it, tried much ways and dont working. If you can edit it...
    Code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    
    namespace WindowsFormsApplication1
    {
        public partial class Form1 : Form
        {
            public Form1()
    ...
    See more | Go to post

    Leave a comment:


  • Problem with appearing text in textboxt after progressbar load

    I'm kinda in trouble because wanna do appearing text in textbox after load 100 % in progressbar but I don't knowwhy the text is appearing after I click the button which starting progressbar. I wanna make the text appearing after progressbar load. Here's the code...
    Code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using
    ...
    See more | Go to post
    Last edited by Frinavale; Jun 17 '13, 09:02 PM. Reason: Please use code tags when posting code.
No activity results to display
Show More
Working...