Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!

User:Nando144: Difference between revisions

From the Club Penguin Wiki, the free, editable encyclopedia about Club Penguin
Jump to navigation Jump to search
C++
imported>Nando144
Undo revision 278058 by 174.129.207.64 (talk)
Line 1: Line 1:
#include <windows.h>
{{POTM}}
 
{{clear}}
const char g_szClassName[] = "lulz";
{{PinLocation}}
 
LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{{UserInfobox
{
|bgcolor = Orange
    switch(msg)
|textcolor= Blue
    {
|User name = Nando144
      case WM_CLOSE:
|image = File:Nando1442.png
          DestroyWindow(hwnd);
|caption = Me on April 6, 2011 - April 21, 2011
      break;
|penguins name =Nando144
      case WM_DESTROY:
|favorites = [[Holiday Party]]
          PostQuitMessage(0);
|member = Yes
      break;
|first pin = [[Taco pin]]
      default:
|famous peng = [[Penguin Band]], [[Aunt Arctic]], [[Gary]], [[Rockhopper]], [[Sensei]] and [[Rookie]].
          return DefWindowProc(hwnd, msg, wParam, lParam);
|joined wiki = April 21, 2010
      break;
|joined cp = July 21, 2008
    }
|admin = No
    return 0;
}}
}
 
 
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
==My Pages==
{
*[[User:Nando144/Awards|Want to see some awards?]]
    WNDCLASSEX wc;
*[[User:Nando144/Templates|WOW! Some cool templates here]]
    HWND hwnd;
 
    MSG Msg;
==My Signatures==
*[[User:Nando144|''<span style="color:#0000FF; background:##008000">Nando144</span>]] [[User talk:Nando144|<span style="color:#008000; background:##008000">Talk with me!</span>]] (Normal) (Current)
    wc.cbSize = sizeof(WNDCLASSEX);
 
    wc.style=0;
 
    wc.lpfnWndProc = WndProc;
===Holiday Signatures===
    wc.cbClsExtra = 0;
*[[User:Nando144|''<span style="color:#7FFFD4; background:#FFFFFF">Nando144</span>]] [[User talk:Nando144|<span style="color:#FFA500; background:##008000">Easter!</span>]] [[Special:Contributions/Nando144|<span style="color:#50C878; background:##008000">Save the Earth!</span>]] (Easter and Earth Day - April, 8 to 22 - 2012)
    wc.cbWndExtra = 0;
 
    wc.hInstance = hInstance;
*[[User:Nando144|''<span style="color:#FF8C00; background:#FFFFFF">I Think that you would see this</span>]] [[User talk:Nando144|<span style="color:#008000; background:#120A8F">Primeiro de Abril!</span>]] [[Special:Contributions/Nando144|<span style="color:#FFBF00; background:#FFFFFF">Hablas español?</span>]] (April Fools - April, 1)
    wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
 
    wc.hCursor = LoadCursor(NULL, IDC_ARROW);
*[[User:Nando144|''<span style="color:#FF0000; background:#FFFFFF">Ye Olde NandoCXLIV</span>]] [[User talk:Nando144|<span style="color:#DAA520; background:##008000">Welcome to our Kingdom!</span>]] (Medieval Party - (May)
    wc.hbrBackground = (HBRUSH) (COLOR_WINDOW+1);
 
    wc.lpszMenuname=NULL%3B
*[[User:Nando144|''<span style="color:#0000FF; background:##008000">Nando144</span>]] [[User talk:Nando144|<span style="color:#FF8C00; background:##008000">August 25</span>]] [[Special:Contributions/Nando144|<span style="color:#0000FF; background:##008000">My Birthday!</span>]] (August 23 - 25)
    wc.lpszClassname=g_szClassName%3B
 
    wc.hIconSm = LoadIcon(NULL, IDI_APPLICATION);
*[[User:Nando144|''<span style="color:#006400; background:#FFFFFF">Nando144</span>]] [[User talk:Nando144|<span style="color:#FF0000; background:#FFFFFF">Merry Christmas...</span>]] [[Special:Contributions/Nando144|<span style="color:#AFEEEE; background:#000000">And a Happy New Year!</span>]] (Christmas and New Year - December, 25 - January, 1)
   
 
    hwnd = CreateWindowEx(
*[[User:Nando144|''<span style="color:#EC2300; background:#FFFFFF">Nando144</span>]] [[User talk:Nando144|<span style="color:#FF007F; background:#FFFFFF">Happy Valentine Day!</span>]] (Valentine Day - June, 13)
      WS_EX_CLIENTEDGE,
 
      g_szClassName,
==Gallery==
      "Worthless Piece of shit.",
<gallery>
      WS_OVERLAPPEDWINDOW,
File:AAandMe.PNG|[[Aunt Arctic]] and me at the [[6th Anniversary Party]].
      CW_USEDEFAULT, CW_USEDEFAULT, 240, 120,
</gallery>
      NULL, NULL, hInstance, NULL);
    ShowWindow(hwnd, nCmdShow);
    UpdateWindow(hwnd);
   
    while(GetMessage(&Msg, NULL, 0, 0) > 0)
    {
      TranslateMessage(&Msg);
      DispatchMessage(&Msg);
    }
    return Msg.wParam;
}

Revision as of 11:54, 29 October 2011

About Nando144...

Nando144 has once (or more) been the Penguin of the Month! Congratulations!

To vote for this month's Penguin of the Month, follow the link!
N/A There is no pin available.
Nando144

Me on April 6, 2011 - April 21, 2011
Information
Penguin's Name Nando144
Favorites Holiday Party
Member? Yes
First Pin Taco pin
Famous Penguins Met Penguin Band, Aunt Arctic, Gary, Rockhopper, Sensei and Rookie.
Date Joined Wiki April 21, 2010
Date Joined Club Penguin July 21, 2008



My Pages

My Signatures


Holiday Signatures

Gallery