hubdog's blog
Icon Editor
Submitted by hubdog on Wed, 2007-02-28 09:33Sqlite Developer 2.50
Submitted by hubdog on Sun, 2007-02-25 20:06这一版本主要增加了自动SQL语法错误检查。
下载地址
http://www.sharpplus.com/downloads/SqliteDev250.zip
Sqlite Developer 2.45
Submitted by hubdog on Mon, 2007-02-12 21:41修正了无法解析自带的Sample数据库的表和触发器的错误
同时这一版本支持多语言界面切换的的功能,首先支持了中文。
Sqlite Developer 2.42
Submitted by hubdog on Sun, 2007-02-04 13:12更新了Sqlite到3.3.12
同时重写了Parser和Lexer,支持了对外键关联语法的支持。
修正了对Unicode的Sql Script的支持。可以正确解析中文注释和中文字段。
下载地址:
http://www.sharpplus.com/downloads/SqliteDev242.zip
How to Hook WM_SETFOCUS Message
Submitted by hubdog on Tue, 2007-01-30 21:53We should use WH_CALLWNDPROC type hook , not WH_GETMESSAGE type hook