Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #204950
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.

6_2008-2009 #198016
Fire Effect

A simple fire like effect is drawn onto the screen.

6_2008-2009 #197233
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

6_2008-2009 #208314
How to dynamically create multiple controls?

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

6_2008-2009 #198609
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.

6_2008-2009 #205883
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/

6_2008-2009 #205890
FabsCrypt

Crypt and decrypt a string without the standard PHP functions.

6_2008-2009 #197215
A "Delay()" function for c++ windows applications

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

6_2008-2009 #197367
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)

6_2008-2009 #205937
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.

6_2008-2009 #197608
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...

6_2008-2009 #203876
Text Editor

A simple text editor made in Delphi.

6_2008-2009 #198579
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.

6_2008-2009 #197140
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/

6_2008-2009 #197141
Beginners C++ - Lesson 2: Variables, math and booleans

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

6_2008-2009 #197142
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/)

6_2008-2009 #197368
Stealth

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

6_2008-2009 #209465
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.

6_2008-2009 #206124
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.

6_2008-2009 #194696
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