tequila
2004-12-15 16:45:27 UTC
en windows puedes hacer un programa minimo con las siguientes
instrucciones
#include <windows.h>
HINSTANCE hInst;
BOOL CALLBACK DialogProc(HWND hwnd, UINT message, WPARAM wParam,
LPARAM lParam)
{
// algo...
switch (message)
case WM_NOTIFY...
}
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR
szCmdLine, int CmdShow)
{
hInst = hInstance
DialogBoxParam(hInstance, MEKEINTRESOURCE(IDD_DIALOG), NULL,
(DLGPROC)DialogProc, 0);
return 0;
}
la pregunta: ¿Como se puede programar para KDE y como para GNOME
un excelente articulo acerca de treeview en codeproject "Using the
tree control using pure win32 apis"
Saludos
instrucciones
#include <windows.h>
HINSTANCE hInst;
BOOL CALLBACK DialogProc(HWND hwnd, UINT message, WPARAM wParam,
LPARAM lParam)
{
// algo...
switch (message)
case WM_NOTIFY...
}
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR
szCmdLine, int CmdShow)
{
hInst = hInstance
DialogBoxParam(hInstance, MEKEINTRESOURCE(IDD_DIALOG), NULL,
(DLGPROC)DialogProc, 0);
return 0;
}
la pregunta: ¿Como se puede programar para KDE y como para GNOME
un excelente articulo acerca de treeview en codeproject "Using the
tree control using pure win32 apis"
Saludos