Search:

Type: Posts; User: phil2000

Page 1 of 12 1 2 3 4

Search: Search took 0.05 seconds.

  1. VS 2022 Handle button press of a ToastContentBuilder popup window

    WinForms application. With this simple code:



    Imports Microsoft.Toolkit.Uwp.Notifications


    Dim nts As New ToastContentBuilder()
    nts.SetToastScenario(ToastScenario.Reminder)...
  2. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    Ok, I will check, ty :)
  3. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    Like already sayd I have not problems to get screen coordinates from a ScreenShot (I already use this job in my app PS Hand Value: I get my cards by subimages of tables screenshots). No need to use...
  4. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    As already sayd TIM mail has THREE different mails (I have 6 mails: two for type). To pass from one to the other it's mandatory to logoff and insert again the data. I want to automate it with a...
  5. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    Here's another one that doesn't get what I mean. Could it be that since I am not a native english speaker I think I am VERY CLEAR and instead in english I am not?

    My little programs (which I make...
  6. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    https://techterms.com/definition/bot

    A bot (short for "robot") is an automated program that runs over the Internet.

    That is exactly what I don't want to do.

    Needless to continue... I feel...
  7. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    Why some peoples takes the car to make 400 meters instead of to walk??? The world is beautiful because it is varied!

    But noone answers to the original question: it's possible to get XY coordinates...
  8. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    If I use Selenium my program magically appears in the list of programs that send data via the weeeeeeeeeeeeeeeeeeeeeeeeeeb. :)
    (Along with the ChromeDriver.exe that Selenium hooks into).
    This...
  9. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    If I use Selenium my program magically appears in the list of programs that send data via the web.

    As already said... with Selenium it's done with 6 lines of code, but IT'S ME who doesn't feel...
  10. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    I am the author of the program... some users have asked me.

    The problem is somewhat more complicated, otherwise they would use browser automatisms.

    https://webmail.tim.it/

    The provider has...
  11. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    Is it possible that we don't understand each other???

    The user opens a login web page with his own hands and then, instead of entering the data by hand, runs my application that, known the...
  12. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    I don't care if the browser accesses the web (that's obvious), I care that my application doesn't access it.

    I can achieve the desired result by finding the coordinates of the elements by making a...
  13. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    Obviously... but if I enter the data by hand, the data are safe, because then the site https: will take care of managing it. Or not???

    If I enter the data via SendKeys instead of manually and...
  14. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    Can you kindly explain why and how the program could send data to someone without NEVER accessing the web? Thank you.
  15. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    Just for more safety for users!!! I don't care about my application appearing in the Task manager, I want it to perform the task without accessing directly the web!

    The web page is a webmail login...
  16. VS 2022 Re: Get XY coordinates of a web page without directly access the web

    We did not understand each other.
    If, for example, I have an OPEN web page... with its Handle and the SendMessage API I can click a button on that page... without the program sending data ON THE...
  17. VS 2022 Re: Get XY coordinates of a web page without to send data to the web

    What do you mean? A friend of mine asked me to automate access to his webmail and I would like to do it in complete security, i.e. without his data can in any way end up on the web (which can't...
  18. VS 2022 Get XY coordinates of a web page without directly access the web

    My goal is to automatically insert some data in a open web page (a login page: I want to automatically insert user, password and press the Ok button).

    With Selenium this job can be done without...
  19. Replies
    3
    Views
    853

    VS 2022 Re: Get the url of the current browser page

    Ty for the quick answers... unfortunately the browsers I would like to test are "Chrome" (a lot changed in the last few years) and "Edge" and I can't find references about them.

    Incredible than...
  20. Replies
    3
    Views
    853

    VS 2022 Get the url of the current browser page

    It's possible to get the url of the active page of whatever browser in Window Forms VB.NET environement?

    Online I can see only examples for ASP-NET.

    I run a web page by Process.Start(url) and...
  21. VS 2022 Re: SpeechRecognitionEngine.InstalledRecognizers doesn't find all languages

    Yes, both for Language and Speech recognition.

    184609

    Note: I have NOT installed the two italian modules... them were present since the installation of Windows, being those of the native...
  22. VS 2022 SpeechRecognitionEngine.InstalledRecognizers doesn't find all languages

    My goal is to make a very simple speech recognition app in VB.NET, using System.Speech v4.8 (imported in the app references).

    The Windows 10 original language is the Italian one. I have added the...
  23. VS 2022 Location problems with DotFuscator Community & different languages

    Someone uses the free version of DotFuscator shipped with VS Community 2022?

    Very simple to use and code is really obfuscated... but the output of the Forms in different language (I can change...
  24. VS 2022 Re: Newbie of VS Community 2022 and NuGet

    Ty for replies, mates.

    VS Community 2022 requires PackageReference instead of Package.config, so how to check and manage Package.config seems no useful in my case.

    Anyhow I have checked more...
  25. VS 2022 [Resolved] Newbie of VS Community 2022 and NuGet

    I created EX NOVO a WinForms solution based on NET.Framework (4.6.2) and I immediately added the NuGet Microsoft.Toolkit.Uwp.Notifications solution to the empty project, with only Form1 generated by...
  26. Replies
    6
    Views
    1,432

    VS 2015 Re: Microsoft Speech V11 outdated???

    Well... I have downloaded 6 Speech languages V11 and I have uploaded them to Google Drive.

    Then I have found the direct download Link of en-GB and I inserted this code (like the previous, that...
  27. Replies
    6
    Views
    1,432

    VS 2015 Re: Microsoft Speech V11 outdated???

    Ty. I will try for other languages.
  28. Replies
    6
    Views
    1,432

    VS 2015 Re: Microsoft Speech V11 outdated???

    I really don't understand... V 10 pages have been updated the 3/11/2021, two months ago (see details)... and V11 are no more available! :eek:

    V11 recognizes 1 word over 2... I really dont' wan to...
  29. Replies
    6
    Views
    1,432

    VS 2015 [RESOLVED] Microsoft Speech V11 outdated???

    An old little program of mine uses Microsoft's Speech V11, with related Language Paks.

    If I click now the link to the Redistributable Language Packs V11 ... the page is no longer available ... and...
  30. VS 2015 Re: Activate external window (from Handle) without to put in foreground

    Already tried... nothing to do. :blush:
    Setting HWND_NOTOPMOST or HWND_BOTTOM the window does not activate.
  31. VS 2015 Activate external window (from Handle) without to put in foreground

    I well know how to show an external window without activation, but... is possible to activate an external window (knowing its handle) without it jumps on the top?

    An external windows accepts...
  32. Replies
    4
    Views
    1,163

    VS 2015 Re: Press a button of an external window

    Buttons are drawn on the window, but to get them position is not a problem, since them become smaller proportionally with the game tables, and with GetClientRect I can modify the target location.
    ...
  33. Replies
    4
    Views
    1,163

    VS 2015 Re: Press a button of an external window

    I repeat that the above code works perfectly IF THE "CLIPPED" POINTER IS OUT OF THE WINDOW. The button INTO the window is regularly pressed, even if the clipped pointer is out there, exactly on the...
  34. Replies
    4
    Views
    1,163

    VS 2015 Press a button of an external window

    I want to press a button of an external window (a game table). To press buttons on external applications usually I use without problems SendMessage (everywhere is the cursor), but this specific...
  35. Replies
    1
    Views
    805

    VS 2015 Disable the USB webcam by code

    Someone knows where Windows 10 stores the settings related to USB webcam fully enabled/ fully disabled (how I can do in device manager)?

    I have exported the Registry with the webcam enabled, then...
  36. VS 2015 Inexplicable Socket Error querying different servers

    I have added to a app a class derived from that code: QuerySteamMasterServer protocol

    and a class derived from this code, translated in VB.Net.

    The goal is to get the list of servers for a...
  37. Replies
    4
    Views
    616

    VS 2015 Re: Problem translating C# to VB

    Soooo simple. It works, ty.
  38. Replies
    4
    Views
    616

    VS 2015 [Resolved] Problem translating C# to VB

    Translating from C#:


    public enum VisibilityFlags : byte
    {
    Public = 0,
    Private = 1
    }

    to VB.Net
  39. Replies
    4
    Views
    516

    Re: [VB2015] Being crazy calling a dll

    No, the timeout of the returned code is set on 1 second (1000 ms) into the .dll, and showing the secondary form I automatically Hide the Main one to avoid problems.

    In any case the failures occur...
  40. Replies
    4
    Views
    516

    Re: [VB2015] Being crazy calling a dll

    I grope in the dark...

    Atm I tried to insert in the main form Load event: " CurrentThread.Name = "Foo".

    And then in the two subs of the two Forms calling the function:...
Results 1 to 40 of 459
Page 1 of 12 1 2 3 4



Click Here to Expand Forum to Full Width