Results for "Volume: 7_2009-2012"
This code is a direct replacement for the VB6 Replace function. Obviously, VB 6 users will have very little (if any) use for the function. It is intended for use with older versions of VB that do not have the in-built Replace function. I noticed a similar piece of code released earlier this week, but it only appeared to handle character replacing and not strings. This version will do both and it's pretty tight and fast.
***UPDATED*** Import a CSV file into a dynamically created table in a Dataset. You can specify the field separator and text qualifier characters. You can say whether or not the first line in the CSV is the data header. You can save the imported CSV back out as CSV or XML. I use regular expressions to separate the fields, unlike some that use the Split function. Feel free to use and play with. If you find any problems, please let me know. The code has now been updated with the optional parameters removed turned into an overloaded procedure.
DateSerial is a function that is supplied in VBScript, and Javascript doesn't have a function like this, so I created a function to work in Javascript to do the same as the VBScript function does. I hope you all find this useful. I'm working on a hold Script Library with all the VBScript Functions converted into Javascript. I'm about 90% Completed.
Complete datagrid operation with CURE(Create, Update, Remove and edit) functionality.
This program lets you encrypt and decrypt files using the Rijndael encryption algorithm.
This program will give your application the Live Update capability. It downloads and decompresses a zip file into the folder you specify. The project was inspired by two similar projects on the web: 1) Automatic Online Update Toolkit by thomasdev http://www.codeproject.com/vb/net/Automatic_Online_Update.asp 2) Microsoft Updater Application Block http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/updaterv2.asp The program uses #ziplib by Mike Krueger http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx
This is a pretty nice and clean MD5 sum for strings. Just Copy and Paste it in. Sorry if it gets bucherd by PSC
Modifies code files in a C++ project to make as many class member methods 'const' as possible. It parses the methods in all the files, tries making them 'const', tests whether the build succeeds and if not reverts to the previous state.
Dancing Particle you can configure color, width, height, velocity, gravity, blur, blurzoom, etc.
Wheel Of Fortune based on television show. Made by MadMax Software at http://madmaxsoftware.homepage.com
In old vb6 you could create a databaseless record set and save it as an xml file on disk, well now here is the .net version. It creates a dataset, adds a table, adds some columns and rows, then saves the schema and dataset to disk without ever touching a database. The xml produced is w3c standard. The app also shows how to open and add data and how to delete rows (and also using the xml schema). It isn't to complex and does have some comments in it to help. It is all native .net, no COM addins or other references.
Well the simple way to map network drives with vb.
Being optimistic, I have made a code that will resize an image, allowing the user to save the image as a thumbnail. Here's hoping I've solved problems. Even if it doesn't work for you, it should give you a small idea of how it's done.
capture Image from a webcam. Add text to image. Save image.
Displays system information about the Pc hardware and operating system in a gui. The updated zipfile removes the extra carriage return marks for WMI items.
3rd times a charm... Hook a DefaultTreeModel to an Access database. Thanks to Richard Stanford for the DynamicTree. I added the Access database part Enjoy I wonder if I should try to extend DefaultTreeModel to add the Access part and make AccessTreeModel... What do you think?
Web Services based Simple Calculator, it’s a demonstration how to make a web services and it’s use in your web application with asp.net. More over you can get idea about using control arrays, param array (client application could able to pass unlimited numbers of parameters), numeric only text box using java script. I hope the demo would be useful..!! Thanks for your expert comments!
Use this script to hide your email address from spiders that harvest email addresses from web pages.
this is a messenger program with a multithreaded server and a client.this java code designed as the same purpose of icq. please VOTE it
You can make and costumeize you Buttons. You don't have to use the system buttons.