Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #200662
MDI Source Code Editor Sample using Scintilla Wrapper

UPDATE..... Added an options dialog. Made it generic enough you could reuse it in another application. The code to call and utilize it is all wrapped into the modHighlighter.bas file. Please note you can download at http://www.ceditmx.com/products/scintilla/dl.php?file=cedits2&access=http://www.ceditmx.com/products/scintilla/scintillamdi.zip. Downloading from the site will give you the scilexer.dll that you need. Or you can download the file here and get scilexer.dll from the compiled scite demo from http://www.scintilla.org This is a sample of utilizing the Scintilla Wrapper in an MDI application enviroment. This is in reality a fairly complete basic Source code Editor. It lacks most of the fancy features that you have seen in my cEdit app but it's a good simple to read and follow idea of how to use Scintilla within VB and an MDI app. Note I added Print to it and I'd like to thank Dasith Wijesiriwardena for his WYSIWYG RTF code. It took some fairly heavy modifications from his code to work but it lead me in the right direction to getting the print code setup. Also I improved the ExportToHTML function drasticly. It can now do a 2000 line piece of code in around 3 seconds. Also ReplaceAll has been improved and is quite a bit faster. I'd like to see Open improved in speed in next release. Please leave comments and if you like it feel free to vote. But especially leave comments :)

6_2008-2009 #215272
Quest3 rpg game ver3

Vote for me and I will send you Quest4 with More Objects, Stores, Caves Quest3 is a complete rpg Zelda game. Users can play the game or easily create their own game. The object of the game is to solve different quests. Includes 1) Easy map making, 2)Improved speech and 3)Ability to use items 4) Hidden rooms Send me your quests As you read signs or talk to people, the response you get will be different depending on the quest you are on. More spells -- More Items -- More speech options *New* Read thought and much more

6_2008-2009 #209102
My 3D Text (My 2 cents worth)

I was going through my code snippets and threw this together. I thought it might have some use to someone. If not, I'll try again. Besides that, it was fun to do.

6_2008-2009 #215670
DirectX, Realtime Lighting with Dynamic Stencil Shadows

This code shows how to use DirectX to render realtime lightmaps. 2 buffers are used, a scene buffer and a light buffer. The lights & shadows of a scene are first rendered to the backbuffer(stencil shadows), and then the backbuffer's contents are copied to the light buffer. The backbuffer is then cleared and the scene is rendered, after which the backbuffer is copied to the scenebuffer. The final part is to render the scene buffer multiplied by the light buffer onto the backbuffer. 1 of the 3 lights in this demo can be moved around with the mouse. Note that this demo does not work properly if 2 objects are intersecting as on the area they intersect, they cut out the shadows and cast shadows from around the point of intersection. Please post any comments you have...

6_2008-2009 #210142
Address Book + Calculator

well,this is a basic addressbook and a calculator i wrote 6 years ago with a pretty GUI

6_2008-2009 #214498
VB Skinner

The Code consist of Activex Controller used for skinning a form . It provides good style and is based to work on vbskinner's skins.This is a reloaded version and now supports faster skinning and skin resizing . If u tried my earlier version , you definitely got to try this again ! Although menus are not compatable now .. i will try to add it later versions ! Enjoy

6_2008-2009 #205911
CodeHelp Add-In 2.2 (Updated Again, plus new CHCoder plugin)

CodeHelp is an addin framework that allow enhancement to the way VB IDE works. Updated version 2.2, includes new plugin, and added features. Tested on WinXP. Please read included readme.txt for compile instructions and remember to uninstall any previous version first. You can also download setup file from http://codehelp.cjb.net.

6_2008-2009 #210037
ReVive LiveUpdate with Help File and Script Editor

LiveUpdate for all your apps in 4 easy steps! Provides complete program update functionality across both LAN’s and WAN’s. Comprehensive help file included. Updates up to 99 files, any type. Registers OCX and DLL files when permissions allow (aborts when they do not). Three run modes: Auto, Notify, and Normal. Two application shutdown options: automatic and via user warning. Optionally closes and re-opens your application if killed by ReVive or the user during update. Supports any combination of HTTP and FTP file downloads. Supports multiple client directory script constants and ready for more. Validates required user rights before downloading any update files. Performs comprehensive 6-point test on all update files before any are installed (virtually every failure possibility tested). MustUpdate and MustExist tags ensure file version compatibility during updates if critical file updates fail. Replaces in use files the way Microsoft says to (plus a clever and usually successful EXE addition). Generates and displays a complete before or after HTML update report on demand. Optionally informs client of updated file functionality details. One client ReVive installation supports any number of programs via file association or command line parameters. Complete per file and total download progress display (chose of 3 different formats). Supports primary and alternate web update script download locations. Reboots client computer when required (forced or optional). Client stored web update URL's are encrypted for security. Lists all update components by file description, with optional icon of file being updated. Includes an almost complete web update script editor with tag coloring, script testing, data type validation, entry automation, distributable file creation, and complete help system. Windows 98/NT 4.0 through XP tested and compatible. Complete with a help file, logic document, version info file, and resource file documentation – this is one of the most documented submissions on PSC, which was done hoping for good feedback. I would like to apply our collective experience and make this Live Update as bullet-proof as VB allows. Please comment/vote if you suggestions or find bugs, your feedback is appreciated.

6_2008-2009 #215309
Wininet.dll wrapper with sample application (ACV v.0.0.1.)

Almost complete wininet.dll wrapper with sample application.

6_2008-2009 #203768
File Date

This code is useful to read/write the files' dates (creation, last access, last edit).

6_2008-2009 #213930
Descriptor XOR Encripted

Here's the chipertext analysizer for cracking XOR Encripted file. There are so many applications using the simple XOR encription as security tool. If u want to know the quality of the XOR encription, u can use this application for testing it. By this u can see the value of any character and u can change the character in the chipertext with yours. Beside that, by this application u can learn how to crack your XOR encription and repair yours. If you like my code, please don't forget to give me your vote

6_2008-2009 #211195
Hex Output

Generates text on the right side and the hex output on the left side. ex. 0D 0A 44 61 74 65 3A 20 54 68 75 2C 20 30 38 20 | ..Date: Thu, 08

6_2008-2009 #196937
DM BevelEx

BevelEx was ment to be a clone of the one used in delphi, this control supports 12 Shape styles, from Button bevels, Frames, Round, Frames, 3D Lines, RocusRect and much more. Control can also be made transparent and is an ideal control to spice up your programs, Please vote if you liek this code. also see screen shot.

6_2008-2009 #209103
Transparent 3D Label UserControl (Updated)

I've made one of my earlier submissions (3D Text)into a Transparent usercontrol. Hope it is useful.As of 9/11/05 added update.Added some more properties (X offset,Y offset and depth) and resizing of control.

6_2008-2009 #213029
Put Mouse Pointer any Control w/o hWnd

Very simple few lines code to put the mouse pointer over any control without use hWnd. Two subroutines, one for Centered other for near Left positioning. Supports all Screen resolutions and Controls resizeing.

6_2008-2009 #214497
VBskinner Ultra !

The vbskinner ultra is reloaded with features! Lot of em! It supports menus, design time skinning, resizable, can remember last skin and a lot more. It’s really faster than the earlier version and now looks really cool. Thanks for all that suggestions that made me think about the code. I will keep updating it with new version. So now u can download this code! U will say that it’s cool!

6_2008-2009 #215676
Prosvent Inventory System

Database Application

6_2008-2009 #213895
Genealogy report for binary MLM system

This is a genealogy report generation for a binary structured multi-level marketing system. The report is in listview, but stored in an array. The program is a little slow but there are other ways to process the report faster. The program took 1 min. to process 678 members (at 31 levels). It will work a lot slower if the all the nodes in the binary tree is full (have 2 downlines each). This program is dedicated to Ms. Sheryl L. Taripe. 2 (,") (",) 28

6_2008-2009 #213094
Updated: Add-in ColorPicker Ver1.1

Add-in ColorPicker, is an updated version of the old one, but with the ability to capture any color you want right from anywhere in the screen!

6_2008-2009 #213994
Send Yahoo! Web Email Using Winsock

This sends emails using the yahoo web mail service using pure winsock! i seen a couple sources that claim to send emails using yahoo web mail but all they do is login your id and take you to the mail page or the compose mail page so check this out great to if you wanna learn how to send http packets using winsock

Languages
Top Categories
Global Discovery