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

Search:

Type: Posts; User: saju_peruvachira

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,095

    Re: Stretch a Picture control

    There is a method called PaintPicture for the Picture Box.
    Example:

    PicBox.PaintPicture PicBox.Picture, 0, 0, PicBox.Width, PicBox.Height

    The arguments are the picture, left, top, right,bottom...
  2. Re: Over-ride the events of a control.

    I need to override the click event of a Command Button Control and also to override the lostfocus event of a TextBox Control. It would be real helpful if you could provide me with some more...
  3. Over-ride the events of a control.

    Hi VB Gurus,
    I want to have a generic implementation of an application and hence I want to override some of the events of a TextBox control. Can any of you provide me with some input on this....
  4. Bringing CheckBox to a column of a Grid Control

    Hi all,
    I am developing an application where by I need to give the provision to delete records for some days from the DB, for which I wish to give a UI which has a FlexiGrid with two columns. The...
  5. How can return a String from C++ DLL to VB?

    I am returning a HASH DEFINE string from a DLL developed using C++ to VB as BSTR. But in some cases VB cannot get the string at all.What all should I do for this to get the same correctly. Can you...
  6. How can return a String from C++ DLL to VB?

    I am returning a HASH DEFINE string to VB as BSTR.
    But in some cases VB cannot get the string at all.What all should I do for this to get the same correctly. Can you suggest any other way?
    My C++...
  7. Replies
    1
    Views
    627

    JPEG Information

    Hi,
    I need to know how I will be able to get the width, height and ColorSpace of a Jpeg image. Is there any direct MFC or C++ function available to get these. Thanks in advance.
    Saju
  8. Replies
    1
    Views
    677

    Print Data from MSFlexGrid

    Hi all,
    I would like to develop an application which prints the data from an MS FlexGrid in the WYSIWYU format. If any of you can contribute details on properties to be considered, it is...
  9. Plug-in development for Internet Explorer/Netscape Navigator

    Hi,
    I would like to develop a plug-in for Internet Explorer and also for Netscape. Let me know the libraries/SDK available for the same. If any of you have prior exposure to developing browser...
  10. Replies
    1
    Views
    549

    Plug-ins for browser

    Hi,
    I would like to develop a plug-in for Internet Explorer and also for Netscape. Let me know the libraries/SDK available for the same. If any of you have prior exposure to developing browser...
  11. Replies
    0
    Views
    494

    HTML Parser

    Hi,
    I am looking for an HTML parser in c/c++. Can I get pointers for a free 'source code' of a parser from anywhere ? Thanks in advance.
    Saju Joseph
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured