Results for "Volume: 7_2009-2012"
Internet Explorer standard toolbar managment tool and library. you can add/remove tool bar buttons from the standard tool bar of IE.Extensions can easily be written to support other features.Run the wizard,reopen IE and right click the toolbar,Customize and you will find the new defined button.
This code enhance the internal vb msgbox function without using form based msgbox. With this code you can modify the apperance of the MsgBox. It show a kind of 'function Overloading' in VB :) (you wish..) and a fix for Win98
This article will give you some tips and tools to squeeze those big 16/20/32K executables that VB makes when you only use one or two functions and get them to sizes as low as 1.48K.
Forget telnet... connect to remote Unix, Linux, VMS, and Windows hosts with the rlogin protocol. This code is _heavily_ commented for learning basic socket programming, and for using the WinSock control. This is a FULLY FUNCTIONAL client.
8-bpp color ordered-dither: Halftone-216 + ordered dither lets reduce to 8-bpp bitmaps with acceptable quality/speed. You can also test color reduction using optimal palette and compare results. (Note: Optimal palette extraction has been speed-optimized). _________________________________________ Last update: 03.05.22
load and preview images,like as acdsee. Intel JPG Library(ijl15.zip) is needed: http://www.itkhan.com/reference/ijl15.zip ADDED: CreateThumbImagePack method ADDED: LoadThumbPack method FIXED: you can Pack thumbnail images by scaling the image to the size specified in the thumbWidth and thumbHeight parameters to a file, and load the specified thumbpack file to display every thumbnail images
Special thanks to: Avery P. The GpGDIPlus project is a DLL that provide COM applications with a wrapper providing equivalent functionality to the C++ GDI+ classes. The current version provides the following classes: cAdjustableArrowCap,cBitmap,cBrush, cCachedBitmap,cCharacterRange,cColor, cCustomLineCap,cFont,cFontCollection, cFontFamily,cGraphics,cGraphicsPath, cGraphicsPathIterator,cHatchBrush, cImage,cImageAttributes,cImageCodecInfo, cImageDecoderList,cImageEncoderList, cImageSaveParameters,cInstalledFontCollection, cLinearGradientBrush,cMatrix,cPathGradientBrush, cPen,cPoint,cPointF,cPrivateFontCollection, cPropertyItem,cRect,cRectF,cRegion,cSize, cSizeF,cSolidBrush,cStringFormat,cTextureBrush How to use the GDI+? Platform SDK describe how to use the GDI+ and provide reference information or please visit MSDN(http://msdn.microsoft.com/library/en-us/gdicpp/GDIPlus/GDIPlus.asp) Happy everyone likes it. Any suggestions feel free. E-Mail: [email protected]
with the questionnaire.xls u can record answers to a .mdb file and with the analysis.xls u can select any question and how many answers given per option with a chart
Check it out.. This code is the simplest way to learn about Visual Basic DLL (ActiveX DLL) creating and using. Just 3 lines of code, and u got it running ;) Please Rate...
I have made this program for my 4th Semester project. Its a simple Brick Game with 9 levels and sounds.
Call me sad, but I wanted a moving starfield with fading in text for my splash screen. Using bitBlt, masking and frame buffering, it can easily be done looking professional and flicker free! (The *dynamic* masking of the text enables the stars to pass behind the gaps in the text) If you type in new text it'll fade it back in from black. Remember it doesn't have to be a starfield or text, but it shows how BitBlt'ng everything to a buffer first really makes a difference when producing flicker free gfx. Please comment and vote.
Different On Top Forms This demonstrates you how to load form on deferent modes. 1. Normal form loading. 2. Model form loading. 3. On top form within application. 4. Global On top form (The form will be on Top even if your focus is on other application). 5. Loading inactive form (loading and showing a form while keeping the focus on the main form.). Expecting your valuable feedback. Thanks!!
This is a module that contain functions to easily read\write Byte, Integer and Long datatypes (which is the three most common datatypes you would need in a basic trainer) to a process' memory and you are free to use the module in your own programs\trainers or just use it for educational purpose if you like. In the same project file as the module, there is a little memory manipulation program I wrote that shows how to use each of the read\write functions, and to make the test-suite complete, I wrote a small program you can test the functions on by manipulating Byte, Integer and Long variables. You can find the memory offsets for each variable in a text file named Offsets.txt, though the program was also designed so you can try to find the offsets by using a memory search tool such as GameHack or TSearch. The whole project is widely commented and I suggest you read through it for a better understanding of what's going on.
Extract RGB components with CopyMemory & GetPixel API functions. Just a few lines of code. Comments and suggestions are welcome.
Its a simple 32*32 icon editor with some basic editing functions.
When you display data from a database to a DataGrid, you will see that DataGrid's columns width cannot adjust to the longest data in the field. I made one procedure that can fix the problem. This procedure will adjust DataGrids column width based on longest field in underlying source. Enjoy!!!
This is a new twist on Minesweeper with its hexagonal tiles. Uses a subrutine recursively to clear out open areas and transperant BitBlt to draw the tiles(fast!). 3 difficulty levels. Straight foward, commented code. Now with custom level & high scores!
This will display a Anolog clock with Hour, Minute, Second hands and the Day in circular pattern. It will display this clock where ever you put your mouse :)
It's a demonstartion of a really great About formular. It has tranparent effects and scrolls to the top. It also has a gradient background.
Hi Ppl, Well!! I was feeling bored and lonely so thought should code a game, well this code I started in the soccer world cup fever and now it has finished. Well, about the game; a simple soccer game which shows you how to use different objects and how to move them around the form by using some maths functions, great master piece of mine till now. I want to request you guys about one thing, if you are downloading this code, please try to rate it coz thats how we get the recognition on this site,just few second of urs can give an identity to a programmer in this big world of programming. Thank you Enjoy