Search:

Type: Posts; User: jayinthe813

Page 1 of 13 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    1
    Views
    1,721

    VS 2017 Re: selenium webdriver cookie question

    Check out this link:

    https://www.guru99.com/handling-cookies-selenium-webdriver.html
  2. VS 2010 Re: How to avoid or close automatically this popup in Internet Explorer? - Please he

    It is the same thing. In the case of an instance of IE, instead of ScriptErrorsSupressed, you handle the Silent property:



    Dim IE = New SHDocVw.InternetExplorer();
    IE.Silent =...
  3. Replies
    3
    Views
    10,615

    Re: VS2008, who can take this project?

    Tell that to the guys in RPA :)
  4. Re: Is it worth moving from WinForms to WPF ? Or would it be better to learn a new PL

    If I were you, I wouldn't put any more time into learning desktop frameworks - look into ASP MVC and .NET core. In technology where I work, there is little demand for desktop applications, except...
  5. Replies
    9
    Views
    1,165

    Re: Security+ Certification

    You should see the joke certifications vendors are providing for their RPA software. Nothing but rampant cheating while the vendors look the other way.
  6. VS 2017 Re: How can I read what is being searched in a web browser, and return it to a Messag

    The short story is you cannot do what you are asking. You would be better off managing the local HOSTS file than reinventing the wheel.
  7. Replies
    9
    Views
    4,298

    VS 2015 Re: Question about error

    COM Internet Explorer (ShDocVw) exposes an event for document completed, just like the Web Browser Control does.

    For example, after adding a reference to 'Microsoft Internet Controls', you can...
  8. Replies
    11
    Views
    3,907

    VS 2010 Re: Convert Speech to text

    Yeah, the language you are trying to convert to/from is sort of 'edge case' in terms of what you would find for free. You might find that some of the paid APIs avaiable only charge after X uses or...
  9. VS 2015 Re: searching a specific record out of Duplicate fields in MS Access Db using VB.net

    Between should be equivalent to > and < IIRC
  10. VS 2015 Re: How to insert/use Mathematical equation in MS Access DB and use the eqn in VB app

    Are you trying to actually perform the calculation or just identify which one you would use?

    If you are trying to perform the calculation, I suggest posting some sample data in a format that's...
  11. Replies
    6
    Views
    1,269

    VS 2017 Re: Login form "Admin access"

    Why dont you do something like this instead:


    Public Class Form1
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load

    Dim currentUser As User

    ...
  12. Replies
    5
    Views
    3,947

    VS 2010 Re: How to Auto Generate Text File in vb.net

    The error is in your screenshot - your file name is not a valid file name. Look at it, it says "C:\Users\<<USER\Documents\p' which would be a directory.. Instead, it should be...
  13. Replies
    101
    Views
    29,519

    Re: Space Force

    What a time to be alive!!!
  14. Replies
    2
    Views
    2,406

    DotNet Core Anyone?

    Is anyone currently using .NET Core for any serious applications? If so, what have you built?
  15. VS 2008 Re: still used VB6 so far so good, VS which version better to learn

    No you will need to do a re-write. You should just implement on the latest version of the language and use VS2017.
  16. VS 2008 Re: do you knon if not use their webbrowser (IE), any other choice?

    If you can handle running external windows, you can probably use Selenium... but I think for the most part you are stuck with IE Web Browser control or some buggy Gecko WebBrowser Control
  17. Thread: Rpa?

    by jayinthe813
    Replies
    8
    Views
    2,066

    Re: Rpa?

    Once a robot is capable of assembling a bookshelf from IKEA, the era of man is over, and the era of the machines will be upon us.
  18. Replies
    10
    Views
    1,829

    Re: Software to Write Musical Scores?

    I do not consider "machine learning" true AI, because it cannot truly learn or think for itself - instead as you mentioned it identifies patterns/classifications -- but it required a human to first...
  19. Thread: Rpa?

    by jayinthe813
    Replies
    8
    Views
    2,066

    Rpa?

    So I have changed jobs and have been working in RPA (Robotic Process Automation) for almost a year now. It seems like its currently a very hot market - The focal point has been to reproduce the work...
  20. Replies
    10
    Views
    1,829

    Re: Software to Write Musical Scores?

    Sure its possible - this is what you would consider machine learning... You could feed a machine learning model a bunch of chords progressions, have it analyze them, and then tell it to make some of...
  21. VS 2017 Re: Determine Minimum Hardware and Software requirement for the Application

    Test it on a minimum configuration machine and work up from there if possible? You could potentially try testing on VMs as well which I assume will get you "close" but otherwise I think you need the...
  22. Replies
    3
    Views
    1,545

    Re: is automatic update from MS DB possible?

    poll the database for changes and/or verify the concurrency before updating data?
  23. Replies
    0
    Views
    895

    Handling IE Events

    I am trying to capture events from an existing IE window. In the code sample below, I am attempting to capture the mouseclick event within the browser document when a user clicks on an element, and...
  24. Re: When did you start coding? What's your story?

    What type of industry do you work in or code for?
  25. Replies
    5
    Views
    2,701

    Re: sendkeys from Excel to Outlook

    Did you try looking at alternative methods such as the Find method rather than blatantly looking at all items in the given folder?
    ...
  26. Replies
    2
    Views
    919

    Re: Udemy for VB.Net

    You probably aren't going to find a lot of courses surrounding VB.NET. As TG mentioned, you can generally re-engineer C# code into VB.NET code, but it would probably pay dividends to start learning...
  27. Re: When did you start coding? What's your story?

    I don't know about all this technology from yesteryear! I have always had enough memory I never had to dispose.

    I feel like I lived the lowly developer's american dream. I started developing...
  28. Replies
    14
    Views
    1,954

    Re: I'm sorry; could you repeat that?

    Sounds like the only thing passing is a buck being passed.
  29. Re: Nothing like the "fun" of a failed critical PC component

    I experienced "The Great Crash Of 2014" when both of my new SSDs went out 6 months after I bought them (Im looking at you OCZ). Luckily I had some of my data on another older hard drive (c.2005,...
  30. Replies
    3
    Views
    3,168

    VS 2013 Re: Datagridview Image Export to Excel

    You cant insert a picture into a cell like that. When have you ever seen that done before?

    The best you can do is position is where you want it and then change some of the properties to size with...
  31. Replies
    10
    Views
    2,188

    Re: Online Database with Multiple Services

    I would be sure to log everything that the application is doing. This way you don't risk sending multiple emails accidentally - keep the application synchronized to the database.



    What kind of...
  32. Re: Speed is not everything unless you have lots of records

    Are you using SqlBulkCopy?
  33. VS 2010 Re: Using webrowser control to load google maps, getting "Unsupported Browser" respon

    Try a different Web Browser Control?
  34. Replies
    4
    Views
    1,146

    Re: sockets in .net vs vb6 winsock

    Probably easier to look at a library than roll your own functionality. You can check these out:

    http://supersocket.codeplex.com/
    https://superwebsocket.codeplex.com/

    I specifically used...
  35. Replies
    2
    Views
    1,582

    Re: Serializing To XML

    Thanks, exactly what I needed!
  36. Replies
    2
    Views
    1,582

    Serializing To XML

    Hello,

    I am attempting to Serialize a list of class to XML but I am encountering an error.

    My Class Setup:



    public class ScriptCommand
    {
  37. Replies
    4
    Views
    1,447

    Re: read text file with number to list

    There's plenty of ways to do this, try this.




    Public Class Form1
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load

    'path to file
    Dim file =...
  38. VS 2013 Re: How to copy data in an existing excel file using this code?

    I don't think it makes sense to call a macro from VB.NET like that when you could just run all the code from VB.NET.

    To the OP:

    You are asking to append the data into an existing workbook?

    ...
  39. Replies
    8
    Views
    4,235

    Re: Multi language menu in vb .net?

    You can create different versions of a resx file with the strings translated as you mentioned. Two files could be "en-US" and another "fr-FR".

    Might want to read some articles on MSDN:
    ...
  40. Replies
    0
    Views
    4,449

    Process Automation Engine

    Looking for some feedback on a new open source project idea I have been thinking about - letting users create automated processes with a designer window that exposes the various classes (such as...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width