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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
J

Javagal Srinath

@Javagal Srinath
About
Posts
17
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to read and write to USB port
    J Javagal Srinath

    Hi Can anyone of you please tell me how to read and write to a USB port. I have an idea that USB device can be used just like file, but I dont know how to do this? can u send me peace of code Best Regards Deepu

    C / C++ / MFC tutorial question

  • Adding a Progress Bar
    J Javagal Srinath

    Hi I am very new to VC++ ,I want to add a progress bar. Can anybody tell me how to put a progress bar in an application Waiting for reply

    C / C++ / MFC c++ tutorial

  • Doubt in VC++ hooks [modified]
    J Javagal Srinath

    Hi I have a doubt in VC++. My doubt is, is it possible to hook any function in any process or in other words can a DLL be injected into any process. and finally Is there anyway one can prevent others from injecting DLL into there process address space. Thanks in advance -- modified at 9:22 Monday 10th July, 2006

    C / C++ / MFC c++

  • Basic question in C/ C++
    J Javagal Srinath

    Hi I have a theoritical doubt in c/c++, that at the end of some functions I am seeing a const keyword. I dont know what is the purpose behind this. for example int function(int funcpar1,int funcpar2)const; I want to know purpose of the const keyword at the end Thanks

    C / C++ / MFC question c++ tutorial

  • Problem in retrieving text using WM_GETTEXT
    J Javagal Srinath

    hwnd was a window handle returned when a notification that a new window is created was recieved to my filter function cbtproc. The hook code was HCBT_CREATEWND I think sztext was properly declared May be we can not send "sendmessage(hwnd,WM_GETTEXT,(wparam)100,(lparam)sztext);" to retrieve text to all type of window.

    C / C++ / MFC help

  • Problem in retrieving text using WM_GETTEXT
    J Javagal Srinath

    No it was dialog box. I dont have to write program to retrive passwords, it is already written by others.I can find some here

    C / C++ / MFC help

  • Problem in retrieving text using WM_GETTEXT
    J Javagal Srinath

    Thanks link was highly usefull.

    C / C++ / MFC help

  • Question in basic C++
    J Javagal Srinath

    u r almost right, I was in my own world to be honest I had written my suggestion when nobody had presented reply to the original question, but I failed to press submit. If I was totally wrong I would not have replied. why waste our time unnecessarily on useless point. bye(this time really)

    C / C++ / MFC question c++

  • Question in basic C++
    J Javagal Srinath

    I posted before his reply. anyway i will make use of information

    C / C++ / MFC question c++

  • Problem in retrieving text using WM_GETTEXT
    J Javagal Srinath

    Hi I was using sendmesage function to a window in my DLL which is attached to other application using windows hook, mainly to get text from a control. sendmessage(hwnd,WM_GETTEXT,(wparam)100,(lparam)sztext); To my surprise sendmessage was not able to retrieve text in sztext. could the problem lies in the creator of application who has not properly written code in WM_GETTEXT case. I think he/she may not have written appropriate code to provide proper response when send message function with WM_GETTEXT is called. Am I wrong in analysing please reply if u have encountered a problem like this before thanks

    C / C++ / MFC help

  • Question in basic C++
    J Javagal Srinath

    I think main idea behind virtual functions is they r there only so that derived classes could make use of it. If u had written A* a = new B ; ur code would have worked fine. I have not refreshed c++ from last 8 months if I am wrong anybody cancorrect me bye.

    C / C++ / MFC question c++

  • Problem in WH_CBT hook [modified]
    J Javagal Srinath

    In my program, I have installed a WH_CBT hook on a filter function. I want to monitor window creation event. Problem is I am getting more than 1 notifications when a single window is created. Example when a dialog box was created I was getting more than 1 notification (in range 3-10) I wanted only a single notification. waiting for reply Thanks -- modified at 7:19 Friday 23rd June, 2006

    C / C++ / MFC help tutorial

  • doubt in vc++
    J Javagal Srinath

    Hi I am new to vc++. I want to know what is "resources" in vc++ context. how can this be used with vc++ program I create. waiting for reply

    C / C++ / MFC c++ question

  • doubt in vc++regarding system queue
    J Javagal Srinath

    Hi all I have seen in MSDN while describing windows function they describe about system queue. I dont know what events will enter into systems queue. when an entry in the system queue is removed(is it after processing). how is this system queue different from message queue or is it same thanks in advance

    C / C++ / MFC c++ data-structures

  • Doubt in vc++ regarding Window Creation notification
    J Javagal Srinath

    Hi thanks for ur reply WH_CBT - is this a windows message. Best Regards Deepu

    C / C++ / MFC c++ tutorial

  • Doubt in vc++ regarding Window Creation notification
    J Javagal Srinath

    Hi Can any one tell me - How to get a windows notification when a new window of other application (eg Message box, dialog box) is (Created | displayed) on window. I know WM_CREATE message is only sent to window which we register, ie we get notifiation of a window creation of our application. All I want is to get window notification when a new window (other application) is created please reply as soon as possible, Thanks in advance

    C / C++ / MFC c++ tutorial

  • doubt in VC++ regarding Message Box
    J Javagal Srinath

    :confused:How to Extract information stored in the main part of any Message box window after it displays on Desktop? I want to retreive all the arguments send to Message box. The Message box is owned by a different application.

    C / C++ / MFC c++ tutorial question
  • Login

  • Don't have an account? Register

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