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

Search:

Type: Posts; User: kishoresajja

Search: Search took 0.04 seconds.

  1. Re: How to auto-generate .cpp and .h file in a pre-build event using Visual C++ 6.0

    Hi All,

    Thanks for replies.

    OReubens, I think your suggestion will be a good bet, but I have one more question. Say other files in the project needs to include a.h and use the defines in that...
  2. Re: How to auto-generate .cpp and .h file in a pre-build event using Visual C++ 6.0

    Hi All,

    Thanks for replies. I could add them manually for the first time but I don't know how to add dependencies between the files in VC++ 6.0 project. Can any please point me in right direction....
  3. Re: How to auto-generate .cpp and .h file in a pre-build event using Visual C++ 6.0

    Hi Thanks for your quick response. can we do this dynamically by using VC++ command line or something ? the reason why I am asking is I don't want them to add manually, once user say "build" they...
  4. [RESOLVED] How to auto-generate .cpp and .h file in a pre-build event using Visual C++ 6.0

    I'm want to use a pre-build event in Visual C++ 6.0 to run a script which will automatically generate a .cpp and .h files, but I am not sure how these files could add to project ... So when I build...
  5. Disable mosue movement when user entering data in an edit box

    Hi All,

    I want to disable the mosue movement in a MFC view application if the control is in an edit box and user entering data in the edit box. I want to get back the mouse movement once user...
  6. Hi

    Hi
  7. Re: Animated GIF's as back ground under push buttons in MFC

    Hi Arjay...

    Set the tab order of the GIF to be indexed lower than the buttons ...

    by following your suggestion I changed GIF indexed as lower than the buttons but still my buttons are covered...
  8. Re: Animated GIF's as back ground under push buttons in MFC

    Hi experts ,

    Thank yopu for your response. My application is a MFC form view window application with some controls on it .. those controls are like push buttons, check boxes and radio buttons .....
  9. Re: Connecting Push buttons by arrow lines in MFC Form View

    Hi _Superman_,

    Thank you for your response, I will try and let you know the result

    One again thanks for your response
  10. Connecting Push buttons by arrow lines in MFC Form View

    Hi All,

    I have an MFC form view application which will have some push buttons on it. I want to connect these push buttons by arrow lines. What I mean is when I run the application the push buttons...
  11. Animated GIF's as back ground under push buttons in MFC

    Hi All,

    I have MFC form view application on which I have some push buttons. I want to display animated GIF's such water flowing from left tp right as back ground Image and on top this image I want...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured