Search:

Type: Posts; User: nostromos

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,905

    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,905

    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,905

    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,212

    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,691

    Hellow; hwnd = CreateWindowEx ( ...

    Hellow;



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

    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,355

    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,498

    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
    4,002

    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,579

    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