Use TVM_SETITEMHEIGHT to set a Treeview’s node height. It cannot be done individually, though, so use with care.
Archive for the ‘Windows/.NET/.Whatever’ Category
CreateProcess tip: Remember to double-up slashes when passing to Process.Start (eg \\My Documents\\Life.txt). [Update 2008/07/27] I have no clue why I said that — it won’t compile anyway? Oh well.
One of the better rundown of .NET naming convensions out there. NET Naming Conventions and Programming Standards (C#.Net, VB.Net, J#.Net) and Best Practices – irritatedVowel.com Programming
SSAS "attribute key cannot be found" message. Originally uploaded by lohanj. Here’s how to interpret the SSAS “attribute key cannot be found” message. Example error: Errors in the OLAP storage engine: The attribute key cannot be found: Table: dbo_vw_cs_categorysales, Column: cs_sto_id, Value: 50. Errors in the OLAP storage engine: The record was skipped because the [...]
SMS Notifier watches for incoming calls that are missed (i.e. not answered). Depending on configuration settings it does the following things: Send an SMS message to the caller (configurable contents), possibly containing also the end time of current appointment (configurable). Adds an item to calendar (containing the caller info)… ::mobile