• The Gift Giving Thread V29 - It's Saxaphone Season. And Look, No Name Drops!
    2,002 replies, posted
[QUOTE=Dr_MadMan;21031332]Here's my blog [url]http://trulydrmad.blogspot.com/[/url] You know what to do, it only takes a few clicks.[/QUOTE] done
[QUOTE=Dr_MadMan;21031332]Here's my blog [url]http://trulydrmad.blogspot.com/[/url] You know what to do, it only takes a few clicks.[/QUOTE] I'm a Jesus freak too! :D
It appears I am back.
Mmm, because I want to start a "Zayfox' DS + Pokemon HeartGold" fund... :saddowns: I am actually poor now, due to the amount I've gifted with no income.[/QUOTE] Retoastin' G'night GGT.
Well, I am about to leave on a week long trip with no computers to go to nevda to go sking. If I don't post in this thread or come online in 2 weeks assume I am dead.
[QUOTE=Erp;21031479]It appears I am back.[/QUOTE] Welcome back!
Does someone have some spare money on Itunes? I'd like to buy that one game called Phase for my Ipod nano 16gb, but I don't have a credit card.
[QUOTE=neos300;21031521]Well, I am about to leave on a week long trip with no computers to go to nevda to go sking. If I don't post in this thread or come online in 2 weeks assume I am dead.[/QUOTE]Skiing? Don't die :razz:
My friend says that Justin Bieber's voiced has cracked!
[QUOTE=Xylem;21031544]Welcome back![/QUOTE]You're a web designer?
[QUOTE=Joppari;21031545]Does someone have some spare money on Itunes? I'd like to buy that one game called Phase for my Ipod nano 16gb, but I don't have a credit card.[/QUOTE] I have $37 on iTunes, apparently you need a credit card to gift a game, but I don't have a credit card. [editline]10:54PM[/editline] [QUOTE=Erp;21031591]You're a web designer?[/QUOTE] Uh, kind of.. I'm not that good at it yet. I only know HTML and a little bit of CSS but I want to learn C++.
[QUOTE=Xylem;21031590]My friend says that Justin Bieber's voiced has cracked![/QUOTE]It has; [QUOTE=Xylem;21031604]I have $37 on iTunes, apparently you need a credit card to gift a game, but I don't have a credit card. [editline]10:54PM[/editline] Uh, kind of.. I'm not that good at it yet. I only know HTML and a little bit of CSS [B]but I want to learn C++[/B].[/QUOTE]Have fun with that...
[QUOTE=Erp;21031630]It has; [b]Have fun with that...[/b][/QUOTE] Is it hard?
This: [code]#include "stdafx.h" #include "Window.h" #define MAX_LOADSTRING 100 HINSTANCE hInst; TCHAR szTitle[MAX_LOADSTRING]; TCHAR szWindowClass[MAX_LOADSTRING]; ATOM MyRegisterClass(HINSTANCE hInstance); BOOL InitInstance(HINSTANCE, int); LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM); int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) { UNREFERENCED_PARAMETER(hPrevInstance); UNREFERENCED_PARAMETER(lpCmdLine); MSG msg; HACCEL hAccelTable; LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); LoadString(hInstance, IDC_WINDOW, szWindowClass, MAX_LOADSTRING); MyRegisterClass(hInstance); if (!InitInstance (hInstance, nCmdShow)) { return FALSE; } hAccelTable = LoadAccelerators(hInstance, MAKEINTRESOURCE(IDC_WINDOW)); while (GetMessage(&msg, NULL, 0, 0)) { if (!TranslateAccelerator(msg.hwnd, hAccelTable, &msg)) { TranslateMessage(&msg); DispatchMessage(&msg); } } return (int) msg.wParam; } ATOM MyRegisterClass(HINSTANCE hInstance) { WNDCLASSEX wcex; wcex.cbSize = sizeof(WNDCLASSEX); wcex.style = CS_HREDRAW | CS_VREDRAW; wcex.lpfnWndProc = WndProc; wcex.cbClsExtra = 0; wcex.cbWndExtra = 0; wcex.hInstance = hInstance; wcex.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_WINDOW)); wcex.hCursor = LoadCursor(NULL, IDC_ARROW); wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1); wcex.lpszMenuName = MAKEINTRESOURCE(IDC_WINDOW); wcex.lpszClassName = szWindowClass; wcex.hIconSm = LoadIcon(wcex.hInstance, MAKEINTRESOURCE(IDI_SMALL)); return RegisterClassEx(&wcex); } BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) { HWND hWnd; hInst = hInstance; hWnd = CreateWindow(szWindowClass, szTitle, WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); if (!hWnd) { return FALSE; } ShowWindow(hWnd, nCmdShow); UpdateWindow(hWnd); return TRUE; } LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { int wmId, wmEvent; PAINTSTRUCT ps; HDC hdc; switch (message) { case WM_COMMAND: wmId = LOWORD(wParam); wmEvent = HIWORD(wParam); switch (wmId) { case IDM_ABOUT: DialogBox(hInst, MAKEINTRESOURCE(IDD_ABOUTBOX), hWnd, About); break; case IDM_EXIT: DestroyWindow(hWnd); break; default: return DefWindowProc(hWnd, message, wParam, lParam); } break; case WM_PAINT: hdc = BeginPaint(hWnd, &ps); EndPaint(hWnd, &ps); break; case WM_DESTROY: PostQuitMessage(0); break; default: return DefWindowProc(hWnd, message, wParam, lParam); } return 0; } INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) { UNREFERENCED_PARAMETER(lParam); switch (message) { case WM_INITDIALOG: return (INT_PTR)TRUE; case WM_COMMAND: if (LOWORD(wParam) == IDOK || LOWORD(wParam) == IDCANCEL) { EndDialog(hDlg, LOWORD(wParam)); return (INT_PTR)TRUE; } break; } return (INT_PTR)FALSE; }[/code] Produces this: [img]http://dl.dropbox.com/u/1439918/Pics/window.png[/img]
Hallo. [editline]08:07AM[/editline] [QUOTE=Zayfox;21031482]Mmm, because I want to start a "Zayfox' DS + Pokemon HeartGold" fund... :saddowns: I am actually poor now, due to the amount I've gifted with no income.[/QUOTE] Retoastin' G'night GGT.[/QUOTE] I may not like you... but all I say is Good Luck! Also my copy of SoulSilver comes tomorow :dance:
why is this stupid thread series still alive [editline]07:13AM[/editline] [QUOTE=Xylem;21029404]I'm a 10'er. Erp didn't notice I was a 10'er 'til I told him and that's a good thing. [editline]05:34PM[/editline] Pascall should start postin' moar, [b]we need more feminine in this thread![/b][/QUOTE] as if there's not enough already? :rolleyes: [highlight](User was banned for this post ("This post adds nothing to the thread topic" - verynicelady))[/highlight]
[QUOTE=Brian Williams;21031769]why is this stupid thread series still alive [editline]07:13AM[/editline] as if there's not enough already? :rolleyes:[/QUOTE] Why don't you troll elsewhere? [highlight](User was banned for this post ("Report trolls, don't reply in the thread" - verynicelady))[/highlight]
Who wants to play a game instead of begging for one? I'll be in the chat :D
[QUOTE=nibbler234;21031419]I'm a Jesus freak too! :D[/QUOTE] I wish there was an awesome rating.
It appears I have appeared momentarily. [editline]08:39PM[/editline] Will be gone soon. [editline]08:40PM[/editline] Also, lol@ Jobby's raffle. Inspired by ETW much?
[QUOTE=sink257;21031995]It appears I have appeared momentarily. [editline]08:39PM[/editline] Will be gone soon. [editline]08:40PM[/editline] Also, lol@ Jobby's raffle. Inspired by ETW much?[/QUOTE] Maybe I'll get you the same DLC I got Jobby. :h:
[QUOTE=iWhatIsLove;21032093]Maybe I'll get you the same DLC I got Jobby. :h:[/QUOTE] Aww, it's ok, I'm sure there are others out there who deserve your gifts more than I do.
[QUOTE=sink257;21032176]Aww, it's ok, I'm sure there are others out there who deserve your gifts more than I do.[/QUOTE] I gift who I want, and I want to gift you.
[QUOTE=Xylem;21031604][B]but I want to learn C++.[/B][/QUOTE] Prepare to spend a lot of time reading and doing the same things again and again. But good luck with that. I hope you become good at it.
[QUOTE=Xylem;21031604]I have $37 on iTunes, apparently you need a credit card to gift a game, but I don't have a credit card. [editline]10:54PM[/editline] Uh, kind of.. I'm not that good at it yet. I only know HTML and a little bit of CSS but I want to learn C++.[/QUOTE] C++ is hard. Get ready to spend a few years of your lifetime.
[QUOTE=neos300;21032269]C++ is hard. Get ready to spend a few years of your lifetime.[/QUOTE] We established this already.
Go jack Joe, you.
[QUOTE=mobrockers;21032326]Go jack Joe, you.[/QUOTE] But I'm not Bob!
Just wondering, who here doesn't have a copy of Crayon Physics Deluxe?
[QUOTE=iWhatIsLove;21032331]But I'm not Bob![/QUOTE] You're Bob when you're told that you're Bob
Sorry, you need to Log In to post a reply to this thread.