SalimMeghani

Primary tabs

I have 53 stories published in 0 collections on the site.
My stories have been read 21096 times

SalimMeghani's picture
Salim Meghani

 

My stories

Forward sense, Backward sense..

Our sensual experience is slightly different for everyone. This is because we are all unique, and different from each other. Basically, our sensual...

Backtracking.

Backtracking. By Salim Shahbudeen Meghani. Suppose in a worksheet, you have the numbers 1,2,3 in cells a1,a2,a3. In cell a5 you have the formula =a1+...

WndProc (Part 5)

goto finished; } doitselect : if (hredraw) { cval=nHscrollPos; sprintf(szBuffer," "); TextOut(hdc,cxChar*1,cyChar*4,szBuffer,3); a=4; for(i=1;i<=...

WndProc (Part 4)

SetBkColor(hdc, RGB(200,200,200)); SetTextColor(hdc, RGB(0,0,0)); if (hredraw || vredraw || credraw || (dscroll==5)) goto doitselect; else { cval=...

WndProc (Part 3)

ButtonY = CreateWindow(TEXT("button"), TEXT("Form"), WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON, cxChar*12,4,5*cxChar,7*cyChar/4,hWnd,(HMENU) 2, ((...

Pages