摘要: /// <summary> /// 转换bmp到Icon // 游天居士到此一游 /// </summary> /// <param name="bmpFileName">BMP文件名</param> /// <returns></returns> private Icon BmpToIcon(string bmpFileName) { // 得到当前程序的目录 string strFullFileName = mBmpFilePath + "/" ... 阅读全文
posted @ 2012-11-12 10:08 游天居士 阅读(379) 评论(0) 推荐(0) 编辑
摘要: private: static AcDbObjectIdArray secectScreen() { ads_name ssname; AcDbObjectIdArray idsSelected = NULL; if (acedSSGet(NULL,NULL,NULL,NULL,ssname) != RTNORM) { acedSSFree(ssname); return NULL; } long nSelectedLength; ads_n... 阅读全文
posted @ 2012-11-12 09:59 游天居士 阅读(571) 评论(0) 推荐(0) 编辑