Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 124513
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T05:00:44+00:00 2026-05-11T05:00:44+00:00

In a previous question, I asked how to send text to Notepad . It

  • 0

In a previous question, I asked how to send text to Notepad. It helped me immensely. For part 2, here’s a simplified version of the same applied mIRC:

[DllImport('User32.dll', EntryPoint = 'FindWindow')] public static extern IntPtr FindWindow(String lpClassName, String lpWindowName); [DllImport('user32.dll', EntryPoint = 'FindWindowEx')] public static extern IntPtr FindWindowEx(IntPtr hwndParent, IntPtr hwndChildAfter, string lpszClass, string lpszWindow); [DllImport('User32.dll')] public static extern int SendMessage(IntPtr hWnd, int uMsg, int wParam, string lParam);  IntPtr mainHandle = FindWindow('mIRC', null); IntPtr serverHandle = FindWindowEx(mainHandle, new IntPtr(0), 'MDIClient', null); IntPtr chanHandle = FindWindowEx(serverHandle, new IntPtr(0), 'mIRC_Channel', null); IntPtr editHandle = FindWindowEx(chanHandle, new IntPtr(0), 'Edit', null);  SendMessage(editHandle, 0x000C, 0, textBox1.Text); 

This seems correct to me, except that it doesn’t work! Is it that the window names are incorrect (MDIClient, mIRC_Channel, and Edit)? These are values I found on a web site by googling ‘FindWindowEx mIRC’.

1.) What am I doing wrong in the above?

2.) For reference, in general is there an easy way to find all the Window names for use with FindWindowEx()?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T05:00:45+00:00Added an answer on May 11, 2026 at 5:00 am

    This code works for me (mirc 6.31):

    IntPtr mainHandle = FindWindow('mIRC', null); IntPtr serverHandle = FindWindowEx(mainHandle, new IntPtr(0), 'MDIClient', null);   IntPtr chanHandle = FindWindowEx(serverHandle, new IntPtr(0), 'mIRC_Channel', null);   IntPtr editHandle = FindWindowEx(chanHandle, new IntPtr(0), 'richEdit20A', null); SendMessage(editHandle, 0x000C, 0, 'Hello World'); 

    Notice the changed window class (richedit20A instead of edit). Just found the correct class by using Spy++.

    As for the window handles, one possibility is to use the EnumWindows or EnumChildWindows API.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 162k
  • Answers 162k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Your only sending standard output to the log here, not… May 12, 2026 at 12:00 pm
  • Editorial Team
    Editorial Team added an answer If you have n data points (x[i], y[i], z[i]), compute… May 12, 2026 at 12:00 pm
  • Editorial Team
    Editorial Team added an answer number_to_currency is a view helper, so it is not available… May 12, 2026 at 12:00 pm

Related Questions

In a previous question I asked, the suggested answer was for me to partition
Someone has already asked, How does the DiggBar work? in a previous question. While
This is a continuation question from a previous question I have asked I now
I have a web app (ASP.NET 2.0 C#)where I get data from an Oracle

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.