Search:

Type: Posts; User: bensonsearch

Page 1 of 13 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    0
    Views
    409

    chrome user login

    Hi All,

    I have been stumped for the past week with this one.

    Its not 100% VB based but I have come to love the way you all think.

    I have a project im working on and basically it installs...
  2. Replies
    7
    Views
    1,136

    Re: Can't get RSS Feed (XML)

    hi all, sorry for late reply. yes it seems its just gzip encoded. thanks for all the help. that stumped me for like a whole day.

    any way to tell if something is Gzip encoded?
  3. Replies
    7
    Views
    1,136

    Can't get RSS Feed (XML)

    Hi All,

    Im playing around with getting RSS feed data (XML of course) so I can stay up to date.

    I have read countless google results about getting it either straight into XMLreader (would be...
  4. Re: fast way of checking if line of file is in list

    That's impossible to say but easy several thousand. Really it should be about half of the 190,000 list. Ideally
  5. Re: fast way of checking if line of file is in list

    I did try that but had little success. Can't remember why (tried a lot). I think the issue is after the hashset is full of matches then how do we go about removing them from the original dictionary....
  6. Re: fast way of checking if line of file is in list

    A hash match? This is all so interesting ESP how the binary search works. Thanks for everyone's help. I'll try the binary search and see if it helps get me closer to what I'm looking for
  7. Re: fast way of checking if line of file is in list

    Wow 2 minutes would be heaps faster than the current test code I have. 30 seconds is good. I do have control over the file yes. I have no idea what a binary search is? Im assuming i would sort the...
  8. Re: fast way of checking if line of file is in list

    So even though a database will add overhead in terms of psychical size it would perform the finding quicker than a low level read? Yes SQL would make it a hell of a lot easier. Would a database even...
  9. Re: fast way of checking if line of file is in list

    Sorry I'm not being clear. Holding the 44 million lines is about 6 GB of memory. Holding the 190,000 is negligible, less than 500MB

    I would love to search memory but I can't have all 44 million...
  10. Re: fast way of checking if line of file is in list

    There might be. I don't wish to reveal the exact data so let's try it like this :

    The small 190,000 dictionary is held in memory and contains people's street number as key and suburb as value...
  11. Re: fast way of checking if line of file is in list

    The only issue is holding it all in any list or array uses to much ram. Seems to be about 6GB. That's to much
  12. Re: fast way of checking if line of file is in list

    Wouldn't it be the same ? 44 million by 190,000 vs 190,000 by 44 million. Same number of times
  13. Re: fast way of checking if line of file is in list

    that would be a matter of changing the using to go the other way. I'll have to do some math as I'd rather go through a small list many times rather than through the big list many times.
  14. fast way of checking if line of file is in list

    Hi All,

    Been a while, I hope someone more clever and knowledgeable than me can help.

    I'm working on a little bit of code, it works according to this logic:

    creates a dictionary, this...
  15. Re: Any ideas to speed up file write/creation?

    It is aimed to do both plus some other functions but testing of bad drives is part of it. True capacity not registered
  16. Re: Any ideas to speed up file write/creation?

    So do you mean create one text file and shove say 100MB at it with append adding it to it? I find text files lag over a few MB in size. Also isn't many little files easier for USB to handle than one...
  17. Any ideas to speed up file write/creation?

    Hi All,

    Been a while since I posted. I have some code that I have created to test thumb drive capacity (have a few around and want to test them out).

    What this section does is write blank data...
  18. Replies
    0
    Views
    1,770

    get notification from messenger.com

    Hi All,

    little fun project that has come my way is a facebook messenger app. the project has a webbrowser control which then navigates to www.messenger.com where you sign in with your facebook id...
  19. Replies
    3
    Views
    864

    Re: WebBrowser "Class"

    to build a webbrowser from scratch is no easy task, you could knock something rough up but weather or not it suits your needs is another issue.

    are you looking just for a browser? what do you...
  20. Re: Getting additional file details (artist info) quickly

    anyone?
  21. Re: process.start not taking arguments with it

    Fair point :). I'm thinking I may just hook into the program's automation id's and control it that way
  22. Re: process.start not taking arguments with it

    ok all that code does is launch mbam and cause my project to freeze
  23. Re: process.start not taking arguments with it

    ident - Thats weird, I have version 2.1.8.1057 and my CMD works fantastic, wonder why that is.....

    Sitten - I shall try this code soon and see what happens
  24. Re: process.start not taking arguments with it

    ident - in CMD i cd to the install folder c:\Program Files (x86)\Malwarebytes Anti-Malware\

    and then type in


    mbam.exe /scan -full -silent


    Sitten - i mean all the time in a few projects...
  25. Re: process.start not taking arguments with it

    I'll have a look but I know it can use the command line options as if done from command prompt it works as expected
  26. Redirecting output of started process not capturing

    Hi All,

    I have never worked with redirecting the output before but here goes.

    In case you have read my other thread, im making my own life easy by running scanning tools all from my app, one...
  27. process.start not taking arguments with it

    Hi All,

    Im trying to launch malwarebytes anti-malware with command line switches.

    If i open up a command prompt and type in the program with switches it works fine, however crossing to VB.Net...
  28. Getting additional file details (artist info) quickly

    Hi All,

    I have made a little program to act like a jukebox. just a little tinker project.

    Everything works great except for one part. Getting the artist info on the files seems to take AGES.
    ...
  29. Re: YouTube to MP3, Need help with .GetAttribute("href").

    This type of project is actually against this forums terms and conditions as it violates youtube's terms and conditions of use. We can't help you
  30. Thread: Error

    by bensonsearch
    Replies
    6
    Views
    1,155

    Re: Error

    so the issue is resolved?
  31. Thread: Error

    by bensonsearch
    Replies
    6
    Views
    1,155

    Re: Error

    yep give it a try
  32. Thread: Error

    by bensonsearch
    Replies
    6
    Views
    1,155

    Re: Error

    for gmail and SSL you want to use port 465
  33. VS 2015 Re: My application does not react to keypresses or mouse button clicks

    sorry i haven't checked back but yes I was going to suggest a timer. Using extra processing power will ultimately shorten the life span of the CPU, which may not be a problem but as a rule of thumb...
  34. VS 2015 Re: My application does not react to keypresses or mouse button clicks

    you are using an endless loop which means u will also be using a lot of cpu usage to maintain it. generally its good advise to avoid application.doevents.

    What is the rest of the code?
  35. Re: Press button in another process or send keys to it

    Sweet thank you :)
  36. Re: Press button in another process or send keys to it

    hmm true I didnt have to open inspect elevated either. I will send through a copy of the program via PM.
  37. Re: Press button in another process or send keys to it

    if i do it from inspect the invoke presses the button fine. i run my exe as admin and it invokes the button yay. thank you. do i need to find the automation id beforehand or is there a way to find...
  38. Re: Press button in another process or send keys to it

    ok, I got the automation id which is a number, now when I use it I get the below error

    Operation is not valid due to the current state of the object.

    on line


    Public Sub Click()
    ...
  39. Re: Press button in another process or send keys to it

    Hi TnTinMN, thanks for the reply, im happy to explore other ways. I tried running the code in your sample but keep getting object not et to an instance error on this line


    btn.Click()


    here...
  40. Re: Press button in another process or send keys to it

    Thanx for replying, I have actually tried both :(
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width