Search:

Type: Posts; User: nostromos

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,897

    Hellow: Problem, Not load the icon from...

    Hellow:

    Problem, Not load the icon from recursos.dll.



    static HWND lblIcon;
    /* Load DLL */
    static HINSTANCE libreria;
  2. Replies
    4
    Views
    2,897

    Hello: Thanks very much Cool-August. I to...

    Hello:

    Thanks very much Cool-August.


    I to find in the forum, following links, hot to create DLL Resource:
    ...
  3. Replies
    4
    Views
    2,897

    How to Create Resource DLL

    Hellow;

    How to create the Resource DLL, for example, load from program ICON, Bitmap, StringTable, etc.

    Using Dev-C++ compiler version 4.9.9.0, SO XP Professional. And how calling from the...
  4. Replies
    5
    Views
    1,179

    Hellow; Check the content the resource.h...

    Hellow;

    Check the content the resource.h file???.

    #define MENU_FILE_ID_OPEN 100

    #define MENU_FILE_ID_CLOSE 102

    #define MENU_HELP_ID_ABOUT 102????
  5. Replies
    5
    Views
    6,632

    Hellow; hwnd = CreateWindowEx ( ...

    Hellow;



    hwnd = CreateWindowEx (
    0, /* Extended possibilites for variation */
    szClassName, /* Classname */
    "calculator", ...
  6. Replies
    10
    Views
    2,336

    hai: My domain the inglish lenguage is very...

    hai:

    My domain the inglish lenguage is very bad, sorry. But, your answer is how to makin the control inside event the dialog window???.

    Not makin from resource file..... The making control...
  7. Replies
    10
    Views
    2,336

    Hellow: Using : File resource *.rc: ...

    Hellow:

    Using :

    File resource *.rc:


    IDD_DIALOGO DIALOG DISCARDABLE 0,0,148,100
    STYLE WS_CHILD|WS_BORDER
    FONT 9, "Verdana"
  8. Replies
    1
    Views
    1,493

    How to Creating DLL image resource

    Hellow;

    Questions,
    how to creating DLL image, Bitmap ,Icon resource and how using in the application??

    Using compiler Dev-C++.

    Tank....
  9. Replies
    7
    Views
    3,938

    Hellow; Follow examples, load image inside the...

    Hellow;

    Follow examples, load image inside the static control, radio button, button.



    /*
    Function created for Alejandro Ramirez Bastias
    Talca, Chile
    */
  10. Replies
    1
    Views
    2,547

    How to using SQLite with WINAPI

    Hellow;

    How to introducing dat into data base using edit controls, the sites in the web only examples with MFC and console.

    But, in the WINAPI how?????.

    The data bases is SQLite, not...
Results 1 to 10 of 10