文章分类 -  Win32基础技术

Win32基础技术
摘要:1、633错误: GPRS Modem正在使用或没有配置为断开。 如果是拨号网络连接,网络连接试图使用的com端口正在被其他活动的网络连接或其他的进程(例如:超级终端等串口应用工具)使用。请退出使用com端口的应用程序。 2、678 错误: 服务器没有应答。 确保能接收到GPRS信号,如天线是否接触正常,SIM卡是否开通GPRS数据业务。 当地GPRS网络问题,请与移动公司联系。 3、692错误... 阅读全文
posted @ 2007-10-23 13:35 Rookie.Zhang 阅读(964) 评论(0) 推荐(0)
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->DWORD dwRet; RASCONNSTATUS rStatus; ZeroMemory(&rStatus, sizeof(RASCONNSTATUS)); rStatus.dwSize =... 阅读全文
posted @ 2007-10-23 13:34 Rookie.Zhang 阅读(253) 评论(0) 推荐(0)
摘要:本文的目的是为使用和实行Microsoft的组件对象模型(COM)提供迅捷的参考。读者若想更好的理解什么是COM,以及隐藏在它的设计及体系中的动机,应该阅读组件对象模型的技术说明书(MSDN库,技术说明书)。 阅读全文
posted @ 2006-08-16 17:12 Rookie.Zhang 阅读(253) 评论(0) 推荐(0)
摘要:using System;using System.Drawing;using System.ComponentModel;using System.Windows.Forms;using System.Runtime.InteropServices;using System.Text;using System.Collections;public delegate bool IECallBack... 阅读全文
posted @ 2006-04-23 11:40 Rookie.Zhang 阅读(257) 评论(0) 推荐(0)
摘要:http://www.nokia.ie/nokia/0,8764,29314,00.html 阅读全文
posted @ 2005-11-11 13:28 Rookie.Zhang 阅读(175) 评论(0) 推荐(0)
摘要:In the midst of all this publicity writing ATL-based applications, you will find little in the way of documentation on porting your legacy Win32 applications to ATL. Hopefully, these steps will ease t... 阅读全文
posted @ 2005-11-11 11:24 Rookie.Zhang 阅读(270) 评论(0) 推荐(0)
摘要:/**//* prepostdemo.c */#include int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow){ MessageBox(NULL, TEXT("Hello, Main Program!"), TEXT("Hello"),... 阅读全文
posted @ 2005-11-11 11:21 Rookie.Zhang 阅读(331) 评论(0) 推荐(0)
摘要:由于读取Outlook Express(系统自带)和Outlook2000(Office2000中所带)中通讯薄内容所采取的方法不同,下面将分开简述。 第一、读取系统自带Outlook Express中通讯薄方法 基本思路 通过载入Wab32.dll文件(此文件一般位于路径“\Program Files\Common Files\System\”下面),再获取... 阅读全文
posted @ 2005-06-06 10:44 Rookie.Zhang 阅读(611) 评论(0) 推荐(0)