• 0

Passing a window some text?


Question

Is there anyway to do this, I was thinking with VB (I have been out of the programming scene for about 2 years now) but I was most comfortable with VB.

We run Domino Server at work on a few systems, What I want to be able to do is write a program or script that will shutdown the service, Copy some files (Backup) and restart the service. That sounds easy right . . . However when the service starts it opens the console and prompts for a password which at the moment we have to manually type in (Which is a nightmare to schedule). Is there a way I can write the program to it grabs the window effectively and passes it the password, i.e it emulates a person typing in the password????

Link to comment
https://www.neowin.net/forum/topic/844948-passing-a-window-some-text/
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Is there anyway to do this, I was thinking with VB (I have been out of the programming scene for about 2 years now) but I was most comfortable with VB.

We run Domino Server at work on a few systems, What I want to be able to do is write a program or script that will shutdown the service, Copy some files (Backup) and restart the service. That sounds easy right . . . However when the service starts it opens the console and prompts for a password which at the moment we have to manually type in (Which is a nightmare to schedule). Is there a way I can write the program to it grabs the window effectively and passes it the password, i.e it emulates a person typing in the password????

Hello, you want to allow your application to send "Window Messages". As I recall, you must write your code so it can interact with "user32.dll" which exports the send messages function. There are a lot of examples online, such as this Window Messages in VB.NET. That should be enough to get you started.

  • 0

Are you using VB.NET or VB6? In VB.NET you can use the SendKeys.Send method. Here is some documentation on how to use it. You'd have to first use the FindWindow API to grab the window handle from the window in question (the one with the password) and then use the SetForegroundWindow API to set focus on that window (make it active/in front) so when the SendKeys.Send method is invoked, all the data will be sent to that window.

All of these APIs are well documented so that should be enough to get you started.

Alternatively, you could use something like AutoHotKey to do the same thing if you find figuring all that out to be too difficult.

Other useful info: You can also use the SetWindowText API for specific apps to change the text of text boxes, labels, and other GUI-oriented objects if you've got the window handle (aka hWnd). You can use Spy++ to see how different windows have different handles/class names (use FindWindow to get the handle by the window's title). You can also get handles by enumerating processes and getting a list of child windows and such too. It's a lot of fun learning to be honest -- messed with all these APIs when I was 16-17 when I still used VB6 a lot.

You can use Message.Create in VB.NET and C# to send messages to windows (given you know the handle) to terminate them, set window styles, change visibility, force form events to occur, etc.. as well.

Edited by Se7enVII
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Because of the EU (a good thing) newer android devices been getting 5 years worth of security patches. Except some Motorola which found the loop hole, and offer ZERO updates. In addition, Google for years have been making where it can patch some stuff by updating the core Google Play Store itself.  As echoed earlier,  you take the security risk in to your own hand beyond supported.
    • Win11Debloat 06.11.2026 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 06.11.2026 fixes: Fix lock screen spotlight option being disabled when disabling the start recommended section by @Raphire in #619 Fix log message formatting by @Raphire Note The -RemoveCommApps and -RemoveW11Outlook command-line parameters for uninstalling a few specific apps have been removed with this release. If you previously relied on these parameters, please see this wiki page for alternative methods of removing these apps. Download: Win11Debloat 06.11.2026 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Yes for me, I installed 'old calculator' (Windows 7 calculator) in its place since it is more useful to me. I think paint is the only one I left installed
  • Recent Achievements

    • Rookie
      restore went up a rank
      Rookie
    • Very Popular
      AndrewSteel earned a badge
      Very Popular
    • Veteran
      Taliseian went up a rank
      Veteran
    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      501
    2. 2
      +Edouard
      162
    3. 3
      PsYcHoKiLLa
      154
    4. 4
      ATLien_0
      83
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!