Results for "Volume: 4_2005-2006"
One of the "missing links" in VB.Net is the absence of the unsigned integer type. This library added that missing functionality and also allows for very large integer types (like an unsigned integer with 256 bits) BigInt is an arbitrary-precision unsigned integer math library. Practically any word size can be used (not just multiples of 8 bits). Math Operators: Add, Subtract, Multiply, Divide, Power, Modulus, and Square Root Equality Operators: IsGreater, IsLess, IsEqual and IsZero Logical Operators: LogicalAnd, LogicalOr, LogicalXor, and LogicalNot Bitwise Operators: ShiftLeft and ShiftRight Assignment Operators: integer, long, double, UInt16, UInt32, UInt64, byte(), string, and BigInt String Output Operators: Hexadecimal, Decimal, Octal, and Binary The comments in the source code constitutes the documentation. A short demo program is also included.
A simple fire like effect is drawn onto the screen.
XP Menu is none visual component that changes the visual aspects of menus and toolbars to nearly the same look and feel of MS Office XP. No code required, you do not have to reconstruct menus or toolbars using components other than those shipped with Delphi. It's a 1.501 (Beta) version. ----------------------------------------------- ATTENTION : It's not my code. I find it on the web : http://www.shagrouni.com/english/software/xpmenu.html
Automatically add controls to the form at runtime, (by code, programmatically) and react to their events
This tutorial is supposed to teach you how to do classes, operator overloading, and inheritance. NOTE: You need to have a good knowlege about structures.
UebiMiau is a simple, yet efficient cross-plataform POP3 mail reader written in PHP. Features: Folders, View and Send Attachments, Preferences, Search, Quota Limit, etc. UebiMiau does not require database or IMAP. HomePage: http://www.mycgiserver.com/~active/
Crypt and decrypt a string without the standard PHP functions.
This code stops your program in windows without causing it to "hang"
This small utillity demonstrates how to get you assigned ISP IP address, how to make transparent windows and how to remove the TaskIcon. Full source included (Delphi 3,4,5,6)
This code will search trough an MySQL database and display the number of results as you want. You can say i want a limit of 25 results. If there are more results this script will print : 'Previous' 1,2,3,4,5,etc. 'Next'. I quarante you that this code works for 100%! If you want to see this code alive you can visit one of the sites i.ve made : http://www.yipee.nl, this site uses this code on several pages. If you like tjis code, please vote for me.
This code is a very basic 21 game, it has text colors and its own header file. It is a good example of functions. It is just annother consol game. Try it out and tell me what you think...
A simple text editor made in Delphi.
API Spy: lets you view various details on a window. It's a remake of the VB version (which you can also find on this site). Includes demos on: Accelerator keys, menus (trackpopup and system), subclassing tooltips, system tray example (with my own easy class), owner-draw buttons, a cool inputbox (one better than VB's), and all around cool functions. Make sure to check out the cool feature I call LOCK MODE. Content is mostly code, Neither DIALOGS or the MFC was used in the making of this project. Get it? NO DIALOGS or NO USE OF THE MFC! SO if you're looking for an easy way out, you won't find it here! Highly graphical, thanks to PhuryX13.
Welcome fellow programmers!! This is part one of the course which will show you the basics of programming C++ from scratch using the any platform. If you already know how to use the C++ already, you might want to read later lessons when available. So, lets begin. Found at http://pa.pulze.com/
Learn how to do variables, math and booleans in C++! (from http://pa.pulze.com/)
Welcome fellow programmers to our third lesson in a long series on the road to programming C++. This articles explains do, while, #include, and #define. (from http://pa.pulze.com/)
Hide your porgams in the task manager, and from process lists. No one will ever know its there!
UserControl/Custom Control Similar to VB 6's Shape Control...4 different shapes to add to your projects. Add solid or gradient fill.
This code will explain how to validate an email address and then accept it for processing/using. If you find this code useful, please vote for me.
It took Netscape months to create their first browser, and Microsoft wasnt able to follow up that trick until years later. But you can create a world wide web browser in less than 15 minutes, even if you are a Visual Basic novice! The following tutorial will show you how to create an Internet browser using the Microsoft Internet Control (part of Internet Explorer). My only caveat is that if you end up putting the big-boys out of the Internet business with your creation, that you give me a litle credit in your About box! ;)