Search:

Type: Posts; User: CJN

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thread: code for outlook

    by CJN
    Replies
    3
    Views
    416

    I reckon JordanChris is right. Try putting ...

    I reckon JordanChris is right.

    Try putting

    d =-1
    p =-1

    one or the other or both after

    mi.Delete
  2. Well I guess your connection is OK if you can get...

    Well I guess your connection is OK if you can get the table in the first place (you can right?)

    IF not you could try comparing it to my long winded connection string which is:


    ...
  3. Thread: Webbrowser URL

    by CJN
    Replies
    3
    Views
    599

    Cheers but I don't think that really helps,...

    Cheers but I don't think that really helps, unless I don't get what you mean.

    I need to know how to get the URL in the first place because it seems that:


    AxWebBrowser1.LocationURL.ToString
    ...
  4. Thread: Webbrowser URL

    by CJN
    Replies
    3
    Views
    599

    Webbrowser URL

    Hi,

    I want to be able to capture the URL of the webpage a user has gone to in my webbrowser control. I can do that easy enough by doing:

    AxWebBrowser1.LocationURL.ToString

    when its a...
  5. Well this is how I did my Update (and it works)...

    Well this is how I did my Update (and it works) maybe you can compare your insert with my update and spot some difference. I also had problems to do with the ExecuteNonQuery and found the problem...
  6. Replies
    0
    Views
    647

    Windows Services and webbrowser

    Hi,

    I'm trying to create a windows service that periodically goes to a website and gets some of the html on the website to compare against previous results. I need to have a webbrowser control in...
  7. Replies
    1
    Views
    479

    Its OK I just wasn't thinking, need to add: ...

    Its OK

    I just wasn't thinking, need to add:

    If Time2>= 10 Then
    Time2= Convert.ToDouble(nextRun.Remove(0, 3))
    Else
    ...
  8. Replies
    1
    Views
    479

    Adding Times

    Hi,

    I want to add two times together, something like the following:

    Time1 = 00:25
    Time2 = 02:10
    TimeX = Time1 + Time2
    = 02:35

    How would I do that?
  9. No ideas anyone?

    No ideas anyone?
  10. Quicker way of reading from dataview to array needed

    Hi,

    I have a list which is populated with the names of columns from a table in Access. The user check particular items in the list and then clicks a button. This then reads which columns have...
  11. So slow at read from dataview and writing to dataset

    Hi,

    Firstly my program. It is basically running through some records in a Access Db and changing a columns value for a record based on other info in the record. It runs something like this:

    x...
  12. Hi, Cheers but I've tried that already! The...

    Hi,

    Cheers but I've tried that already! The doEvents doesn't seem to have any affect when I programatically click the submit button. (It does work if I do axwebbrowser.navigate thingy, but I...
  13. :confused: No ideas any one? If you sing this...

    :confused: No ideas any one?

    If you sing this rhyme it may help:


    Webpage will only load,
    when a msgbox is in the code!


    :rolleyes:
  14. Hi Again, Incase you guys are a bit lost with...

    Hi Again,

    Incase you guys are a bit lost with my explaination (its a bit crap) heres it reworded:

    Hi,

    I load a webpage into my webbrowser and then programatically click the submit button on...
  15. I'm still lost with this one. Because the...

    I'm still lost with this one. Because the webpage loads when I have a messagebox and doesn't when I don't then I guess its something to do with VB having to load a new window (the msgbox) and so...
  16. Replies
    14
    Views
    993

    If they cannot read your writing even if the...

    If they cannot read your writing even if the could help they can't :rolleyes: . So whats the point of doing yourself out of potential help :( .
  17. Webpage will only load, if a msgbox is in the code

    Hi All,

    When I navigate to a webpage using:

    webbrowser.Navigate("mypage.com")

    I can wait for the page to load in my web browser control by doing:


    While brWeb.ReadyState <>...
  18. Replies
    10
    Views
    616

    I may or may not need the webbrowser bit. I...

    I may or may not need the webbrowser bit. I definitely need the html source code once logged in. Why do you have something for me? :eek: Please say you do. :eek: :D
  19. Replies
    10
    Views
    616

    Cheers, I will :)

    Cheers, I will :)
  20. Replies
    10
    Views
    616

    Well thanks for your suggestion, it doesn't look...

    Well thanks for your suggestion, it doesn't look fun at all so I'm holding out that another idea will come along :D . But thanks anyway I will use it if there's nothing easier.

    Any more ideas...
  21. Replies
    10
    Views
    616

    Exactly....

    Exactly....
  22. Replies
    10
    Views
    616

    Webpage Navigation across logins - Your Ideas

    Hi All,

    Does anyone have any ideas on how to programatically navigate through a login page and beyond?

    What I mean is:

    1) Loading up the logon webpage in a webbrowser (I can do that bit). ...
  23. Well thankyou dynamic_sysop, you have been very...

    Well thankyou dynamic_sysop, you have been very helpful. You suggestion may well become very useful to me in the future, because for now I have to stick with the webbrowser for reason that would...
  24. Hi, Thanks with all assistance so far... ...

    Hi,

    Thanks with all assistance so far...

    What I am trying to do is something like the following:
    1) Start loop A running through a db looking for particular URLs
    2) Start loop B looking at...
  25. Ohhhhhhhhhhhhhhhhhhhh!!! Thinking about it and...

    Ohhhhhhhhhhhhhhhhhhhh!!!

    Thinking about it and doing a few tests, I'm afraid as good as your idea was its not going to work for me. I have to have my subs and other stuff where they started off...
  26. Well thankyou vey much dynamic_sysop :cool: . ...

    Well thankyou vey much dynamic_sysop :cool: . You idea seems to work, though I don't understand it. What the "try>finally>end try" actually does makes me :confused: and :( but gives me :D. ...
  27. Hi, No i'm not doing that. It goes a little...

    Hi,

    No i'm not doing that. It goes a little something like this:



    Private Sub MAINSUB()

    'Do some other stuff, including starting a loop
  28. Thanks for your help. I am displaying the...

    Thanks for your help.

    I am displaying the source html in a textbox and checking to see if it has been filled. I think thats similar to the idea you suggested. The problem seems to be that...
  29. Ive tried this: (brweb = webbrowser) ...

    Ive tried this: (brweb = webbrowser)
    While brWeb.ReadyState <> SHDocVw.tagREADYSTATE.READYSTATE_COMPLETE
    Sleep(4000) ' Wait 4 seconds.
    End While

    But it is always...
  30. Wait while webpage and source html load before going to next sub

    Hello,

    hmmmmmmmmmmmmmm...

    I have a sub that calls a number of other subs one after the other. One of the subs it calls is to load a particular webpage into a webbrowser and use the...
  31. Replies
    6
    Views
    1,597

    You are most helpful :)

    You are most helpful :)
  32. Replies
    6
    Views
    1,597

    Please say you mean use the doc's...

    Please say you mean use the doc's download_complete :D

    This is ok with webpages with frames isant it? It won't go triggering until all the frames are loaded will it? I guess it doesn't matter...
  33. Replies
    6
    Views
    1,597

    Cheers dynamic_sysop, that's sure to help :D ...

    Cheers dynamic_sysop, that's sure to help :D

    One other thing though the doc doesn't have a documentComplete
    the webbrowser does.
    Is it ok to use the webbrowsers documentComplete?
    If not...
  34. Replies
    6
    Views
    1,597

    BeforeNavigate2 (how) does it work??

    Hi all,

    In vb.net I have my Axwebbrowser control and I added a beforenavigate2 sub to my code so that I could capture some things (eg the last button the user clicked on) just before the current...
  35. Cheers Peet. Thats exactly what I was looking...

    Cheers Peet. Thats exactly what I was looking for.

    :D :D :D :D :D

    I never have understood as those join thingys :(

    Thanks once again!
  36. Access Expression Builder, Queries [*Arrrh Resolved*]

    Hi,

    I'm sorry if this is the wrong place to put this Q but anyway:

    In Access, I am trying to design a query (using the expression builder). I have two tables TableA has a list of all the...
  37. http://www.vbforums.com/showthread.php?s=&postid=1...

    http://www.vbforums.com/showthread.php?s=&postid=1473309#post1473309

    THis thread has the answer you need, if you need an answer to this problem
  38. Replies
    3
    Views
    1,006

    Cheers Tool whoever you are, whereever you are :D...

    Cheers Tool whoever you are, whereever you are :D

    You post of how how you did it (above) has saved me :cool:
  39. Crystal Reports - Change the Database Connection *RESOLVED*

    Me thinks a not so simple question!:mad:

    Hi,

    In VB (.net) you can view your database connection, if you have connected using the wizard in the:

    #Region " Windows Form Designer generated...
  40. Replies
    2
    Views
    395

    Cheers, I found some info on the registry...

    Cheers,

    I found some info on the registry suggestion:

    NET Development (General) Technical Articles

    Persisting Application Settings in the .NET Framework

    and hey presto, problem solved,...
Results 1 to 40 of 78
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width