<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_程序生涯多坎坷，做一个程序员挺难的！</title><subtitle type="text">if(Me == "努力"+"努力"+"再努力"){     Me == "成功！";}</subtitle><id>http://feed.cnblogs.com/blog/u/21184/rss</id><updated>2007-06-16T02:27:50Z</updated><author><name>TangHuawei</name><uri>http://www.cnblogs.com/tanghuawei/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanghuawei/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/21184/rss"/><entry><id>http://www.cnblogs.com/tanghuawei/archive/2007/06/16/785508.html</id><title type="text">設置RichTextBox行距</title><summary type="text">'--- module ---Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As LongPublic Const WM_USER = &amp;amp;H4...</summary><published>2007-06-16T02:25:00Z</published><updated>2007-06-16T02:25:00Z</updated><author><name>TangHuawei</name><uri>http://www.cnblogs.com/tanghuawei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanghuawei/archive/2007/06/16/785508.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanghuawei/archive/2007/06/16/785508.html"/></entry><entry><id>http://www.cnblogs.com/tanghuawei/archive/2007/03/05/664417.html</id><title type="text">新的一年又开始了</title><summary type="text">新的一年又开始了！ 去年浑浑噩噩也就过去了，今年刚开始就感觉种种压力压在自己的身上，工作上学习的机会不多，自己也不知道该往哪方面去发展，公司做LED，自己对LED条屏那些协议又不是很了解，又没人可以教我，对232通讯也不尽了解，一切都是很陌生的，要我去写软件我还真不知道该怎么去下手，有时很想转行去干别的，要么搞销售，要么跑业务，要么。。。反正一切很容易发财的门路都想，可是又没那个勇气去做，确实挺难...</summary><published>2007-03-05T08:07:00Z</published><updated>2007-03-05T08:07:00Z</updated><author><name>TangHuawei</name><uri>http://www.cnblogs.com/tanghuawei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanghuawei/archive/2007/03/05/664417.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanghuawei/archive/2007/03/05/664417.html"/></entry><entry><id>http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618935.html</id><title type="text">C#.NET windows控件实现水印</title><summary type="text">Windows控件在Web下的引用，首先我们建立一个window控件，项目名称为EditImagePint,然后,我们把项目下的UserControl1.cs改为ImagePint.cs,切记文件名和构造函数都改!先制作界面,首先在设计模式下,我们将一个PictureBox拖放到解面上,命名为pictureBox1下面我们转入代码页,也就是ImagePint.cs我们需要引用的对象有：using ...</summary><published>2007-01-12T07:38:00Z</published><updated>2007-01-12T07:38:00Z</updated><author><name>TangHuawei</name><uri>http://www.cnblogs.com/tanghuawei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618935.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618935.html"/></entry><entry><id>http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618924.html</id><title type="text">C#纯数学方法递归实现货币数字转换中文</title><summary type="text">一个货币数字转换中文的算法，注意：本文中的算法支持小于1023 (也就是9999亿兆)货币数字转化。　　货币中文说明： 在说明代码之前，首先让我们回顾一下货币的读法。　　10020002.23 读为 壹仟零贰万零贰元贰角叁分　　1020 读为 壹仟零贰拾元整。　　100000 读为 拾万元整　　0.13 读为 壹角叁分　　　代码：测试工程 static void Main(string[] arg...</summary><published>2007-01-12T07:34:00Z</published><updated>2007-01-12T07:34:00Z</updated><author><name>TangHuawei</name><uri>http://www.cnblogs.com/tanghuawei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618924.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618924.html"/></entry><entry><id>http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618915.html</id><title type="text">移动没有标题栏的窗口</title><summary type="text">我们一般是用鼠标按住窗口的标题栏，然后移动窗口，当窗口没有标题栏时，我们可以用下面的方法来移动窗口： 在 BAS 文件中声明： Declare Function ReleaseCapture Lib "user32" () As LongDeclare Function SendMessage Lib "user32" _ Alias "SendMessageA" ( _ByVal hwnd As...</summary><published>2007-01-12T07:29:00Z</published><updated>2007-01-12T07:29:00Z</updated><author><name>TangHuawei</name><uri>http://www.cnblogs.com/tanghuawei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618915.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618915.html"/></entry><entry><id>http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618909.html</id><title type="text">让程序更智能-自动选择功能的实现</title><summary type="text">Windows强大的功能及与用户友好的交互环境使用户操作简单，方便易用。可以说是进出自如。但在要求用户回答问题时，最典型的例子就是当出现有"确定"，"取消"，"是"，"否"等消息框时，总要求用户明确的给出一个回答，然后程序才继续下去。但有时在一些特别的环境下（如多用户共享资源），必须在一定时间内作出回答（否则其他用户有可能因得不到所需的资源而出现系统死锁），才能保证系统的正常运行；或者当要求用户选...</summary><published>2007-01-12T07:28:00Z</published><updated>2007-01-12T07:28:00Z</updated><author><name>TangHuawei</name><uri>http://www.cnblogs.com/tanghuawei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618909.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618909.html"/></entry><entry><id>http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618906.html</id><title type="text">让复选框生动起来</title><summary type="text">复选框内包含了检查符号，表示男 复选框内未包含检查符号，表示女 我们来改进一下复选框。选中性别复选框，单击在属性表&amp;#8220;事件/单击&amp;#8221;右边的生成器按钮，选择代码生成器，就出现了代码的编辑窗口。写入如下程序：Private Sub 性别_Click()注释：根据复选框的值显示男或女If (Me![性别] = -1) Then注释：如果&amp;#8220;是&amp;#8221;就把标签改成&amp;#8...</summary><published>2007-01-12T07:27:00Z</published><updated>2007-01-12T07:27:00Z</updated><author><name>TangHuawei</name><uri>http://www.cnblogs.com/tanghuawei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618906.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618906.html"/></entry><entry><id>http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618903.html</id><title type="text">用VB实现局域网屏幕监视</title><summary type="text">文/袁磊一、引言 局域网中，往往有定时监视同一组内机器的屏幕的需要。比如：在工业控制中，某车间有多条生产线，每条生产线有一台或几台计算机实时监控该生产线的工序参数的波动；同时，需要有一台计算机（可以称之为屏幕监视服务器）来定时循环地显示各监视器的屏幕，以达到及时发现异常情况的目的。再如学校等公共机房，为了提高机器的有效使用率，屏幕监视亦具有良好的效用。本文将介绍如何用VB来实现屏幕监视的功能。 二...</summary><published>2007-01-12T07:25:00Z</published><updated>2007-01-12T07:25:00Z</updated><author><name>TangHuawei</name><uri>http://www.cnblogs.com/tanghuawei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618903.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618903.html"/></entry><entry><id>http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618900.html</id><title type="text">如何在VB6中实现文字“打屏”及霓虹灯效果</title><summary type="text">在看电影或电视时我们有时会看到有些片名一个一个的字由大到小打印到屏幕上(或是片名整齐的由大到小打印到屏幕上),俗语称"打屏"。并且有时文字颜色会不断变化,出现霓虹灯效果,闪烁亮晶晶,煞是好看。 如果你是用VB6来开发软件的话,假如能把它应用到你的软件封面中,让软件的名字唰唰唰照打在屏幕上,那种感觉是不是有点......像炎热的夏天喝了一杯冰水呢。那么在VB6中如何实现这种效果呢? OK!赶快拔出你...</summary><published>2007-01-12T07:24:00Z</published><updated>2007-01-12T07:24:00Z</updated><author><name>TangHuawei</name><uri>http://www.cnblogs.com/tanghuawei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618900.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618900.html"/></entry><entry><id>http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618896.html</id><title type="text">用VB“破解”有时间限制的程序</title><summary type="text">用VB&amp;#8220;破解&amp;#8221;有时间限制的程序张 胜-------------------------------------------------------------------------------- 你是否经常遇到有时间限制的程序？我等懒人尤其对此特别反感，可惜囊中羞涩，只好反复修改其系统日期而使自己多用几次此软件——实在是辛苦！于是使用&amp;#8220;Anyday32&amp;#82...</summary><published>2007-01-12T07:20:00Z</published><updated>2007-01-12T07:20:00Z</updated><author><name>TangHuawei</name><uri>http://www.cnblogs.com/tanghuawei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618896.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanghuawei/archive/2007/01/12/618896.html"/></entry></feed>
