Results for "Volume: ASP_Volume3"
ITS A NEW TECHNIC WHICH I USED HERE, I NEVER SOW THIS TYPE OF UTILITY. HOW TO RESTORE LAST DELETED RECORD FROM ACCESS FILE. THANKS SHYAM SINGH CHANDEL
This is "Same" game for your entertainment. It takes only 48 KB size after compiled. Nice graphic with Normal and Large size game mode. Please feel free to comment and vote me if you love it. Thanks
This program will automatically click the Windows start button when hovered upon. This is more enhanced and fully working. It is best to run it in IDE first as the application isn't visable while running. Also, the code isn't documented as i quickly put this together for a friend of mine!
Demonstrate how to Generate a simple Serial Number and make a Key application to unlock the Serial Number Protection system (make a KeyGen to crack it). Please vote. Thanks.
This is very simple address book keeping data for your nearest one and also getting alerts for the reminders of the birthdays.Please Vote for me if you think I did good job.
This code clip a polygon with Sutherland-Hodgman Algorithm .
Get your geographical location without the use of the registry and system settings. This is a component of my Global Assistant App which is being designed not to use system settings, as we all know people can get stuff up wrong when setting up Windows. Displays use of IP To location database and the conversion of a Dot IP to Long IP based on ISO3166. The acquasition of the external IP isn't tested on proxys (It would be good to know if it is still effective)
This is a cruddy attempt at a 3-D Text program. My first actual submission to PSC. Please see the screenshot for more details.
I update this code because Mr. Jackson says that it is not my code, For Jackson I am going to resubmit to show only that this code is purely mine, Any how This is very good example of VB function calling its contains many useful function.
I have seen many fire effect but this is not a simple fire effect. have you ever seen a burning text i think you have never seen such effect alone and with text.Fire inside text,fire on top of text and a picture is worth of thousand of words just see the picture and feel the power of vb in graphics
Updated: See end of description for change... A hybrid collection class that kind of combines a TreeView collection (nodes and heirarchy) and the standard VB collection object. Supports arrays, objects & classes. The project exposes over 30 methods/properties to assist in managing the collection. It even has the ability of persisting the collection. Please play and offer suggestions and report bugs. Don't forget to review the RTF document included. 7Dec06::Added SortCollection & IndexFromKeyIndex routines. AddItem,MoveItem now allow sorting too. 14Dec06: Overhauled array serialization. Now supports all arrays, even supports nested variant arrays. Only user intervention would be serialization of your objects, if applicable. Added another test form to test Variant Arrays. 15Dec06::Reference counts on deserialized objects were not always correct. Fixed. 17Dec06: Added support to save stdPic/stdFont objects too. Final version, barring bugs/enhancements.
This code is able to inject any DLL into a remote process, or even itself. This should be used only if you know what your doing. It was ported from a C++ application which i edited, i believe it was Felix's from http://win32.mvps.org/. Anyway, this code is a bit old as it is, there are probably some examples around anyway. Please vote =]
Quick, effective Forms resizing without a 'resize component'.
make a DEC2BIN code easy and quick to run.
Autocomplete textbox and listbox in one. Gets data from a recordset then populate the listbox. Autofills the textbox then synchronously highlights the listbox. Great autocomplete please vote for ME.
This is next version of My DTMF project. Now this can detect tone on the fly. This gets input from electric mic, Line In etc. Just you can play DTMF tone from your telephone speaker and see real time detection.I have used some functions from Wave In recorder Project from PSC(Im grateful to rm_code). Now it also can run windows application from relative tone. You can download and Please Vote Me.
Add your source code to this book and get back when you are working. Thanks Shyam Singh Chandel
A little experiment on how to detect DTMF in a PCM signal. Uses my WaveIn recorder class and the DTMF tone generator of Bobbek (codeid 64048). With the DTMF tone generator you play some tones, and with the DTMF detector you catch them. In order for this work you have to select the correct mixer line (mostly "mono/stereo mix" or "waveout") and you have to find out for which volume it works best. On my computer the mixer line volume has to be about 20%.
Designed as a solution for business-to-business sales. Easy-to-access features include customer and supplier contact management, order processing, accepting delivery, constant product monitoring, user access setup and producing sales & inventory management reports. It also provides easy-to-use menus and toolbar icons.
Small updates & converted to Class Module. Maybe usercontrol writers might find this useful; other than that? The attached code is a bunch of memory manipulation to convert/serialize any dimension array into a single dimensioned byte array, primarily for storage into a property bag. The routines also convert that single dimensional byte array back into the same mulitdimensional array it came from; maintaining all array attributes. I would think good knowledge of how various data types are stored by VB would be needed to fully understand the code. P.S. No screenshot because there really is nothing to show - 1 button. 13Dec06::Patched. Logic to determine if a passed string array contained fixed or variable length strings was incorrect.