Advertisement

Results for "Category: String Manipulation"

6_2008-2009 #209981
VBWINSOCKSERVER

This code will help people understand using winsock control to run a Vb server. This Code comes with both a server code and client code. It uses string manipulation to sort the data and also uses what i like to call bit divide. which i have included its own project to help users understand the process.

6_2008-2009 #210175
Generate PDF Files and Piecharts with vb.net

This Code shows you how you can create Pie Charts Graphics and PDF Exports out of an OLEDB-Datasource with vb.net on the fly. For the datasource i've used the Northwind.mdb. The connection string is persisted in the app.config file and has to be changed after the download to get the code up and running. For the PDF Export I've used the freely available itextsharp library. The Pie Chart is generated by GDI+ so no expensive 3rd Party Products, follow the instructions in the readme.txt. Download this and much more source code at www.visualsoft-net.de (plz Rate)

6_2008-2009 #210177
Datalayer

This class provides an easy way to access OLEDB Datasources (you can change the code very easy to access SQL-Server). It shows you how to work with destructors, constructors, dataset, stored procedures, own stuctures, Oledbcommand, datarelations, overload subs(functions). Download this at www.visualsoft-net.de under VB.Net Code

6_2008-2009 #210182
Report Generator

'This program will run a number of SQL Server stored procedures, run a number of Crystal Reports and export them to Excel, HTML, or PDF, and finally send the exported files via outlook email. 'This program will accomplish the following processes (planet source code keyword phrases) '01. display the Datalinks window and return a Database connection string (SQL Server only) '02. display a list of Stored Procedures in the selected database and table '03. display the parameters needed for each selected Stored Procedures '04. run each selected Stored Procedure in order '05. get and set setting to the registry (getsettings and savesettings commands only) '06. create an array of textboxes on the fly and in a groupbox instead of the form(easy enough to swtich to most controls) '07. add and delete file names to and from a list box (crystal tab) '08. use the OpenFileDialog and FolderBrowserDialog controls (crystal tab) '09. connect to outlook and open up the address book so recipients can be selected '10. connect to outlook, create an instance of an email, add the recipients, add the attachments, and send the email '11. all processes run on a schedule I created this with sql server 2000, crystal v8, office xp, and outlook 2002. If you do not have these versions then minor changes may needed to be made to compensate for the other version.

6_2008-2009 #210186
cls_TextAnalysis(updated)

a class that performs basic text analysis using the Split command. Count characters, words, punctuation and layout characters. Thanks to merlin who found a bug in the basic countChar routine (answered 1 if there was no text in serch string) and 'Word counter *Excellent' who inspired me to attempt it. ----------------------------Thanks to Min Thant Sin for finding two bugs. Fixed the bug for blank text. Corrected the word count to give correct count. Also extended the class by adding the ability to set acceptable punctuation to allow hyphanated or underscore connected words to be counted as one. Included a bas module that contains the same concepts but designed to be used without the full class being impelmented, just take the bits you want, this bas module uses Paramaters rather than Properties to operate. (NOTE the bas file is not used by the demo).

6_2008-2009 #210203
Quicksort Word Tricks

Inspired by Evan Toder's 'EvanSort' I pulled together some of my QuickSort Array manipulation stuff into a single module. Enjoy.

6_2008-2009 #210236
ClsExtendedRTF Ver 2a for RichTextBox

ClsExtendedRTF Version 2a OOPS SMALL UPGRADE FORGOT ABOUT LOW RESOLUTION SCREENS sort of fixed that and there's a small animation demo added as an apology. This code manipulates the underlying Rich Text format string in RichTextBoxes in several ways. Highlight text, add interesting, strange and weird formats to RTF text. Resize mixed sizes of fonts with one call. Add a Zooming ComboBox to any RichTextBox. CommonDialog is encapsulated to give File New / Open / Save / SaveAs / SafeSave and Reload functionality. ShowColor is also encapsulated. This is a more stable version of this code. Insertion point is preserved after changes to text. More of the work is done at string manipulation level. New details added see * below for version 2's new elements. Minimum Requirments Riched20.dll (version 3) Riched32.dll (5.00.2008.1) probably the Richx32.ocx control Highlight now comes in two flavours RTF and API there are advantages and disadvatages to each. Menu and Toolbar use API; Text Colour Panel (in Font Looks menu) uses RTF Incorperated my ClsManifestation (see help) It is behind the spanner button on the tool bar only useful in WindowsXP to choose between XP and Classic look for compiled demo. Does not work in IDE. Font Looks menu contains to Forms which can be added to other programs to give maximum freedom of using the Font format and colour options. Added new font colour choices. Improved Demo performance. Corrected many minor bugs(extra spaces, spaces being deleted) Added Zoom ability Broke up the original ClsExtendedRTF into a couple of separate classes. Rewrote, simplified and often renamed routines for speed and comprehension Please comment, vote and send me interesting formats you develop and I'll included them with acknowlegments. Feel free to take just the parts you want (leave copyrights etc) this class is still 'Under Construction' if you like check back for updates. Demo Program is also a test bed for experimenting with RTF. 'ExtendedRTF Code for VB6.rtf'is both the help file and the demonstation file and was created interactivly with the code. NOTE uses VB6 only routines but if you have work-rounds for them should work with VB5, VB4. Needs more recent versions of RichText control. ExtendedRTF provides: 1. Highlight (NOT the same as select) *more ways of accessing this facility. 2.Other Underlines wave,dot,dash, dashdot, dashdotdot, hairline, and thick. (word and double are partially supported; you can set them but they appear as single in RichTextBox, in Word they look fine) 3. Hidden text/images 4. Weird font formats. Ripple, HeightRipple, Ransom 5.Font colour schemes *Rainbow, *Spectrum and *Materials. 6.subscript, superscript,up and down RTF codes. RichTextBox recognises '\up' and '\dn' with as superscript but not '\sub' and '\super' ???? 7. Get current insertion point as percentage of total document 8. Remove excess spaces in selection or whole document. 9. File handling: routines to simplify standard New/Open/Save/SaveAs. *Reload routine reload last saved document without opening CommonDialog *Document loaded in IDE is automatically reloaded from disk. SafeSave routine place this in your exit program and file procedures and you'll never lose your edits again.

6_2008-2009 #210237
clsExtendeRTF ver 3 for RichTextBox

ClsExtendedRTF.Cls version 3 for RichTextBox extensive rewrite, recode and rename. Mostly about manipulating RTF code to change text and background colours. Now includes API and RTF based higlighting(Not selection, this is the RichTextBox equivalant of highlihter pens). Highlighting with: API advantage it can detect highlighting; disadvantage single colour at a time RTF advantage multicolour highlighting. disadvantage can't detect itself. ClsAPIZoom for RichTtextBox, a few lines of code and your RTBox is zoomable. cLsManifestation (incorperated from my other upload) Gives compiled program user's choice of Classic or WindowsXP(if they have XP) added panels(form) which give you greater control over highlight, text colour and text format. *New* Materials interface you can create your own materials colour schemes. *New* Styles; if you create a text and background colour scheme you want to reuse save it with a name and access through the RTF Font Painter tool and class. fixed small bug in RemoveFormatting which added a space to start;(if selection was at start of doc) see earlier versions for mor details.

6_2008-2009 #210243
search in between string

example shows how to search particular string between twon defined strings

6_2008-2009 #210245
onchange combobox event retriving data without page refresh - Ajax way

example of how one can retrive data from database on same page without page refresh using ajax.

6_2008-2009 #210392
Access Database Viewer (Tables), SQL Querys, works immediately. No configuration!

Simple Access database viewer! Just enter your database location, and it shows your tables and stuff. SQL Querys!

6_2008-2009 #210429
Download a BLOB directly from Database without temporary files or chunks

Download a binary large object (BLOB) from the database without temporary files or chunks.

6_2008-2009 #210733
SQL Code Wrapper for ASP

Convert a SQL query into ASP code.

6_2008-2009 #210756
Database :: Blood Bank

This code is simply a database , this can store records , view all records , delete records , show statistics and do many more functions. For more information please contact zohairkhawaja@hotmail.com, ehmedk@hotmail.com

6_2008-2009 #210832
ASP Compared Databases

This code compares the table structures of 2 MDBs and returns in Red that values that are in one DB but not in the other.

6_2008-2009 #210912
Codebox V1.0

This is a syntax highlighting codebox for almost every programming language you want. You can easily create new syntax shemes, if you want. The highlighting algo isn't super fast, but much faster than many other examples, because it modifies directly RTF source, not the visible text. If someone has any suggestions to improve this control or make the algo faster, then please tell me. Hint: You will need SSubTmr6.dll from vbaccelerator to run the control. You can download it from: http://www.vbaccelerator.com/home/VB/Code/Libraries/Subclassing/SSubTimer/VB6_SSubTmr_Binary.asp Don't forget to register DLL before, otherwise it won't work. Sample and Comments are in German.

6_2008-2009 #210959
Patient Care System

a database project that maintains patient records,patient slips,drug records, doctor records,billing records and ward records

6_2008-2009 #210978
TreeView ASP

This code is to display, in a simple and fast loading treeview, a database. You can have up to 10 level and the treview is loaded just once (not at each level). Each level can have a checkbox (in a form), link and many other that can be set it up in only one founction.

6_2008-2009 #211077
A S P.Net Enterprise Manager (0.5.0)

This is a web-based version of Enterprise Manager for SQL Server and MSDE. An online demo is available at http://www.aspenterprisemanager.com/. This is an Open Source Project in VB.Net, ASP.Net and ADO.Net that is in the early stages, so any contributions, feedback or additions are greatly appreciated. ASP Enterprise Manager will allow you to create and edit tables, stored procedures and views, manage logins and database users, manage basic permissions, and query your database returning multiple recordsets. This is the version 0.5.0 release of the code and structures most of the code with better .Net structures (on most of the pages), introduces a class structure (I am working on documenting the classes), cuts down on the number of connections that are made to the SQL Server, introduces an XP style interface and adds a few new features and interface enhacements. This code is not a Visual Studio Project so it only requires the .Net Framework, Someone is also working on a version of this project as a Visual Studio Project using C#, that code can be downloaded from the website (http://www.aspenterprisemanager.com/)

6_2008-2009 #211112
Update DataBinding/Filtering Sorting/ Now* With 5-Ways of Using Crystal Report )

Last code I Describe some sample binding using data and collection, now I add 5 ways using crystal report (Main Report with subreport, Chart etc.,) it's very easy to folow,.The report not static or constant in one default display, you can change it by entering selected department number(DeptNo as sample, you can also use EmployeeId or as you wish sql command) 'For Suggestion/Question 'Dennis M. Santiago 'Emailme : explicitmaker@yahoo.com 'Vote For Me :-)

Languages
Top Categories
Global Discovery