Results for "Volume: 7_2009-2012"
Boot Tab Control is a good looking Windows Control. It has many functions. First you can change colors of the control or control drawing mode. Both Linear Gradient and Solid modes are supported. You can also change the Colors which used by the control for drawing. Also you can set UserDraw to true for drawing tabs by your self. Boot Tab Control supports three selected tab changing. These are Fade, Slide and Normal. These affects will be applied while selected tab is changing. You can also change the TabsLaout. Bottom and Top Layouts are supported. The others (Left, Right) are not supported. Free to use. Have fun ... // ADD: TabVisible property added
Well, you wanna know how to do almost everything in Agent? Well download this, have a read, and you will! This example project I've written shows you how to run through set scripts, use multiple characters, accept speech input, use speech output, use sound files for Agent speech, use Liguistically Enhanced files, hehe or get them to fight! It also gets around the 'Variable with Block Variable not Set' error, have a look!
This code was or original made in Visual Basic, you can find it there too, but I rewrote the code to Visual C++ for better performance, VB is no match for C++! I made the program for my Pentium 90 MHz that had no mouse, because it needed serial port mouse which I didn’t have. So hope fully you will also have use for this code or you may learn from it, because it is an easy, very fast and well explained program. It let’s you control your mouse courser actions by custom keyboard keys and custom movements speed. Showing the easiest way of hotkeys and controlling your mouse cursor movements and button actions. It has been tested and works in all Windows platforms (95, 98, ME, NT, 2000, XP) and all games (Half-life, Counter-Strike, Quake III arena). There are many functions including: * Moving at all directions * Left, right and middle button press * Single clicking * Double clicking * Drag and drop * Several keys up and down at once. All in just one single small and very fast procedur, the Main procedur. Whit out anything else like form, dll or ocx. Read "Assumes" in the Source Code for using instructions and notes, I will gladly accept any comments, this is my first Program that I have published in C++, enjoy =)
Since my earlier submission of this code was accidently removed, I am resubmitting it again. This is an MS-DOS Tic Tac Toe game that runs in VGA mode. Some neat features like mouse support, GUI buttons, BitBlt-like image drawing functions with transparency are included. All graphics are saved in PCX format and when loaded they're stored as image objects, which can be drawn on screen at given coordinates. Have fun and don't forget to vote for me, and, perhaps, leave a comment.
This code has a country combobox populated with every country (Afghanistan - Zimbabwe) that when clicked on populate the state/province combobox with the states/provinces associated with the selected country. This code works in MSIE 4+, Netscape 4.77, Opera, and WebTV (Yep it even works in that POS) Please vote.. Thanks
This is a very simple program and source for BitBlt-ing. It doesn't get any simplier then this. Download: 53K
I got tired of trying every wallpaper example on this site and finding they didn't work on Windows NT. This shows the example from Microsoft of how to correctly set the Desktop Wallpaper from Visual Basic. Original code is from :- http://msdn.microsoft.com/library/techart/msdn_msdn192.htm Seeing we are not allowed to link to another site, I just copied the code from the above URL and modified it slightly.
When I started with Serial Comms and the API's I tried to find a piece of code as an example... I couldn't , so I wrote my own .. and here it is. Any suggestions to better the code will be great. This little program will open a COM port and read from it as well as write to it. Try this on any serial comm's device like a Modem, barcode scanner, Comm Printer etc.
Enable or disable the start menu in one line of code.
This is an extension of the MasterGraphic in the MasterX SDK. With MasterGraphicEx, you can convert to grayscale, to complement, darken, brighten, scale, clip to a rectangle and balance the color. This adds a lot of functionality to MasterGraphic. Note that for this to work, you need to define MasterGraphic's private section as protected. I modified MasterX.cpp a little because it was crashing too much, but that should have no consequence to implementation of MasterGraphicEx.
This is an interperter for a scripting language that I designed. The interpreter and language are completly my own. The code can take a file and add it to the end of an exe that will then automaticaly run it. Please remember that this is still in the works and is NOT a finished product. I am just hopeing for some input and constructive critisism by fellow programmers. Please Leave feedback. I want to know what you think. If you have any problems you can email me at eric256@rocketmail.com or IM me on AOLIM at ericjh256. Thanks for your thoughts! P.S I was updating the code and PC deleted it, this is a second time entry.
it runs like a ATM machine. you can witdraw money from bank or transfer money to other account
Drag & Drop file(s)
This article explains how easy it is to reverse engineer unprotected .net applications. ilasm's biggest problem is its ease of reading, making it very hard for crackers to crack your program. What im hoping you will get out of this article is to protect your applications from crackers by using .net protectors like Dotfuscator. As I am not cracking any commercial application (only my own one), I am pretty sure this is not breaking the planet source code rules. Please read the document and visit my website at www.donutsoft.net
Hi, I'm glad to share 'sceneMax' with you. SceneMax is a new 3D scenes scripting language developed by me in order to let everyone the chance to create fast 3D video games with no effort at all!. The different between this engine and all the others i know is that here you can describe what you want in a very simple script instead of invoking the engine's API. The package contains the engine itself, integrated editor (although you can use any editor including ms-notepad) and a sample application called projector which is demonstaing how to use the engine and is used by the editor to test its scripts. After mastering the very simple commands you will be able to make stunning animations in no time and even integrate them into your own programs. The engine uses c++.net, directx9, ATL and STL to make the magic happens. The editor is a VB6 (will be converted to c#) application based on my abware's PUMA application Also submitted to PSC and the projector is also a simple c++ win32 exe. I have greate future planns for this application and i will share it with you. please send feedbacks. note: if the one click install failed to register the engine a message box will appear, press continue and at the end, register it yourself using regsvr32. i'll be glad to get Any comments and suggestions about this code. Have a nice scripting. Adi Barda - www.intask.co.il
This demonstrates many ideas for building a word processor. Shows one way to make context sensitive menus and toolbars. Printing. A simple find/find next routine. Clipboard controls. Form resizing. Shows how to make a status bar. Change fonts(color size type). Any comments greatly appreciated!!
This is full source code for a Multi-Client server, it allows upto 65535 users to connnect to your server, can be customised to become any server, such as IRC, FTP. plus all the functions are in their to relay data and store information on each users accounts.
This is a code that plot functions , 100% working and with a good quality.. Functions like cos, tan , sin or even any complex function like : (30+10)((cos(x)+ sin(x/0.8))x^3).. just check it yourself and please dun forget to vote for this code if you liked it..
The second in a set of Creating GUI based applications without the use of MFC or Straight Code. This one elaborates on the code in the previous example, showing how to manipulate listboxes, Adding items deleting selected items and clearing items.
Ever wonder how Windows XP draws the drop shadow on menus and tooltips? Now you can draw the drop shadow on forms. Perfect for splash screens. For Windows XP (and Server 2003?) only. Visual Basic .NET. Copy this to your form code. Update: Thanks to the annonimus coder, now C# ready!