Search:

Type: Posts; User: porecha_jp

Search: Search took 0.01 seconds.

  1. Thread: Grid Entry

    by porecha_jp
    Replies
    0
    Views
    1,297

    Grid Entry

    Hi All,

    If you are a buisness application programmer I am sure that you came across the problem of fast data entry on Visual Basic / Visual C++ Form.
    The customers who are migrating...
  2. Replies
    1
    Views
    991

    Editor Class

    Hi All,

    Is there any source code available for the class which provides us the facility to make an editor (in Visual C++) such that by providing the list of words to it. It highlights the...
  3. Replies
    0
    Views
    1,030

    Transfer memory to DC

    Hi,

    I am developing a test program for simple animation (some thing like GIF) for that I am using my file format containing one base image having a pixel map of display rectangel (it could be...
  4. Replies
    1
    Views
    1,423

    Hi, Don't use ShellExecute to run an exe...

    Hi,

    Don't use ShellExecute to run an exe otherwise use CreateProcess API function and get a handle of Process by it.

    When you want to terminate the process just call EndProcess function...
  5. Replies
    2
    Views
    919

    Transfer memory to DC

    Hi,

    I am facing a problem for displaying an image for my custom format on the view.

    We have a custom file format for our purpose that stores the base image and delta images of the base...
Results 1 to 5 of 5