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

  • Home
  • SEARCH
  • 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 272k
  • Answers 272k
  • 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 IE doesn't support it. See Wikipedia: http://en.wikipedia.org/wiki/Blink_element Also, don't. There's… May 13, 2026 at 1:52 pm
  • Editorial Team
    Editorial Team added an answer We were recently thinking about using PySide, but we haven't… May 13, 2026 at 1:52 pm
  • Editorial Team
    Editorial Team added an answer There is a project crawler at trapexit. May 13, 2026 at 1:52 pm

Related Questions

I am trying to create a go-moku game using jquery,php, and mysql database. I
In a previous question I asked about how to group XML elements logically, and
In a previous question I asked, the suggested answer was for me to partition
In the process of learning P/Invoke, I asked this previous question: How to P/Invoke

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.