Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

Irfan Ahmed

@Irfan Ahmed
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • mirc chat window text
    I Irfan Ahmed

    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. :)

    Visual Basic json lounge

  • background processing
    I Irfan Ahmed

    I 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|

    Visual Basic help sysadmin json

  • Load DLL in program
    I Irfan Ahmed

    Can you explain me a little about LoadLibrary. coz I don't know any functions in that DLL

    C / C++ / MFC help

  • Load DLL in program
    I Irfan Ahmed

    Hi, I need help to load a third party DLL in my program. This DLL is not registring through regsvr32.

    C / C++ / MFC help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups