CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: maverick786us

Page 1 of 71 1 2 3 4

Search: Search took 0.07 seconds.

  1. Re: Getting Notification Message from an ASPX page

    What would that special ActiveX object be? Will it be possible that the notification is based on server side click event instead of client side Javascript?
  2. Getting Notification Message from an ASPX page

    Is there a way an ASPX page can send a notification message to my IE Plugin which is developed in VC++?
  3. Re: Operator overloading and friend functions

    By free function you mean a function that is not a data member? I was talking about a data member of a class
  4. Operator overloading and friend functions

    Can an overloaded operator be a friend function?
  5. Replies
    1
    Views
    343

    Complex Queries in SQL Server 2008

    I have a complex query. What I want is instead of storing the results of first 2 select statement in temporary tables I want to store it in some user defined functions and then call these 2 functions...
  6. Replies
    3
    Views
    389

    Re: recognize a .WAV File

    Is it possible that we take 3rd party library (free / paid) to whome we can pass wave file as input, that library analyzing it and compare it with some standard gunshot files and display the output?
  7. Replies
    4
    Views
    281

    Re: Compilation Unit Empty

    So what does it implies?

    The compiler used is the one used in AS400.
  8. Replies
    4
    Views
    281

    Compilation Unit Empty

    What could be the reason for this error?



    /DEVELOP/LIBXL/ZIPARCHIVE/BZIP2/BLOCKSORT.C, 1097.66: CZM0356(10)
    Compilation unit is empty.
    /DEVELOP/LIBXL/ZIPARCHIVE/BZIP2/BZCOMPRESS.C, 675.66:...
  9. Replies
    3
    Views
    216

    Re: Problem with RTTI

    What are those compiler options that I have to specify?
  10. Replies
    3
    Views
    216

    Problem with RTTI

    What is wrong with this code



    Obj<TCHAR>* obj = dynamic_cast<Obj<TCHAR>* >(I->objects[0]);


    Which is resulting in this error
  11. Replies
    3
    Views
    389

    recognize a .WAV File

    I need to develop an application in VC++ that will take .WAV files as an input and identify if there is a Gun shot in that wave file. WAVE file with gunshot must be having certain paramaters like...
  12. Problem while converting the document

    I am using this code to convery an (.ODT) document into MS Word 2007 format.



    private void Browse_Click(object sender, EventArgs e)
    {
    // Displays an OpenFileDialog so...
  13. Replies
    0
    Views
    150

    Designing a Customized Linked List

    I have develop a customized Single Linked List that will that will support the following operations
     Node<T> AddToHead(T value);
     Node<T> AddToTail(T value);
     Node<T> InsertAfter(Node<T> node,...
  14. Replies
    11
    Views
    630

    Re: What does this source code do?

    I already have the handle of that window plus the rectangular region whose area I have to extract text.

    How does RedrawWindow calls WM_GETTEXT internally?
  15. Replies
    11
    Views
    630

    Re: What does this source code do?

    I want extract text from an existing Dialog Window? Its a 3rd party dialog window so I don't have the source code of it. I have to extract text from its Lables, Text box, radiobuttons, checkboxes etc.
  16. Replies
    11
    Views
    630

    Re: What does this source code do?

    Thanks. Just one last question.

    1) What is the purpose of redraw window in this scenerio? Is it necessary for the child window approach to work?

    2) Only a small number of windows return any...
  17. Replies
    11
    Views
    630

    Re: What does this source code do?

    It was provided by one of the client's (the one who asked for this initial requirement) developer and yes this code is having some errors.
  18. Replies
    11
    Views
    630

    What does this source code do?

    I am still unable to understand how this source code extracts text from dialog box controls within a given rectangle boundry of a 3rd party application?





    HHOOK hHook = NULL;...
  19. Replies
    4
    Views
    439

    Re: Enumerating Child Windows

    Thanks. Now that I have the list of child windows. I have 2 questions
    1) Using WM_GETTEXT can I extract the text from those windows? Whether the child window is a label, editbox, radiobutton,...
  20. Replies
    4
    Views
    439

    Enumerating Child Windows

    I have the handle to a 3rd party DialogWindow (lets say 0x10056) now I want to enumerate the handes number of child windows present in that. How can I accompalish this?

    Thanks in Advance
  21. Re: Extracting Text from a Dialog Window

    If I am not wrong WM_COPYDATA is used to pass data to another application. What I am trying to achieve is reverse of WM_COPYDATE where I have to extract text data from Labels, TextBoxs, Radiobuttons,...
  22. Extracting Text from a Dialog Window

    How can I extract text from an existing Dialog Window? Its a 3rd party dialog window so I don't have the source code of it. I have to extract text from its Lables and Text box. I think for extracting...
  23. Replies
    0
    Views
    230

    Problem with IE Plugin

    I have developed an IE Plugin with the help from this tutorials

    http://www.codeguru.com/cpp/cpp/cpp_mfc/oop/article.php/c11633/Web-Site-Blocker-that-Uses-Browser-Helper-Objects-BHO.htm

    It is...
  24. Replies
    0
    Views
    544

    Image Processing using AForge.net

    Since I am new to AForge. Can someone tell me how can i detect variations in the below mentioned image? In this images I have to detect Cracks (mentioned in white) in each and every cell. Since there...
  25. Re: Problem with CFrameWnd::GetActiveView

    Its a Dialog based application
Results 1 to 25 of 1770
Page 1 of 71 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width