Hi, I want to retrieve text from the mirc channal window or from the private message, I used SendMessage api to get its text lenght and then the text but it always return 0 length, code tried: Let lngmirc& = FindWindow("mirc", vbNullString) Let lngmdi& = FindWindowEx(lngmirc&, 0&, "mdiclient", vbNullString) Let lngchannel& = FindWindowEx(lngmdi&, 0&, "mIRC_Channel", vbNullString) Let lngedit = FindWindowEx(lngchannel&, 0&, "Static", vbNullString) I also tried using the EnumChildWindows and get the window handle to get its text but no use. And also used SendMessageByString() api. Anyone have any idea. Thanks in advance. :)
I
Irfan Ahmed
@Irfan Ahmed
Posts
-
mirc chat window text -
background processingI am working in excel VBA i am using DDE to get info from the server, when I run the code to get the info it takes a little time to fill the cells in the excel, and if the cells are empty the next instructions generates error, i want something (api) that can stop the execution of program but let that DDE server to complete its work.. Nees immediate help... X|
-
Load DLL in programCan you explain me a little about LoadLibrary. coz I don't know any functions in that DLL
-
Load DLL in programHi, I need help to load a third party DLL in my program. This DLL is not registring through regsvr32.