1. Component for Sorting Processing Records
- This project translates recordset information into useful hierarchy and node objects. It builds a mask that is very helpful when sorting hierarchies ... ie.. top level item would have a mask of '000' ... it's child would have a mask of '000 000' ... it's next child would have a mask of '000 001' and so on. This mask is useful also when you want to update all items below a given node...in this case you can update all items that have a mask that starts with their parents mask MASK LIKE = '000%' for example. You can specify the number of digits you want for each level's mask (3 was chosen here). I often use this project to just generate these mask numbers, and I store these masks with my records in the DB for sorting, updating , etc!
这个项目将记录集信息转化为有用的层次和节点对象。它构建了一个掩码,在对层次进行排序时非常有用...嗯..高层次的项目有一个'000'掩码 ...它的子层次的掩码是'000 000' ... 其次的子层次掩码是'000 001',与此类推。当你想要更新一个给定节点的所有项目时这个掩码非常有用...这样你就能更新所有的有掩码的项目,那些具有父掩码的掩码,例如= '000%' 这样的掩码。你能指定所需掩码的层数(在这儿选择的是3)。我经常使用这个项目来创建这些掩码数目,并且我将这些掩码储存在DB中的记录中,用它们来排序,更新等等!
来源: http://www.freevbcode.com/ShowCode.Asp?ID=1575
3. Virtual Fish Tank for Windows
- Yes, isn't it fun to watch fish swim around the screen in random patterns with some nice randomly generated bubbles. Makes good use of the random number generator. Can be used as a screen saver.
来源: http://www.freevbcode.com/ShowCode.Asp?ID=849
哦,当你看到鱼儿在你的屏幕上以随机的样式在一些好看的随机生成的泡沫中游来游去,难道你不觉得它是很有趣的吗?这是随机数字生成器的良好运用。能作为一个屏保程序使用。
4. Drag files into CEdit
- The code demonstrates a CEdit-derived control that allows you to drag and drop files or folders into it - the path name of what you dragged will be determined and the text of said path will be set as the control's text. it parses file shortcuts, too
5. Shell to a DOS Application and Wait Unti
- This application demonstrates how to run a DOS program within Visual Basic. It shows how to start the program and wait until it finishes. Included is a DOS version of PacMan and the QuickBasic code for the game.
来源: http://www.freevbcode.com/ShowCode.Asp?ID=2605
这个程序演示了在Visual Basic中如何运行一个DOS程序。它展示了如何启动这个程序,并且等待它,直到它完成。这个程序包括PacMan的一个DOS版本,还包括用于这个游戏的QuickBasic代码。
6. Lodel
- Lodel is a high quality web publishing system. Documents (in DOC, RTF or SXW) are imported using OpenOffice.org server-side. Lodel automatically produces sites with toc, keyword index, author index and much more. (PHP/MySQL). French only currently.
7. Guide the Hedgehog Across the Road Game
- In this game you have to guide a hedghog across 4 lanes of moving traffic.
来源: http://www.freevbcode.com/ShowCode.Asp?ID=2409
在这个游戏中你必须指引一只hedghog通过交通繁忙的4条小路。
9. ANSI C Zip library
- ANSI C Zip Library is small library providing read and write access to zip files.
ANSI C Zip library是一个小的数据库,提供了对zip文件的读取和编写功能。
来源: http://www.programmersheaven.com/zone3/cat856/25390.htm
10. DEX Offline
- DexOffline is the offline version of DexOnline (http://www.dexonline.ro). It is most useful to those who do not have a permanent internet connection.