Results for "Volume: 7_2009-2012"
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.
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!
To generate text from number in Arabic.
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.
Let your users choose a color through a rich user interface. This color picker looks simular to Adobe Photoshop.
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.
RMF-COM is a free (BSD license) clone of COMMAND.COM, the DOS command interpreter. Only FOR and COPY commands are not included yet :(
simply pops up an msgbox with a yes or no choice below (very simple)
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%!
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!
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!
Download Internet Files Quickly with this tool. Source code included. Please send feedback to mahesh_gk@lycos.com http://www.mayoo.com/daccel
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.
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.
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.
basically this is a quick function to show you how to set or get the position of your mouse cursor.
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
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.
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.
Uses a PictureClip control to create a card trick that will keep you guessing for a while. Nothing very special but fun!