Advertisement

Results for "Category: Miscellaneous"

ASP_Volume3 #47263
Bobo Beginners Toolbox

Some useful routines for those just starting out in VB.NET. File handling routines, embedded resources, graphics, system icons, ownerdrawn listboxes, serialization and much more. Presented in a format familiar to those who have used my VB 6 beginners toolboxes. Source code relevent to the current tab appearing in a text box ready for copying/saving. Included in this solution are 3 other projects I did when I first obtained Microsoft Visual Studio .NET 2003. They are 3 simple clones of Calculator, Notepad and Minesweeper. I find that one of the best learning exercises you can do is to write clones of existing software. The coding strategies employed in an application are not always obvious until you come to duplicate the software yourself.

ASP_Volume3 #47278
p2p data transfer

Transfer multiple field of data using the winsock control. posible to use as as central data connection to pivot data.

ASP_Volume3 #47283
ColorConvert

Ultimate Color Code Convert Tool, Support conversion of RGB/HEX/LONG/HTML Support VBColor(QBColor) and VBConst(vbYellow) Other...Capture, Random, Light/Dark, Favorites ClipBoard ecc.. MultiCoder Thanks of PSC

ASP_Volume3 #47286
Multiple Command Line Arguments (switches) Example

This example shows how to implement multiple command line arguments or switches. The arguments passed to the application are shown in a listbox on the screen. Help is provided on how to run the program with arguments in VB. Use arguments ion the form "-h -c-t" (without the quotes)

ASP_Volume3 #47287
Acces control thru variable

Be able to access multiple controls which require the same task with minimal code. Basically I wanted to be able to access controls without having to write numerous bits and peices to reach multiple controls with multiple forms and could not find what I needed so I decided to post. Here you are creating 2 control arrays with labels and all the code will demonstrate is randomly changeing the color of a randomly selected label. This is my first post so if a bit lame hope you at least find it usefull.

ASP_Volume3 #47288
PsuedoTypeahead for Combo/List box using text box

To allow a user to typeahead to a specific item in a list/combo box allowing a little more flexability.

ASP_Volume3 #47303
Various API

Shows use of BitBlt, GetDesktopDC, etc... Various Other Graphical API calls, by creating a small screensaver app. in which a fly crawls across your working desktop.

ASP_Volume3 #47305
Learn How To Use A Listbox!!

Learn how to use a listbox the correct way! and please leave comments and vote!

ASP_Volume3 #47332
Overlord

I have seen alot of code disabling the "X" on the form to prevent uses closing the form, i.e. in the middle of data processing, this is a little "work around" i have been using...no magic..(o: or heavy API calls

ASP_Volume3 #47335
Auto resize flexgrid column widths

Automatically resize the columns in any flex grid to give a nice, professional appearance. Public sub automatically resizes MS Flex Grid columns to match the width of the text, no matter the size of the grid or the number of columns. Reads first n number of rows of data, and adjusts column size to match the widest cell of text. Will even expand columns proportionately if they aren't wide enough to fill out the entire width of the grid. Configurable constraints allow you to designate 1) Any flex grid to resize 2) Maximum column width 3) the maximum number of rows in depth to look for the widest cell of text.

ASP_Volume3 #47346
A (Flex)Grid printing class, version 2

This class makes it easy to print a formatted grid on the printer, a PictureBox or a Form. You can set the font for the "normal" cols, the header cols and the footer cols, set the col alignment, the grid line thicknesses, the col widths, margins and other things. It also supports column and row merging. With a simple multi-page support ! This submission also includes a function (in a separate module) to "import" a MSFlexGrid allowing you to print such a grid quite easy. Now it also includes such code for DBGrids and ListViews ! This code doesn't base on the MSFlexGrid or any other OCX !

ASP_Volume3 #47362
Calculate Checksum (CRC32 and CRC16)

Yesterday, I was lookin' for some code to compute a CRC32 checksum value but could not find any fast working code here. So I made this class file that allows you to calculate real CRC32 checksums. I also needed *FAST* code so this uses assembler code that you can use without actually knowing any assembler. This code is able to compute 56 MB/s on a P3 600Mhz!!

ASP_Volume3 #47364
Huffman Compression/Decompression

This is a Compression/Decompression routine using Huffman Encoding/Decoding, and works best on normal text files. The code is *highly* optimized, and to show how fast this is I can mention another code sample found here on planetsourcecode (from August 1st 2000) which also uses Huffman Encoding. That code took 127 seconds to compress a 1.8mb textfile, but with my code this takes less than 1 second!! (that's an approvement of 12700%!!). That other code was worth 7 excellent points, how many is this worth? ;)

ASP_Volume3 #47372
Easy way to reset IIS

An easy way to restart IIS

ASP_Volume3 #47392
SolidWorks Viewer/Plotter

Batch viewing/ and plotting of Solidworks files. This is also extended to view word, excel, txt and picture files. Many more features is added in future. Take care,yall...

ASP_Volume3 #47397
DATE/TIME COMMANDS

TIME/DATE Commands

ASP_Volume3 #47399
I Don't Think So Buddy!

Keeps the form the same size no matter what, while your form can still look good with the MIN/MAX buttons....Makes a cool effect when those buttons are Pressed

ASP_Volume3 #47408
ASP.NET PopUp Window Message

Create a PopUp Window to use like a MessageBox to use on the Web instead of response.write or populating a Label etc.

ASP_Volume3 #47410
Center Text in the Windows Titlebar

This code will read the active titlebar height and font parameters. The Caption of the window is then centered with the date and time. I looked long and hard to try to do this. Most PC's don't use a proportional font for the titlebar and thus the amount of characters displayed depend on the size of the character (i.e. "WWWWWWWWWW" is wider than "llllllllll" in most non-proportional fonts). I found some info on the web and modified it to allow the caption to be centered in the area between the titlebar bitmap and the 3 controlboxes. The Titlebar size and the titlebar font & size can be different from machine to machine. These settings affect how much data can be displayed in the caption of the window, as does the screen resolution. I had originally tried constants based on the form width, but these were not 100%. Try changing the form size and the active title bar settings to see it in operation.

ASP_Volume3 #47414
Grid Highlight

This code is in response to a question from armbararan, who wanted to highlight the navigation of the flex grid. I threw this together from some of my other projects as a quick example to allow highlighting of gridrow and gridcol in the msflexgrid.

Languages
Top Categories
Global Discovery