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

Search:

Type: Posts; User: pragati_05`

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    3,994

    Re: Opening .chm file on Help Button

    @hypheni :
    Thanks for the reply. I used Shell Execute to open my .chm file. On pressing the Help Button, the chm file is opened, but my program also starts searching for "myapp.hlp" file. How to...
  2. Replies
    6
    Views
    3,994

    Opening .chm file on Help Button

    Hi
    I have a Dialog based MFC application which i had created without context sensitive help. Now, I have a requirement of opening a Help File (.chm file). I activated the Help button by uncommenting...
  3. Displaying Mouse co-ordinates in an edit box

    I'm working on a dialog based MFC. I have used a Picture Box Control to draw a rectangle and written the code for drawing in the picture box using a sperate class inherited from CStatic (Pict Class)....
  4. Displaying co-ordinates of a picture box on mouse movement

    Hi, I have a dialog based application with a picture control on it. I want to display the x,y co-ordinates of the picture control as the mouse moves inside the picture control. Can somebody help me...
  5. Replies
    4
    Views
    5,998

    Re: Mouse Capture on a Picture Control

    Hi ovidiucucu
    Thanks, I was able to change the mouse pointer. I also want to display the coordinates of the dialog as the mouse moves inside the picture box. Can you please help me out in this?...
  6. Replies
    4
    Views
    5,998

    Mouse Capture on a Picture Control

    Hi,
    I want to capture the mouse movement inside a picture control, in such a way that if the mouse is moved inside the picture control, the cursor changes to a waiting cursor but if the mouse...
  7. Replies
    1
    Views
    554

    Capture mouse movement

    Hi, I want to capture the mouse movement inside a picture control i.e. when the mouse is moved inside the picture control, the x,y co-ordinates of that point (inside the picture control) are...
  8. Re: How to define the scale for drawing an object

    Thanks for the help :)
  9. Re: How to define the scale for drawing an object

    Hey, maybe i was not able to clear what i needed. The thing is I have a file with the x-y coordinates of the polygon stored in it. At runtime the user will specify the file, and my program has to...
  10. How to define the scale for drawing an object

    I have a dialogue based VC++ application. I want to draw a polygon using the picture control, setting the scale for the x and the y axis eg. x axis range from 10-40 and y axis range from 50-100....
  11. Replies
    1
    Views
    1,668

    Drawing a polygon in VC++

    Hi,
    I have a Dialog based Application. I want to draw a polygon, the coordinates of which are stored in a file. Can somebody please help me out.. Thanx :)
  12. Changing default buttons of a property sheet

    Hi,
    I have called a property sheet on a button click to display a tabbed dialog box. I want to change the default buttons of the property sheet. Can someone please help me with this?
  13. Re: Problem with drawing shapes in dialog based VC++

    Ok..Thanks for the help :)
  14. Re: Problem with drawing shapes in dialog based VC++

    Thanks..I have already done this as a temporary solution. But the problem is that i want different colored circles on different button clicks. Kind of led indication type thing. Managing so many...
  15. Re: Problem with drawing shapes in dialog based VC++

    Yes. I'm drawing it in some other function. I don't want the circle to be there on dialog initialization instead I want it to be drawn when a particular function is called. Any way around for...
  16. Problem with drawing shapes in dialog based VC++

    Hi,
    I have drawn a circle on a button click using CDC::Ellipse method. When I click the button, the circle is drawn. But on minimizing the dialog window and again maximizing it, the circle...
  17. Replies
    1
    Views
    837

    Problem with MSComm in VC++6

    Hi,
    I'm new to VC++ and using MSComm for serial communication with VC++. The problem is that MSComm throws an exception when the receive byte array contains i 0x00. eg. if the received array is 0x52...
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured