Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #217606
String Replace *THE FASTEST*

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.

7_2009-2012 #229569
Import CSV into DataSet

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

7_2009-2012 #229400
VBScript's DateSerial Function

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.

7_2009-2012 #231565
Paging support in editable datagrid

Complete datagrid operation with CURE(Create, Update, Remove and edit) functionality.

7_2009-2012 #228385
File Encoder

This program lets you encrypt and decrypt files using the Rijndael encryption algorithm.

7_2009-2012 #228386
Live Update

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

7_2009-2012 #235664
Best MD5 String Function

This is a pretty nice and clean MD5 sum for strings. Just Copy and Paste it in. Sorry if it gets bucherd by PSC

7_2009-2012 #236548
Constifier

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.

7_2009-2012 #231079
Particle Dance

Dancing Particle you can configure color, width, height, velocity, gravity, blur, blurzoom, etc.

7_2009-2012 #218431
Wheel Of Fortune!

Wheel Of Fortune based on television show. Made by MadMax Software at http://madmaxsoftware.homepage.com

7_2009-2012 #233990
Database-less Data Set

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.

7_2009-2012 #218456
MAP NETWORK DRIVE WITH VB

Well the simple way to map network drives with vb.

7_2009-2012 #218375
Making a thumbnail of an image

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.

7_2009-2012 #231223
Capture WebCam

capture Image from a webcam. Add text to image. Save image.

7_2009-2012 #234906
System Information Updated

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.

7_2009-2012 #228031
Improved! Tree Hooked to Database

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?

7_2009-2012 #232618
Web Service Based Simple Calculator

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!

7_2009-2012 #230675
Hide email from spiders

Use this script to hide your email address from spiders that harvest email addresses from web pages.

7_2009-2012 #234233
Burc messenger

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

7_2009-2012 #234662
Buttons

You can make and costumeize you Buttons. You don't have to use the system buttons.

Languages
Top Categories
Global Discovery