Results for "Volume: 7_2009-2012"
This is a generic HTML editor written in VB utilizing the Scintilla Wrapper class I wrote a while back. I wrote it for two reasons. To test and debug the wrapper and to demonstrate some of the abilities of the wrapper class. This app features a table designer, image designer, link designer, quick table, find, replace, goto, etc. Utilizing some of the wrappers built in support it does things like maintain the column even when inserting a large block of code. Hope you guys enjoy it PS You can download it with the scintilla DLL from http://www.ceditmx.com/scintillahtml.zip. You will need the scintilla dll also available at http://www.scintilla.org. :)
The fastest file searching engine you will ever see in vb! Uses Async multithreading, collabsable events forwarding, bi-directional collection exchanges, and the fastest recursion loop you will ever see! Two modes multi - passes a collection object into the active-x server, which launches a recursion class asynchronously. Class builds a collection with a lightning fast recursive loop, then passes object back to processing hub where two collections are compared and results passed back to caller as a new collection. Collection lookups are done using keys, and are lightning fast! The beauty of this method, is when passing many search items, there is only a small initial lag during recursion, (about one second for 25 thousand files!), then results object is built as fast as key lookups can be made. Second method - pass a single file into a stripped down recursion loop, and it returns all matches and file properties, (less then a second for my full 4G partition). _________________________________________________ I was suprised that this did not get more attention.. and was thinking perhaps people just don't realize how fast this really is.. So I made a benchmarking form that demonstrates the incredible power of this control. In my tests, there is no significant increase in time required to search for 10 items or a 1000 items.. A benchmark on my measly 1Ghz box, searched for 10,000 items across entire 4G drive in less then 10 seconds! Take another look people, this is pretty innovative piece of software here.. ________________________________________________ Added more optimizations, fixed a few details, and added a process/thread acceleration switch that raises execution up to realtime priority. _________________________________________________ Made more optimizations, a couple fixes, (like accelerate enum), a very cool demo for this is in the works.. __________________________________________________ Ver 1.5 is up, enjoy.. See ya.. John
I made this for my wife to use. After looking at other programs, they where either too large or too complex or did'nt work (some cost big bucks), for what we needed.I've tried to keep it as simple and straight forward as possible. The print preview code is not mine, but seems to work good.Hope you give it a try. If you make any improvements,I would be interested in them. Credits given where needed.
I've seen lots of submission here dealing with databases on SQL. So I decided to create a crash course on SQL to explain what those SQL syntax mean. This is useful for beginners out there as well as for advance users who miss somthing in SQL. All SQL commands used in here are well explained...Have a nice day !
Show A Simple Digital Clock. No Api or ocx. its very simple using label and timer
This is for all database lovers out there. Teaches you advanced knowledge in DBMS using ADO.All beginners must download first my "Crash Course in SQL" to give you ideas of some commands used in this tutorial before downloading this.For intermediate and advanced users, prepare a cup of coffee or milk co'z this tutorial takes an hour to read....Most importanly "Learn while you Read".Everything is well explained. Have a nice day ! Comments are welcomed !
This is for all beginners out there. No API's involve. This will give your vb controls a shadow. Codes are straight forward.Comments are welcome. Have a nice day !
This example shows how to see flash animations. Included here are the controls, progress rate, frame rate, and quality adjustments. Compatible to all Windows OS and you should have Flash 6 ActiveX Control and over.. This is a BETA version and still updating. If there are bugs or errors, please tell me, give some comments and suggestions. Please Vote for my Project.
' Just a binary clock showing the current time... ' Funny to show to others who don't understand binary. Just tell them the time shown. ' They will ask you: How the hell do you know? :) ' I got the idea from a real desk binary clock available at geeks.com online store. ' Project time: 10mins
Watch the computer play Pong and score the time! Both sides are controlled by the computer but the right side seems to score 60 times more often... go figure! (update: fixed a few graphical issues)
hello... this is a simple FPS game (currently incomplete).... USES DIRECT X 8... it doesnt have any enemy :-(.... if somebody can provide me a 'low polygon' 3ds model of an enemy, i will try to complete the game.... it has good graphics n i hope u'll like it... if u like it or hate it.. dont forget to leave a comment here... also plz vote if u have time... anyways hope u learn something frm it....
Who does like this? Someone is sending you a lot of netsends but either you cannot disable the windowsserver or you dont want it to. This small tool has two options: 1. it hides the first net send, so no net send window will appear again. one click on "show" and it appears again. 2. it closes all incoming net send windows and count them for a statistic result obviously, it can be disabled, too! the small toolbar dock always next to the taskbar and have a nice office xp look
EASY Firefox and Internet Explorer URL and Title monitoring via DDE using a class module I wrote, based on the work of Ferhat_ (Look for "Link Monitor" on PSCode).
This code wait in a determined folder some event (Create or Delete a file), after this, start some processes. It´s use __InstanceOperationEvent table of Windows. On 12/22/2005: I put some comments and made changes on code: Show all properties fo file, know if copy process is realy finished, etc. Any question, write a feedback. TKS!
k.domaindlx.com/nailgg/tr/ip.asp tells your ip address. this program downloads it with urldownloadtofile api.
This is a routine that add a table to the current selection in a RichTextBox. I didn't find how can I do this on the web, so I made it by looking on the rtf Specification. I expect that this would be helpfull for those who are using RTB. If you find how to fix the problems i found please send me your work. (Sorry for my english ;) )
it is a fun tool to make Faces and Caricatures. Requires Windows XP.
I share this program for others (specially newbies) to have idea on how making software. In this submission you will learn how to connect in MS Access Database using ADO and ODBC, Update/Save/Delete/Search record, open an excel file, computation, formatting, etc. just download it and have fun. Pls. vote and let me know your opinion. I highly appreciate your feedback. Thanks! :D
Work in progress & posted for your suggestions. This is a good PNG reader (includes progressive display/interlacing--rare indeed) & the writer is in progress & will be posted next month, hopefully. In order to use this, you'll need ZLIB.DLL and a link for a VB-friendly version of that free DLL is near the top of the main class. Currently not Win95/NT4 capable, but working on that too. Again, this is a work in progress. The PNG format contains many color-related "chunks" that I don't currently have the knowledge to implement. If you know how to handle any chunks that are unhandled in the project, please email me. In IDE, this thing crawls, but compiled it is up to 10x faster & can display full screen PNGs very quickly. Hoping to hear from you all. When the PNG Writer is ready, will repost with the changes--expected to be massive. Added step-by-step instructions at top of stdPNG class for using the zlib DLL. Tweaked to fix minor errors I mentioned in remarks below. Added a readme file, more properties/options (like global AlphaBlend), and more comments. I think the reader is now good to go pending any bug reports & my TODO list I added at top of the main class. The writer is next.
It's just the same as my first release. the new features is i separate the controls to the main form. now you can resize the main form. I still updating for the final version. Please vote!