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

Search:

Type: Posts; User: gsmurthy30

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: Getting animated expansion effect to my GUI in .NET 2.0

    Thank you Mur! any code snippet would be greatly helpful.
  2. Getting animated expansion effect to my GUI in .NET 2.0

    I have one GUI in .NET 2.0

    based on user giving all the required initial inputs, I would like to expand in an animated fashion the GUI to take advanced inputs.

    Pl Guide me to achieve this.
    ...
  3. How to get statistics of RAM requested by an Application at an instance?

    Hello all,

    Not sure whehter this is the correct place to post this question. but let me start here.

    my requirement:
    Is there any tool to detect How much RAM is sought of an EXE, and how much...
  4. [RESOLVED] Retrieving code from Visual Source Safe database

    Hello all,

    Pl excuse me if this is not the right place to post my query. If that is the case, pl suggest which is the best forum to post it.

    My issue:

    I was handed over a legacy code...
  5. Re: How to make 3rd party Application's GUI Framework lie within the GUIFramework of

    Thanks, curt. I will try it, and will update the forum.
  6. Re: How to make 3rd party Application's GUI Framework lie within the GUIFramework of

    Yes, please. Please give some guidelines on how to achieve the same.
  7. How to make 3rd party Application's GUI Framework lie within the GUIFramework of mine

    Hello,
    I am working on automation project for a 3rd party Application. This application has given APIs for various automation tasks (like, Menu automation, toolbar automation, etc)

    My code is in...
  8. Replies
    12
    Views
    2,209

    Re: File I/O & processing optimisation ?

    Some good findings to share with the people who helped me in the cause.



    We did raw timing somewhat similar to the suggestion above. Timing went this way:

    File1->Thirdparty API-> File2 (...
  9. Replies
    12
    Views
    2,209

    Re: File I/O & processing optimisation ?

    Details on 'why' File2:
    File1 (external format) ->Use an API that could read File1 and output File2 in a (industry wide) known and fixed-length-per-line format->Use translators of MyApplication to...
  10. Replies
    12
    Views
    2,209

    Re: File I/O & processing optimisation ?

    I think we are converging to a solution to my issue. Here I give some more details to help analyse the situation, and combine some of the earlier quotes, and give my understanding. pl correct me.
    ...
  11. Replies
    12
    Views
    2,209

    Re: File I/O & processing optimisation ?

    Here I give some more details (which I missed in my initial posting) which may help us converge to a solution.

    As I said in my earlier post, Input to my application is an intermediate TXT file...
  12. Replies
    12
    Views
    2,209

    File I/O & processing optimisation ?

    Hellow,

    I have an extreme conditions of file I/O. Most of the cases, input files to my application (ASCII txt files) will contain lines of the order of 7 million. For each such a line, one object...
  13. Re: How to print Name of the function being visited at run time

    great!

    Thanks a lot.

    I will use it in code and will get back for any issues.

    gsmurthy
  14. How to print Name of the function being visited at run time

    To understand existing code, I would like to capture functions being visited by the execution flow at run time in the sequence that they are visited in a neat tree manner. Any ideas?

    It may sound...
  15. Re: Facing problems with #ifdef directives in VS 2008

    Many thanks to the codeguru community for interacting with us and giving us relevant directions to analyse the situation.

    #1 of Paul McKenzie April 7th, 2010 02:42 PM gave some thoughts to us in...
  16. Re: Facing problems with #ifdef directives in VS 2008

    please refer to #2 of my query. i have defined RIV in ProjectProperties.
  17. Facing problems with #ifdef directives in VS 2008

    Hello All,

    1. recently i have upraded my application from VS 2005 to VS 2008.

    2. I have a preprocessor directives defined in ProjectProperties | C/C++ | PreProcessor Definitions.

    3. I used...
  18. issues with VC++ app on VS 2008 being dependent on VC++ dlls on VS 2005

    hi:

    1. my app is built using VC++ compiler in VS 2008. my vendors dlls are built using VC++ compiler in VS 2005.

    2. i link to my vendor's dlls implicitely ( i.e i have *.lib and corresponding...
  19. Replies
    2
    Views
    2,616

    msvcp80d.dll msvcr80d.dll in VS 2008

    My vendors dlls are compiled in VC 2005. I am migrating my application to VS 2008 though my vendors' dll are still compiled in VS 2005. when i am working in debug mode in VS 2008 with my application,...
  20. Error in qvector.h while compiling with QT 4.5.3LGPL libraries with myapp on VS 2005

    i am getting following error while building my application:

    ------------------------------------------------------------------------------------------------...
  21. Replies
    10
    Views
    17,007

    Re: How to prevent screen capture?

    one more way of blocking your window capture...

    When you sense that mouse action is with MOUSE_DOWn, and MOUSE_DRAG kind of attributes, simply draw your window extents lying within the Dragged...
  22. Replies
    10
    Views
    17,007

    Re: How to prevent screen capture?

    Essentially you need to capture the mouse move over your window. i think you could do it. then you need to get access to the clip area which would be put in some kind of buffers. if that clip area is...
  23. Replies
    10
    Views
    17,007

    Re: How to prevent screen capture?

    I think this is not possible. Even if other tools are blocked from caturing your screen to, yet you cannot prevent 'Print Screen' keyboard event from capturing your screen.
  24. How to make (QT + C++) application to print its output images to Windows printer?

    1. My application is in QT 3.0 and C++ (VS 2005).
    2. its output is images in TIFF/JPG format.
    3. My customer wants me to provide a print/plot facility to print/plot these images to Windows based...
  25. Re: [RESOLVED] Clash of DLL versions in co-existing Products

    Dear seniors,

    yes, i did the same thing all along - i.e put the DLLs that Product 3 needs in the same directory where Product 3's EXE is present.

    But, before posting the query, i wrongly...
Results 1 to 25 of 42
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured