Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Windows API in C/C++

Name: duh 2008-02-21 13:28

Help, I have no idea how to correctly use the API to create windows and fill them with text and shit.

Give me information, tutorials, etc.

Name: Anonymous 2008-02-23 15:36

It's not really that hard;

wm title . "C++ WinAPI hello world app"
label .hwlabel -text "Behold, a button:"
button .hwbutton -text "Click me" -command {
    tk_messageBox -title "Hi" -message "Hello, world!"
}
pack .hwlabel .hwbutton

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List