Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #227468
BigInt unsigned integer math library

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.

7_2009-2012 #220534
Fire Effect

A simple fire like effect is drawn onto the screen.

7_2009-2012 #219751
Office XP Interface.

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

7_2009-2012 #230832
How to dynamically create multiple controls?

Automatically add controls to the form at runtime, (by code, programmatically) and react to their events

7_2009-2012 #221127
Intro To C++ classes, operator overloading and inheritance

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.

7_2009-2012 #228401
UebiMiau - POP3 WebMail

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/

7_2009-2012 #228408
FabsCrypt

Crypt and decrypt a string without the standard PHP functions.

7_2009-2012 #219733
A "Delay()" function for c++ windows applications

This code stops your program in windows without causing it to "hang"

7_2009-2012 #219885
My IP

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)

7_2009-2012 #228455
Previous/Next

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.

7_2009-2012 #220126
Version 1.02 Game of 21

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...

7_2009-2012 #226394
Text Editor

A simple text editor made in Delphi.

7_2009-2012 #221097
C++ API Spy (Classes)

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.

7_2009-2012 #219658
Beginners C++ - Lesson 1

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/

7_2009-2012 #219659
Beginners C++ - Lesson 2: Variables, math and booleans

Learn how to do variables, math and booleans in C++! (from http://pa.pulze.com/)

7_2009-2012 #219660
C++ - Lesson 3 : do, while, #include, #define

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/)

7_2009-2012 #219886
Stealth

Hide your porgams in the task manager, and from process lists. No one will ever know its there!

7_2009-2012 #231983
Shape Control (Similar to VB 6 Shape Control) Solid & Gradient Fills!

UserControl/Custom Control Similar to VB 6's Shape Control...4 different shapes to add to your projects. Add solid or gradient fill.

7_2009-2012 #228642
How to validate whether an email address is in the correct format

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.

7_2009-2012 #217214
The 15 minute WWW browser

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! ;)

Languages
Top Categories
Global Discovery