Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #230343
Raptor v. 0.1.14

Open source paint program. Features line, rectangle, oval, ruler and poly-line tools. Supports anti-aliasing, transparency, gradient and undo. GDI+ Graphics. Opens GIF, JPEG & BMP. Saves as BMP.

7_2009-2012 #218669
Interpolation Antialisa Bicubic Resizing Algorithm

Interpolation Antialisa Bicubic Resizing Algorithm Produces close to the same effect LoadImage(..)API, which was resizing an Image to a greater height/width, and antialising it!

7_2009-2012 #236966
Number To Text Arabic

To generate text from number in Arabic.

7_2009-2012 #238276
Address Book

To add user to the address book by using ASP.NET/C# technology. This code you can also edit/delete, and sort by any field.

7_2009-2012 #222391
Lewies Color Picker

Let your users choose a color through a rich user interface. This color picker looks simular to Adobe Photoshop.

7_2009-2012 #218593
System Time - Accurate to milliseconds

This is an example of how to call GetSystemTime Note that it is not 1 millisecond accurate. According to Daniel Appleman both Win32 and Hardware determine accuracy. On my machine it was 10 ms.

7_2009-2012 #232685
RMF-COM 0.53 Command.COM clone

RMF-COM is a free (BSD license) clone of COMMAND.COM, the DOS command interpreter. Only FOR and COPY commands are not included yet :(

7_2009-2012 #217887
create a YES or NO msgbox

simply pops up an msgbox with a yes or no choice below (very simple)

7_2009-2012 #232557
BSTR2

Have you evere dreamt to manage C++ string like VB developers do? Now this dream is a reality, look: astring = "This is a string" & anthoerstring; This is now real in C++! you simply include bstr2.h in your project and then just declare strings like these ones: STRING a; String b = "Test"; string c = 45; BSTR2 d = b & c; You can do the follow: string a, b; a = 5; a++; b = "test" printf("a = '%s'", (char*)a); printf("b = '%s'", (char*)(b + a)); //You can use the & instead of + The output will be: a = '6' b = "test6" all the operator are redefined to work with strings and conversion from BSTR2 to any format are easly ase you see above. simple, isn't true? Inside bstr2.h there are numerous functions as in vb: left, right, mid, space, str, val, asc, split, join... and much more... Look at this project and vote for me please. New Upload.. i've improved somthings... P.S: Compatible with Microsoft VC++ at 100%!

7_2009-2012 #218675
Ever wondered how to fill a region of a picture?

This cool little program demonstrates a basic painting program as well as the hard-to-find dll call for filling a region of a picture. To use the program, all you have to do is draw a line with the left mouse button, then click with the right mouse button to fill the clicked-on area with a random color. Also, as far as I know, this may be the only VB project on the net that has the 'ExtFloodFill' dll call, so make sure to grab it!

7_2009-2012 #218676
Real-time fire without any palettes or pictures!

This incredible program shows how to create totally realistic fire without using any palettes to create the right color effects! A simple bit of mathematical color manipulation creates a perfectly colored fire effect more realistic and faster then palettes, making for real-time fire animation. The included .exe demonstrates the current max speed of this program, and it will BLOW YOU AWAY! This code is guaranteed to be the FASTEST, EASIEST, and MOST REALISTIC algorithm-generated fire project at this site. If you don't believe me, try it out! This is definitely the best artificial fire program that has ever been built in VB, so don't miss out on this awesome code!

7_2009-2012 #236809
DOWNLOAD ACCELERATOR CODE

Download Internet Files Quickly with this tool. Source code included. Please send feedback to mahesh_gk@lycos.com http://www.mayoo.com/daccel

7_2009-2012 #218033
Display long text in tooltiptext in listbox

This code displays the text on the line the mouse is over in the tooltiptext box. This is useful for when your text string is longer than the textbox can display.

7_2009-2012 #236091
Enter Key in ASP.NET

This article is solving very common problem when ASP.NET developers wants to get button "clicked" and submit a form when web site visitor hit an Enter key. That is useful when you want to build Login screen, web site search, pool etc.

7_2009-2012 #218695
Locking multiple files

Program opens text file for input, reads name of files in list, then locks those files. Uses form and module, also shows system tray icon.

7_2009-2012 #237212
get / set cursor position

basically this is a quick function to show you how to set or get the position of your mouse cursor.

7_2009-2012 #218700
Systematic Buzz Phrase Projector

The Systematic Buzz Phrase Projector creates technical sounding phrases that you can drop into any report you may be writing. You'll sound like you really know your stuff, the people reading the report won't have the slightest idea what your talking about but surely won't admit it! Could be a good tool to use on pointy haired boss types! I wrote this project for a class so it's not real snazzy, just something fun. I'd appreciate any comments/suggestions for improvements. Please send any flames to: null/dev@efn.org

7_2009-2012 #221177
A Complete Guide To GOF Design Patterns (With Examples Of Observer, Decorator and Strategy Patterns)

Design patterns provide you a flexible way to solve common design problems. This article gives you a simple and effective introduction regarding learning and applying design patterns. In this article series, we will design a foot ball engine, analyze the design problems in that, and will apply patters to solve our design problems. In this way, you will learn how to actually use design patterns.

7_2009-2012 #236101
a PACMAN clone - GLman3D openGL

i had to write this code (in a few days) to try to get a job. I didn't get the job... but i learned a lot from the whole experience. see the readme for more info.

7_2009-2012 #218660
A Card trick thingy

Uses a PictureClip control to create a card trick that will keep you guessing for a while. Nothing very special but fun!

Languages
Top Categories
Global Discovery