在VB中如何读出NT的EVENT LOG中的LOG 信息

jianhuacai 2000-04-06 03:35:00
在VB中如何读出NT的EVENT LOG中的LOG 信息
最好有什么OCX可用。
...全文
196 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
jianhuacai 2000-04-07
  • 打赏
  • 举报
回复
Event log不是Event.log文件,是NT的事件记录器。
一般使用Event View查看内容。
一般存放在\winnt\system32\config 下
有SysEvent.evt SecEvent.evt AppEvent.Evt 这可不是纯文本文件。
bokei 2000-04-06
  • 打赏
  • 举报
回复
log文件是顺序读取的文本文件,用读取文本文件的方法试一下。

Dim sTemp as String
Open "event.log" For Input As #1 '打开文件
While Not EOF(1)
Line Input #1,sTemp '把一行文本读进sTemp中。
Wend
Close #1 '关闭文件





1 , TaskBar_v0.5.zip"Form_Taskbar is a control for Visual Basic which, once placed onto a form, makes the form act like the Taskbar (minus the Start Menu)." -- David Newcum2 , RemBuilderplus.zip"Rem Builder will auto load on startup to use Rem Builder; start your Visual Basic program with your project code showing, right click and you should see "Rem Builder".3 , syntax.zipThis is an excellent example of how to highlight HTML code in a rich textbox. I encourage everyone to check it out.4 , status.zipThis example demonstrates how to display text about each control the mouse is currently above.5 , dm10e.zipThis COM object allows you to send SMTP mail from many of the most used applications, including:Active Server Pages (Microsoft IIS or Chili!ASP extensions) Microsoft Visual Basic 4.x/5.x/6.x Microsoft Word, Access, Excel 95/97 (VBA) Windows Scripting Host (cscript / wscript) Perl 5.x for Win32 Inprise Delphi 4 Microsoft Visual C++ 4.x/5.x/6.x Microsoft Visual J++ 1.x/6.0 (Java) 6 , ocxex.zip"This is a quick example I made to show you how to use Events and properties in a OCX."7 , news.exeThis control aids as a complete Newsgroup control. It can post messages and recieve messages through the internet.8 , optiondemo.zipThis example demonstrates how to create realistic Option Buttons in Visual Basic.9 , mencrypt.zipThis ocx allows you to encrypt strings while utilizing a password shift method.10 , listtxt.zipThis shows how to retrieve the text from the current selection in a listbox.11 , list_index.zipThis example tells you if the inputted List Index is selected or not.12 , fade.zipThis is a bas to fade a pictuerbox. Can be used to make a progressbar13 , subcls32.zipThis demonstrates hoe to write a subclassing control. And it has many examples as to how to use the control (included.)14 , djmeter.zipThis is the source for a Progress Bar control. Also includes a helpful example.15 , progress.zipThis is an example on how to use the Progress Bar included with Microsoft's Visual Basic.16 , slider.zip"This is a sample of the Slider control that is part of the Microsoft Windows Common Controls(COMCTL32.OCX). "17 , statusbar.zip"This is a sample of the StatusBar control that is part of the Microsoft Windows Common Controls(COMCTL32.OCX). "18 , tabstrip.zip"This is a sample of the TabStrip control that is part of the Microsoft Windows Common Controls(COMCTL32.OCX). "19 , uncommondialog.zipThis is an alternative to Microsoft's (tm) Common Dialog control by Nick Mancini.20 , ucmdex.zipThis is the example to go with Uncommon Dialog OCX.21 , scroll.zipThis demonstrates how to create an auto-scrolling textbox.22 , splitter.zipThis demonstrates how to "split" controls. This is an excellent example, and I reccomend this file for everyone. 23 , mtymse.zip"This project is a fully working ActiveX control, with code, that allows you to control almost every aspect of the mouse. You can move the mouse, click the buttons and adjust the click time from your application."24 , ucmdsrc.zipThis is the source to my OCX. This demontrates how to create a basic OCX. This will aid anyone who wants to create an OCX.25 , avb-systray.zipThis is a good example to add your programs' icon to the Systray. This Zip also includes a helpful example.26 , cmdex.zipThis is an example of how to use the Common Dialog. This demonstrates most of the event procedures of the CM Dialog control.27 , campbell-reg.zipThis demonstrates how to write and retrieve information from the registry.28 , basChangeCursor.zipThis module demonstrates how to animate your cursor through Visual Basic, and Win32.29 , hdcat.zipThis will grab every file on your hard drive and add its path to a listbox.30 , vbo_bump.zipThis DLL allows programmers to easily draw 3D grippers and lines on Device Contexts (DC). 31 , vbo_user32_bas.zipThis BAS file contains many functions to ease the process of using the USER32 DLL. 32 , vbo_gdi32_bas.zipThis BAS File conatains many functions to ease the process of using the GDI32 DLL. 33 , vbo_button_bas.zipThis bas contains functions to manipulate Button class objects34 , LPT_Port.zipRead/write to LPT parallel port35 , DancingBaby.zipA Dancing Baby Screen Saver Which Dance on A Famous Song Macarena ( With Sound ) A Very Cute Screen Saver ,with source code, If you want more avi files then please mail me.36 , superwriter.zipA complete Wordprocessor, with source code. You can save, open files, print them out, copy, cut, paste, well you know the concept!37 , LogOff.zipThis conveniently placed program allows you to log off from your system tray.38 , ChPass.zipChanges NT Domain Passord. This program has two compenants... a server and a a client. The Server must run on a Domain Controller.39 , Reboot.zipThis conveniently placed program allows you to restart your computer more easily, from your system tray. 40 , analogclock.zipThis is a very good demo OCX for an analog clock. Although quite big in size, this is due to the very good background to the clock face. The analog click itself is very accurate and looks very impressive.41 , edge.zipThis program uses a few API calls/functions to set 3D, sunken and etched effects to an image inside an image control. It also has an example of how to change a label control to a 3D command button.42 , splitpanel2.zipA re-written version of the SplitPanel that David originally put onto this site about a year ago. It basically is a control that you place on a form and you can put other controls on the form and by dragging the splitpanel bar around, it does the resizing for you. 43 , avcontrol.zipThis control takes care of many audio and visual functions needed for game and graphical programmers. You can easily retrieve or change the screen resolution and color depth, play audio CDs and standard wave files 44 , fsocontrol.zipThis demonstration version of this control is a wrapper around the FileSystemObject - and makes using the FSO much easier.45 , slidingtoolbar.zipThis project shows how to implement a sliding toolbar in an application using one quick Kernel32 API function "Sleep". The application is fairly simple and easy to implement. 46 , dcsize.zipWhen this control is put onto a form, it ensures that all other controls retain the correct aspect-ratio from the design time view. Basically, it resize all controls on a form when the form resizes. This code is 100% free.47 , colorchooseocx.zipThis great OCX allows you to have a drop down list of colors to allow your user to choose from. The control itself has all the events and properties that you need.48 , xgraphmeter.zipThis is XGraphMeter, a bargraph/meter control good for displaying constantly changing values such as CPU usage or DUN throughput.49 , dynlistmnu.zipWhile trying to come up with a Dynamic menu in VB, I decided that VBs menu object was just too much of a pain to work with This project contains a form to mimic the functionality that I was looking for.. Part of my design criteria was that the menu form 50 , runtime.zipSupposedly, what this code does cannot be done... But it works. Basically, its a demonstration of how you can change control properties at run-time. If you try it in VB, you will get a runtime error, but this code shows you how to do it. Gilbert says51 , ledbulb.zipThis is a first for this author. Its an OCX which represents a characters in the form of led bulbs.52 , textapiroutines.basContained here is a small set of routines can be used with a Rich Text box (RTF) control. It can be used for other controls as well with minor modifications. You are welcome to change, use and distribute the code as you see fit.53 , xflatbutton.zipFlatButton is an owner-drawn flat button that pops up when the mouse passes over it. This version is text-only, but has flexible color support.54 , urllabel.zipWith the development of the internet and intranet applications, this control could could in more and more useful. Its a hyperlink label which will change color or underline when the mouse goes over it 55 , progbar.zipThis is a great replacement for the standard VB progress bar. Its smooth, totally free (all the source code is here), and more versitile than the one that comes with VB.56 , splitpanel.zipThis little control with full source code is remarkably compact but does a lot of fancy things. It allows you to be able to split panels and handles all the resizing behind it. We couldn't think of how to describe it properly, but 下载 it and try it57,basicreg.zipBasic Save and Retrieve Functions58,proguse.zipKeep Track of a Programs Usage59,millisec.zipCount Time in Milliseconds 60,getday.zipGet the Day of Week that a Day Falls On61,shellend.zipNotify the User when a Shelled Process Ends 62,varlist.zipGet a List of Windows Variables 63,detdisp.zipDetermine Display Colors 64,ctrlntwk.zipControl Panel - Network65,ctrluser.zipControl Panel - User Properties66,ctrltwui.zipControl Panel - TweakUI67,ctrlthm.zipControl Panel - Themes68,ctrltele.zipControl Panel - Telephony69,ctrlsys.zipControl Panel - System Properties70,ctrlscrn.zipControl Panel - Screen Savers71,ctrlreg.zipControl Panel - Regional Settings72,ctrlprnt.zipControl Panel - Printers73,ctrlpwr.zipControl Panel - Power Management74,ctrlpw.zipControl Panel - Passwords75,ctrlodbc.zipControl Panel - ODBC3276,ctrlmm.zipControl Panel - Multimedia77,ctrlmdm.zipControl Panel - Modem78,ctrlkbd.zipControl Panel - Keyboard79,ctrlmous.zipControl Panel - Mouse80,ctrlpoa.zipControl Panel - Post Office Admin81,ctrlotlk.zipControl Panel - Outlook82,ctrljoy.zipControl Panel - Joystick83,ctrlie4.zipControl Panel - Internet Explorer 84,ctrlgame.zipControl Panel - Game Controllers85,ctrlfont.zipControl Panel - Fonts86,ctrlarmp.zip Control Panel - Add/Remove Programs87,ctrlanh.zipControl Panel - Add New Hardware88,ctrlanp.zipControl Panel - Add New Printer89,ctrlaccs.zipControl Panel - Accessibility90,ctrlbrf.zipControl Panel - Create Briefcase91,ctrlcdsk.zipControl Panel - Copy Disk92,ctrlcns.zipControl Panel - Create New Shortcut93,ctrldun.zipControl Panel - Dial-Up Networking94,ctrldisp.zipControl Panel - Display Properties95,RegControl.zipFree Registry ActiveX Control. Read/Write String/Binary/DWord values, Check if key/value exists, CreateKey, Delete key/value and enumerate keys/values!96,MouseEvent.zipThis is a Mouse Event procedure that is pretty cool. It can be used for Web designing. Check it out!97,ShellTrayIcon.zipThe CShellTrayIcon class allows your VB application to set, change and delete icons in the system's tray 98,Reboot2.zipReboot remotely. I wrote this to reboot selected PC's during off hours. It is a standalone application that will display a 10 second countdown. Any open data will try to be saved prior to the shutdown process.99,S-Secure.zipThis is S-Secure.....a security program I've coded for Windows. It has 4 modules each in a separate VB project. 100,DriveSpace.zipThis Program finds and displays the Drive's Space.101,Disable_X.zipThis user control allows you to disable the windows close "X" button. Example program included.102,SetParnt.zipShows how to assign controls to different forms at run time. 103,phone.zipA Cellular Phone Application Uses MSCOMM, Modem and normal telephone lines to make calls. You can use this application to make local as well as International calls. 104,Timer01.zipSimple program demonstrating how to create a stop watch using the Timer control. 105,Bubblesort.zipA simple Bubble Sort code that shows how the program works within a VB program. 106,systray.zipJust another Systray Utility, but worse than the others !!! static, flashing and animated Tray-Icons 107,FolderFiles.zipDemonstrates usage of progress bar and list box controls. Its purpose is to get all the files from a specified folder while showing the progress completed. 108,MultipleDataSets.zipThis is a simple, (1) form VB 6.0 program which demonstrates how to plot multiple sets of data on the same graph using the MSChart Control 6.0 (OLEDB). 109,MthVwPrj.zipMonthView control. Lets users view and set date information via a calendar-like interface. 110,calculator4.zipI know this is wierd but I made a calculator control. Just add it to your control bar, double click, and you can use the calculator when your project is at run-time. Source included.111,GradientButton.zipThis button was created to be an enhanced replacement for Visual Basic's standard command button by adding 2 more Border appearance schemes, 2 more button styles, and hover effects. 112,MSChart.zipMSChart. You can view MSChart in Line graph,Pie , Area, etc.. also you can update data provided in the Grid.. Very interesting must see it... 113,printing_tut.zipI made this for a freind to help him out with some basic Printing, i got the idea from a printing tut i found on the net, so the code is not mine. 114,treeview.zipThis code can as many child nodes to a tree view control and can save the data and structure of the treeview control in a text file. Later the data and structure can be retrieved from the text file and filled in the tree view control by clicking the load button. 115,alarm_clock.zipIt simulates an alarm clock. 116,DesktopByAlexDrankus.zipThis program hides/shows desktop, hides/shows taskbar, hides it self from the ctrl+alt+delete, uses pictures to create the forms (pretty cool forms) and many other functions just place this program and all components in a sub-folder 117,Label3D.zipLabel3D lets you change the Label Face Color Shadow Color ON/OFF Shadow. 118,HotLinks.zip Custom Control which acts like a text box, except the developer can specify hot links in the control which act like web page links allowing users to click them, while allowing the developer full control over the result of the click. 119,custbutt.zipThis application shows how to create non rectangular buttons. 120,grid.zipComplete grid coded in vb. supports : locked rows/columns , fg/bg colors , text alignment , cell-edge styles , different selectionstyles . texbox/dropdown cells , cell icons and lots more... 121,analogmeter.zipCreate your own analog meters using MSPaint. These .bmp or .gif files become your meter face. Use the (analogmeter) subroutine to automatically draw the meter needle over the meter face 122,wheel.zipSpinWheel control to be used in place of either the UpDown control or the ScrollBar control.123,ArielBrowseFolder.zipA browse folder control resembling a combobox. When the dropdown button is clicked, browse through a folder treeview to select a directory. Uses the SHBrowseForFolder function, amongst other APIs. A call back procedure is implemented showing the currently selected folder in the browse for folder dialog. 124,pp_prj.zipThis program shows you how to create a sample project that adds print preview capabilities to your Visual Basic program by using a generic object and the Printer object. 125,popup.zipPopUp buttons with only 4 lines of code. 126,adbevel.zipThe bevel control in Delphi is now available in VB. 127,rainbow.zipCool! Have a ProgressBar like in InstallShield!With free selectable fore- and backcolor and the percent value displayed in the middle!Check it out.128,gb12.zipWell folks. Another version of Gold Button is here. I've added a few things. Here they are: Property descriptions, MaskColor, UseMask, Base Address in OCX, picture will now automatically align with text and when you are in desing mode and OnUp property is bsNone, a Dash-Dot-Dot box is drawn over the button, so you can see th button's area. 129,gb11.zipA new version of Gold Button is here dudes.New version has Picture Property and Skin Support. 130,BIGDOGMEDIA.zipMEDIA PLAYER THAT SUPPORTS FORMATS LIKE MP3,AVI,MPEG,WAV ECT.EXAMPLE OF USING ANIMATION WHEN PLAYER IS LAUNCHED. 131,HTML.zipAn HTML editor with complete VB source code. 132,PrintPreview1.zipPrint Setup, and Print Priview application. 133,RTFEditor.zipRTF text editor, HTML text editor, web browser, and more...Try it. Note, make sure your printer is turned on before running the application. 134,VBExplorer-II.zipVBExplorer file utility application. This application uses the Visual Basic TreeView and ListView controls to create a file management application similar to Windows Explorer.135,resizepic.zipShows how to resize a picture box control on a form at run time.
6 , chunks.zip<br>This will open a file and read it in "Chunks" of a selected file.<END><br>7 , logging.zip<br>This is a bas that will log installation procedures so the file can be removed later.<END><br>8 , savetree.zip<br>This will save the info in a Tree View. "This technique allows a program to save hierarchical information like the data in a TreeView in a way that is easy to understand."<END><br>11 , OLE.zip<br>Demonstrates the use of OLE.<END><br>12 , gradtxt2.zip<br>"A program for drawing horizontal, rectangular or spherical gradient texts."<END><br>13 , sweepgl.zip<br>This example greatly demonstrates how to use OpenGL in Visual Basic.<END><br>15 , drawdemo.zip<br>This is an excellent example of how to make a paint program with a few extras.<END><br>16 , cube.zip<br>This example demonstrates how to rotate a cube in visual basic.<END><br>17 , sprite1.zip<br>This is an Excellent example on how to use sprites in your program.<END><br>18 , charcreate.zip<br>This is an example of how to assign "characters" to differant pictureboxes. This would be a good starting point for VB game developers.<END><br>19 , breakthrough.zip<br>This demonstrates a simple game in Visual Basic. An excellent example.<END><br>26 , openlib.zip<br>These are the type libs that go with OpenGL. This is used to make 3D text.<END><br>27 , basMath.zip<br>This module contains functions for various math equations. <END><br>28 , calc.zip<br>This is a basic calculator written in Visual Basic.<END><br>29 , stopwatch.zip<br>This shows how to count off time in a Stop Watch format.<END><br>31 , taskhide.zip<br>This will hide your application from the taskbar, Alt+Tab, and Alt+Ctrl+Del.<END><br>32 , newbie.zip<br>This is a nicely done help file for programmers that are new to Visual Basic.<END><br>33 , vbfaq.zip<br>This is AOL's PC Dev Visual Basic FAQ. This is an excellent starting point for begginners.<END><br>34 , Bas.zip<br>it is very good modual for activex<END><br>35, paraviasource.zip<br>This is
1,01.zip
Class for displaying system error messages
显示系统错误信息的一个类(5KB)
2,02.zip
Simple Thread Class
一个简单的线程类(13KB)
3,03.zip
Single Instance Program
单进程的例子(12KB)
4,interface.zip
A series of articles that resulted from experimenting with adding Drag and Drop
features to my existing application. (100KB)
5,ddmgr.zip
A drag-drop/clipboard manager class for MFC objects derived from CObject (55KB)
6,clipboard_faq_demo.zip
All you ever wanted to know about the Clipboard(23KB)
7,clipspy_src.zip
A tool for viewing clipboard and drag-and-drop data(40KB)
8,DateClass.zip
A class that simplifies common date handling tasks(41KB)
9,CCPUTicker_src.zip
An ultra high precision MFC timing class for Pentium or greater CPUs. (16KB)
10,hightime_src.zip
A high resolution time class that is a replacement for COleDateTime that does not use MFC. (12KB)
11,SRSS.zip
Code to help calculate sunrise and sunset times(20KB)
12,PerfTimer.zip
This class encapsulates QueryPerformanceCounter for high precision timing(3KB)
13,traycalendar.zip
A simple app that places a date in the system tray(62KB)
14,lineprint.zip
A line printer class(37KB)
15,PrintMechanism_src.zip
Learn how to implement print support in your applications.(6KB)
16,singlepage.zip
A Single Page Printing Framework(39KB)
17,printlib.zip
A general purpose printing class library(155KB)
18,printingmadeeasy.zip
Printing with MFC Made Easy(48KB)
19,print_preview.zip
Want to preview your printing without relying on the doc/view framework?(119KB)
20,printBmp.zip
Print Bitmaps Without Doc/View Framework(2KB
21,WinMgr_demo.zip
A Windows screensaver and boot manager(61KB)
22,address.zip
Address Book(201KB)
23,OnscreenKeyboard_src.zip
An onscreen keyboard for pen computing and touchscreens(126KB)
24,DJ_Recx.zip
Very basic implementation of Microphone to record sound using mmsystem(131KB)
25,CFile64_src.zip
A freeware MFC class to encapsulate the Win32 64 bit file system API.(15KB)
26,CPdh_src.zip
A collection of freeware MFC classes to encapsulate the NT Performance Counters.(24KB)
27,CSerialPort_src.zip
A freeware MFC class for Win32 serial ports.(18KB)
28,DtWinVer_src.zip
A comprehensive OS detection utility.(58KB)
29,DynData_src.zip
A collection of freeware MFC classes to encapsulate the Windows 95/98 performance counters.(10KB)
30,EnumPorts_src.zip
A freeware MFC function to enumerate serial ports.(7KB)
31,ShelExec_src.zip
A freeware utility to call the ShellExecute API(27KB)
32,NetworkPlay.zip
A small sample which uses Network Registry Access Functions to access a remote computer(13KB)
33,SysInfox_demo.zip
Some simple functions for system stats(34KB)
34,SysEvent.zip
WindowsNT Event Log Viewer(59KB)
35,SysMangr.zip
This article presents a comprehensive system control manager for NT(131KB)
36,CHKLM_src.zip
A Freeware MFC class to write to HKEY_LOCAL_MACHINE.(11KB)
37,CRegistryKey.zip
The Win32 Registry API is far too complex for simple tasks, and all the error checking gets in the way of the real work...(144KB)
38,registry.zip
Registry Class(5KB)
39,secdesc.zip
A set of classes to encapsulate the Win32 Security APIs(22KB)
40,iconservice.zip
This article demonstrates a service that uses the system tray to interact with the user.(14KB)
41,EnumNtSrv.zip
A Class for enumerating NT services and drivers(16KB)
42,CNTService_src.zip
A class framework for developing NT services in MFC.(41KB)
43,MyTop.zip
An article on listing and killing processes(125KB)
44,MCDump.zip
More description(s) about event log messages.(30KB)
45,XYNTService.zip
Make your MFC, VB, and other Windows programs behave like NT services.(4KB)
46,TrayIcons.zip
Minimize your application to system tray instead of normal taskbar(84KB)
47,doevents.zip
During long operations it's nice to allow your users to interact with the application. This article shows how to do this without using threads.(65KB)
48,InterProcessSync.zip
An application demonstrating process synchronisation and interprocess communication(141KB)
49,waiter.zip
Learn how to create new processes and how to efficiently manage them.(13KB)
50,SharedMemIpc_demo.zip
A client-server model using shared memory for interprocess communication(11KB)
51,ipc_wmcopy.zip
Demonstrates the use of WM_COPYDATA(94KB)
52,StartProcessesInOrder_src.zip
This utility uses very little system resources to launch apps base on a timer.(18KB)
53,threadpool.zip
A class to manage the thread pool(28KB)
54,CThread.zip
A class that allows the simple implementation of worker threads(1323KB)
55,Sync.zip
Synchronizing worker threads using 3 different methods(61KB)
56,PStat_src.zip
A Freeware generalized framework for executing a lengthy operation in a thread.(20KB)
57,TSynchro_src.zip
Implements a set of classes for thread synchronization.(2KB)
58,copypaste_dragdrop.zip
Basic Copy/Paste & Drag/Drop Support(33KB)
59,clipboard.zip
Simple Clipboard Class
简单的剪贴板类(15KB)
60,COleDataSourceEx.exe
Simplifying Clipboard Rendering with the COleDataSourceEx Class.
剪贴板数据处理类(88KB)
61,PasteFNames.zip
Copying File Names from Explorer
从Explorer拷贝文件名(120KB)
62,keyboard.zip
VC4.2 style keyboard macro recorder for DevStudio 97(19KB)
63,CodeTmplEx.zip
Open CodeTmpl.txt command for CodeTmpl Add-In(142KB)
64,mergekw.zip
Keyword Merge Add-in for Visual Studio(61KB)
65,AppLaunch.zip
Application Launcher Add-in(41KB)
66,WorkspaceUtils170.zip
Workspace Utilties Visual Studio Add-in (version 1.70)(110KB)
67,QuickBookmarks.zip
QuickBookmarks - Easy way to navigate in your code(2KB)
68,template.zip
Code Template add-in for Visual C++ 5.0(18KB)
69,template_taylor.zip
Update to Code Template add-in for Visual C++(45KB)
70,template_sandy.zip
Code Template Add-in Enhancement(21KB)
71,vss_header.zip
SourceSafe Keyword Expansion Creator(2KB)
72,getdrivetypeexplorer.zip
GetDriveType enhancement(37KB)
73,cluster.zip
Determining Cluster Size(21KB)
74,compound.zip
Compound File Stream and Storage Manipulation(46KB)
75,OSDetect.zip
Detecting the windows version running on your machine(37KB)
76,FCompare.zip
CFileInfoArray: A class for gathering file information recursively through directories(54KB)
77,HardwareInfo.zip
System Hardware Information(27KB)
78,AppType.zip
Determine if an Application is Console or GUI(22KB)
79,ntservice.zip
A Class For Building An NT Service(37KB)
80,nt_serv_wiz.zip
NT Service App Wizard(205KB)
81,ServiceManager.zip
Windows NT Service Manager(181KB)
82,NTService1.zip
AppWizard to Create MFC Based Windows NT Service Projects(42KB)
83,perfstate.zip
Performance Statistics Class(37KB)
84,CRegKey.zip
CRegKey Registry Class(2KB)
85,RegistryWithEH.zip
Registry manipulation class with exception handling(3KB)
86,registry_koening.zip
A Class For Handling The Registry(39KB)
87,registry_ult.zip
Another Registry Class(34KB)
88,registry1.zip
CRegBinding - An alternative Registry Class(22KB)
89,sysres.zip
Getting free resource under Windows 95(5KB)
90,msgtracer.zip
Message Tracer(180KB)
91,dbgout.zip
Output(24KB)
92,terminator.zip
Terminator(83KB)
93,libdump.zip
LibDump (129KB)
94,mes_string.zip
Convert message ID to a string (2KB)
95,translate.zip
Translate Window Style (52KB)
96,wraptrace.zip
WRAPTRACE() - Long String Debugging Macro (2KB)
97,trace.zip
LogTrace - A DLL to log trace output to a file (10KB)
98,qprofile.zip
QProfile toolkit - a class to profile your code (8KB)
99,testprint.zip
Printing - Script Print Classes and a PrintFormEditor(125KB)
100,printform.zip
Printing - Script Print Classes and a PrintFormEditor(397KB)
101,formview.zip
Printing from CFormView(55KB)
102,class_library.zip
Printing Class Library (174KB)
103,printpreview.zip
Improved Print Preview Toolbar(56KB)

7,759

社区成员

发帖
与我相关
我的任务
社区描述
VB 基础类
社区管理员
  • VB基础类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧