Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #62082
toolbar buttons

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.

ASP_Volume3 #55579
Fun with VB MsgBox (Win 98 update)

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

ASP_Volume3 #47064
How to make VB EXEs under 5K

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.

ASP_Volume3 #62319
rlogin client

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.

ASP_Volume3 #53009
Color ordered-dither (Halftone-216/Optimal)

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

ASP_Volume3 #62151
GpPicview1.1

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

ASP_Volume3 #62152
GpGDIPlus Wrapper v1.0---Using GDI+ From VB

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]

ASP_Volume3 #62329
VB&Excel&MSaccess

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

ASP_Volume3 #58496
_( Learn how to create and use DLL projects )_

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...

ASP_Volume3 #60690
Brick_Game

I have made this program for my 4th Semester project. Its a simple Brick Game with 9 levels and sounds.

ASP_Volume3 #61792
Use BitBlt Masks for flicker free animation

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.

ASP_Volume3 #59771
Different On Top Forms

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!!

ASP_Volume3 #58437
Memory Read\Write Functions

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.

ASP_Volume3 #61252
Extract RGB with CopyMemory

Extract RGB components with CopyMemory & GetPixel API functions. Just a few lines of code. Comments and suggestions are welcome.

ASP_Volume3 #61154
nice and simple Icon Editor

Its a simple 32*32 icon editor with some basic editing functions.

ASP_Volume3 #62338
Adjust DataGrids Column Width Based on Longest Field in Underlying Source

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!!!

ASP_Volume3 #55020
Minesweeper Hexagonal, updated

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!

ASP_Volume3 #58808
Circular Clock

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 :)

ASP_Volume3 #60793
Credits Demo

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.

ASP_Volume3 #58076
Soccer Game

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

Languages
Top Categories
Global Discovery