SalimMeghani

Primary tabs

TypeTitleAuthorRepliesLast updated
StoryWndProc (Part 2) SalimMeghani06 years 8 months ago
StoryWndProc (Part 1) SalimMeghani06 years 8 months ago
StoryWinMain SalimMeghani06 years 9 months ago
Blog entryThe Sighs of a Mouse: Essays and Stories by Paul Chappell (FTSE100/Footsie) tcook411 years 7 months ago
Forum topicAll stories have disappeared.. SalimMeghani1211 years 10 months ago
Forum topicNew Way of Evaluating Reverse Polish? SalimMeghani011 years 10 months ago
Forum topicTechnical advice Natalia612 years 6 months ago
Forum topicAhmadineBad? Mangone2914 years 9 months ago
Forum topicMore Terrorists? Mangone1115 years 3 weeks ago
Forum topicThe Development Of A Simple Spreadsheet Program Dendrite1717 years 9 months ago

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