Asm X (@asmx) 's Twitter Profile
Asm X

@asmx

ID: 199192757

calendar_today06-10-2010 07:36:00

41 Tweet

2 Takipçi

0 Takip Edilen

Asm X (@asmx) 's Twitter Profile Photo

COutputWnd: all tabs gone. using the control right on the COutputWnd instead of using it on a tab, which is placed on top of the window

Asm X (@asmx) 's Twitter Profile Photo

The OutlookBar disappeared. Something went wrong with code? No, fixed by deleting the app's reg key where it saves its state

Asm X (@asmx) 's Twitter Profile Photo

OK. if I comment out the code that adds two tabs to the Outlook Bar, the entire bar disappears. Regkeys affected are placed under Workspace

Asm X (@asmx) 's Twitter Profile Photo

Will use COutlookBar for navigation, CPropertiesWnd for details of the item selected in the main view (CListView), COutputWnd - for logs

Asm X (@asmx) 's Twitter Profile Photo

CPropertiesWnd & COutputWnd are CDockablePanes, contain 1+ ctrls, can stack on each other, can contain tabs that contain ctrls on their own

Asm X (@asmx) 's Twitter Profile Photo

COutlookBar is a descendant of CDockablePane and can behave in the same manner. So it's all about CDockablePane in MFC Feature Pack. Sweet.

Asm X (@asmx) 's Twitter Profile Photo

http://health.google.com/. quite handy. using it to keep track of my weight and my sleep hours. my BMI is 27. overweight. bummer

Asm X (@asmx) 's Twitter Profile Photo

I stopped with MFC+ for a while. Digging a year-old code of my Software Update Manager. Wanna make its internals before porting to MFC+

Asm X (@asmx) 's Twitter Profile Photo

I have a kind of "Script Language" and home-made "Script Interpreter". Very simple but enough to brute-parse web pages, crawl, download.

Asm X (@asmx) 's Twitter Profile Photo

finally decoupled DownloadManager from the app code; now two script commands use it. all download tasks are set in scripts.

Asm X (@asmx) 's Twitter Profile Photo

Preparing the helper thread that handles the downloading/parsing to uniformly use update event handlers that implement the same interface

Asm X (@asmx) 's Twitter Profile Photo

Added another script command: up. It helps repeat commands up in the script. Best served with a "list" command I'm about to add, too