Free Advertising Forums | Free Advertising Board | Post Free Ads Forum | Free Advertising Forums Directory | Best Free Advertising Methods | Advertising Forums

Free Advertising Forums | Free Advertising Board | Post Free Ads Forum | Free Advertising Forums Directory | Best Free Advertising Methods | Advertising Forums (http://www.freeadvertisingzone.com/index.php)
-   MLM and Network Marketing Ads: (http://www.freeadvertisingzone.com/forumdisplay.php?f=45)
-   -   Office Professional 2007 process of rolling window (http://www.freeadvertisingzone.com/showthread.php?t=1259596)

05-25-2011 03:01 PM

Office Professional 2007 process of rolling window
 
/ / by shifting the origin of coordinates to obtain the sine curve, the array elements can minimize the cellular
/ / two * NUM, but to open up area for your array.
# include
# contain

# define ID_TIMER one
# outline NUM 1000
# define Phase ten / / Every move of moving
# define TWOPI (2 * three.14159)

LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);

int WINAPI WinMain ( ; HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, int iCmdShow)
{
static TCHAR szAppName [] = TEXT (hwnd;
MSG msg;
WNDCLASS wndclass;

wndclass.style ; = CS_HREDRAW | CS_VREDRAW;
wndclass.lpfnWndProc = WndProc;
wndclass.cbCl######tra = 0;
wndclass.cbWndExtra = 0;
wndclass.hInstance = hInstance;
wndclass.hIcon = LoadIcon (NULL, IDI_APPLICATION);
wndclass.hCursor = LoadCursor (NULL, IDC_ARROW);
wndclass.hbrBackground = (HBRUSH ) GetStockObject (WHITE_BRUSH);
wndclass.lpszMenuName = NULL;
wndclass.lpszClassName = szAppName;

if (! RegisterClass (& wndclass))

MessageBox (NULL, TEXT (szAppName, MB_ICONERROR);
return 0;


hwnd = CreateWindow (szAppName , TEXT (CW_USEDEFAULT, CW_USEDEFAULT,
NULL, NULL, hInstance,Office Professional 2007, NULL);
ShowWindow (hwnd, iCmdShow);
UpdateWindow (hwnd);

while (GetMessage (& msg, NULL, 0, 0))

TranslateMessage ( & msg);
DispatchMessage (& msg);

return msg.wParam;
}

LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
{
static int cxClient, cyClient;
HDC ; hdc;
int i;
PAINTSTRUCT ps;
static POINT apt [2 * NUM];
static HPEN hPen1, hPen2;
static int step;

switch (message)
{
case WM_SIZE:
cxClient = LOWORD (lParam);
cyClient = HIWORD (lParam);

for (i = 0; i <2 * NUM; i + +)

apt [i]. x = (int) (i * cxClient / NUM);
apt [i]. y = (int) (cyClient * (1 - sin (TWOPI * i / NUM)) / 2);

return 0;
case WM_CREATE:
hPen1 = CreatePen (PS_SOLID, 4, RGB (255,0,0));


All times are GMT. The time now is 06:34 AM.

Powered by vBulletin Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Free Advertising Forums | Free Advertising Message Boards | Post Free Ads Forum