CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - exception
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - exception - List
[
Windows Develop
]
Exception.zip
DL : 0
Date
: 2026-01-03
Size
: 2.03mb
User
:
[
Windows Develop
]
Exception
DL : 0
文件异常处理的一个例子<2030kb>-document examples of a lt; 2030kbgt;
Date
: 2008-10-13
Size
: 2.03mb
User
:
陈金涛
[
Windows Develop
]
WindowsCoreProg
DL : 0
Windows核心编程随书代码, Windows核心编程一书介绍有高级Dll技术,API Hook, 以及VC异常处理(__try-__finally)等等, 是学习Windows系统编程的很好的资料-core Windows programming code with books, core Programming Windows book about a senior Dll technology, API Hook, Exception Handling and VC (__try - __finally), etc., learning Windows Programming good information
Date
: 2008-10-13
Size
: 225.02kb
User
:
白海
[
Windows Develop
]
fatherwindow
DL : 0
如果你用 MFC 编写过多文档界面(MDI)Windows 程序,那么肯定知道:如果父窗口标题为“PCaption”,子窗口标题为“CCaption”,那么每当子窗口最大化并处于激活状态时,子窗口标题一般都会与父窗口标题合二为一,变成“PCaption-[CCaption]”。 这是一种 MDI 的默认行为。用 C# 编写多文档界面程序也不例外。很多用户都不喜欢这种缺省特性,往往想用定制的窗口标题取而代之。该例子示范如何在C#程序中定制和修改MDI应用的窗口标题。-If you use MFC prepared excessive document interface (MDI) Windows procedures, Well know for sure : If the father window entitled "PCaption" Subwindow entitled "CCaption," then maximize the window whenever son was in a state of activation, Subwindow heading generally patriarchal heading into one window, become "PCaption-[CCaption]." This is a MDI default behavior. C# prepared multi-document interface procedures are no exception. Many users do not like this default characteristics are often customized to use the title of the window replaced. The examples demonstrate how C# procedures customization and modification of MDI application's window title.
Date
: 2008-10-13
Size
: 26.57kb
User
:
无
[
Windows Develop
]
Celltrack
DL : 0
res = RIL_GetCellTowerInfo(hRil) if (res != IntPtr.Zero) throw new Exception(\"Could not read the cell info from ril\") RIL_Deinitialize(hRil) return res.ToString() } } IntPtr res = IntPtr.Zero IntPtr port = new IntPtr((int)1) NotifyCallback = new RilNotifyDelegate(MyNotifyCallback) ResultCallback = new RilResultDelegate(MyResultCallback) IntPtr dwNotif = new IntPtr((int)RilNotificationClass.All) IntPtr dwParam = new IntPtr(0x33FF33FF) GCHandle ResultGC = GCHandle.Alloc(ResultCallback) GCHandle NotifyGC = GCHandle.Alloc(NotifyCallback) try
Date
: 2008-10-13
Size
: 37.93kb
User
:
ppy
[
Windows Develop
]
Exception(for CB6)
DL : 0
c++ Builder中的异常处理-Exceptions
Date
: 2008-10-13
Size
: 300.17kb
User
:
程小强
[
Windows Develop
]
exception_src
DL : 0
the exception class holding the call stack s information
Date
: 2008-10-13
Size
: 25.17kb
User
:
王維
[
Windows Develop
]
clib
DL : 0
一个跨平台的c\\c++类库 提供对log,mutext, thread,exception,socket等常用功能的封装
Date
: 2008-10-13
Size
: 74.65kb
User
:
ju
[
Windows Develop
]
Unable_To_2124748252008
DL : 0
When application is deployed, the exception unable to find database dll occurs when generating reports. This is because you are not using Crystal Report 8.5 ActiveX Designer RunTime Library (craxdrt.dll) Check out this tutorial provides best practice solution.
Date
: 2008-10-13
Size
: 197.09kb
User
:
孙忠波
[
Windows Develop
]
异常程序
DL : 0
有关异常程序的应用和实现,如何抛出异常,继续处理程序。-The application and achievement about exception programme,how to throw out exception,and continue to handle programme.
Date
: 2008-10-13
Size
: 5.97kb
User
:
范围
[
Windows Develop
]
A Crash Course on the Depths of Win32 Structured E
DL : 0
A Crash Course on the Depths of Win32 Structured Exception Handling -A Crash Course on the Depths of Win32 Structured Exception Handling.
Date
: 2008-10-13
Size
: 15.27kb
User
:
伟
[
Windows Develop
]
linqt-2[1].8.3.tar
DL : 0
言规则,类和对象,流和I/O,异常处理,AWT/Swing高级编程,对 象序列化,高效I/O及正则表达式,...网络编程技术 TCP/IP协议,Socket套接字-on rule,class,object,stream,I/O,exception,AWT/Swing,seral,TCP/IP principle,Socket,and so on.
Date
: 2008-10-13
Size
: 307.16kb
User
:
丁飘
[
Windows Develop
]
Exception
DL : 0
文件异常处理的一个例子<2030kb>-document examples of a lt; 2030kbgt;
Date
: 2026-01-03
Size
: 2.03mb
User
:
陈金涛
[
Windows Develop
]
exception_src
DL : 0
the exception class holding the call stack s information
Date
: 2026-01-03
Size
: 25kb
User
:
王維
[
Windows Develop
]
clib
DL : 0
一个跨平台的c\c++类库 提供对log,mutext, thread,exception,socket等常用功能的封装-A cross-platform cc++ Library provides log, mutext, thread, exception, socket commonly used functions such as packaging
Date
: 2026-01-03
Size
: 74kb
User
:
ju
[
Windows Develop
]
Exception
DL : 0
Win32 结构化异常处理其核心是操作系统提供的服务,你能找到的关于 SEH 的所有文档都是描述一个特定的编译器运行时库,这个运行库包装着操作系统实现。在本文中,我将一层一层对 SEH 进行剥离,以便展现其最基本的概念-Win32 structured exception handling are its core operating system services, you can find about SEH all documents are to describe a specific compiler run-time library, the runtime package of the operating system implementation. In this article, I will step by step dissection of the SEH to conduct in order to show its most basic concept of
Date
: 2026-01-03
Size
: 31kb
User
:
林枫
[
Windows Develop
]
VC_MFC_programming_information_on_exception_handli
DL : 0
VC MFC编程异常处理机制资料VC MFC programming information on exception handling mechanism-VC MFC programming exception handling data VC MFC programming information on exception handling mechanism
Date
: 2026-01-03
Size
: 1.1mb
User
:
uik
[
Windows Develop
]
Exception
DL : 0
this is sample how can i use Exception in C-this is sample how can i use Exception in C++
Date
: 2026-01-03
Size
: 3.45mb
User
:
ahmadpoor
[
Windows Develop
]
exceptintest_app
DL : 0
it is a exception test app
Date
: 2026-01-03
Size
: 185kb
User
:
Dj777
[
Windows Develop
]
error handling
DL : 0
Error handler tutorial on C# for beginner using try and catch exception handler
Date
: 2026-01-03
Size
: 241kb
User
:
likora
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.