Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #124833
VB Code Viewer (parses, color-codes, etc.)

This is an old utility I made a few years ago in VB 5. It can display the main project files in a .VBP and display the contents and a summary of what's in its code modules, color-coded. It was designed to let any VB project be a reference for itself. To that end, it picks out any comments that appear immediately before a subroutine or function. And since its output is a RichEdit control, you can copy and paste anything it outputs into Word or some other editor for instant documentation. While it's probably lacking a few reserved keywords and might be a little out of date, it's got a valuable core of logic to parse VB code and an algorithm to color-code VB stuff for a RichEdit control. I welcome comments and improvements, so long as you give credit where it's due. Please vote for this code if you find it useful.

2_2002-2004 #124834
HotMon v1.0 - TCP Port Monitoring Tool

I created this little program to monitor TCP service ports. It montiors WWW, FTP, TELN, SMTP, DNS, POP3, IMAP4 ports on, as best I can tell, an unlimited number of servers (I tried about 50). Uses the Winsock and MS Flex Grid controls. FEATURES: TCP Port Monitoring, Event Logging, SMTP (email) Notification **Network Host Service Tool ** --Remember, I'm just a beginning programmer, so be kind... I hope you enjoy the code!--

2_2002-2004 #129622
Pure ASP VML Pie Chart #2 [update Jan-02-2005]

## Draw Pie Chart with Pure Asp## I have download the original code from this link: http://www.aspin.com/func/content?tree=aspin/tutorial/graphics&id=4027210 I have modify to class for easy to use , enjoy it. Fixed bug: Jan-02-2005 - Calculate X, Y Pin percentate align.

2_2002-2004 #124835
Real mask you password

This code mask symbol in TextBox. Nobody (unmask-programm) cant show you password. Four line of code protect you programm.

2_2002-2004 #129623
Html Button Gradient

render button gradient. ÇÒ´»ØèÁẺäÅèÊÕ´éÇÂâ¤é´ html+stylesheet

2_2002-2004 #129601
How to build an online store

This is a basic online store application, accompanied with basic tutorial of how to build one yourself. Suitable for anyone with some knowledge of ASP/HTML/MS Access/proramming concepts, needing to piece it al together in one application....

2_2002-2004 #124836
A User Account File System. Fast Find, Fast Add!

This code is a very quick way of getting data from a file.

2_2002-2004 #124837
Quick N Dirty OOP Inheritance

VB (version 6 and earlier) doesn't offer any decent way to create a new class that inherits public members from an existing one. Here's an easy, if inelegant, way to simulate inheritance.

2_2002-2004 #124838
Passing data between two processes

Allows you to pass data between two processes without using Winsock , Read/WriteProcessMemory or Pipes, Simply uses the SendMessage API with the COPYDATA Structure. Warning, May Crash your VB IDE if you click the stop button, terminate the application by clicking the control box. note: This problem does not happen if you are using it as an EXE only in the VB IDE.

2_2002-2004 #129613
Share Trading

Online share trading application. I have used MS Access but you can configure for MS Sql too.

2_2002-2004 #129215
Rapid Classified v3.0

A big step up from v2.0 - PSC Contest Winner. Packed with features, classified board can be configured to run with Access/MSSQL/MySQL. Setup in minutes. View Demo at: http://www.gurgensvbstuff.com/Rapid3/ Do not forget to vote.

2_2002-2004 #124839
Simple, clean client/server socket controls (includes docs and chat demo)

This is a set of controls designed to make creating TCP/IP client/server applications very easy. There's a single-connection client control and a server socket bank that automatically manages connections from clients. There are even discrete listener and server sockets, if you want to implement your own socket bank. This is all in an OCX and delivered with a tiny chat client/server program to demonstrate how easy it is to use. (The OCX source is included.) While the client adds only a little functionality (and a lot of stability) to the basic Winsock control's methodology, the server socket bank offers the huge advantage of dealing with listening for incomming connections and managing them for you, a notoriously tedious and sometimes hazardous task. These sockets controls even make dealing with sending and receiving binary data easier than with the Winsock control. They have their own internal receive buffers, which you can pick apart at your own pace as plain text or byte arrays. You can switch back and forth in mid-stream, too. ASP/VBScript programmers should find these components useful, since you don't have to trap the events from the client socket to use it. Perhaps the best thing about this package is that it includes extensive documentation in HTML files, which includes an introduction, explanation about how to apply them including code samples, and a complete reference for each control. This OCX is a culmination of many years of work trying to create a suite of controls more stable and easy to use than MS's Winsock control. It's been tested out for a while by many users here. A few have recommended changes I've implemented. Otherwise, the requests I'm getting now are for minor feature changes. The package seems to be working well for those using it. I welcome your further comments and suggestions. Please vote for my hard work if you like these components. ---- Recent Updates ---- 21 June 2000: Added documentation and new features. 26 June 2000: Bug fixes and added tutorial to help. 30 October 2000: You asked for it. ZIP now includes the OCX's source. 16 November 2000: Changed Port properties from Integer to Long.

2_2002-2004 #128434
Abware's SceneMax

Hi, I'm glad to share 'sceneMax' with you. SceneMax is a new 3D scenes scripting language developed by me in order to let everyone the chance to create fast 3D video games with no effort at all!. The different between this engine and all the others i know is that here you can describe what you want in a very simple script instead of invoking the engine's API. The package contains the engine itself, integrated editor (although you can use any editor including ms-notepad) and a sample application called projector which is demonstaing how to use the engine and is used by the editor to test its scripts. After mastering the very simple commands you will be able to make stunning animations in no time and even integrate them into your own programs. The engine uses c++.net, directx9, ATL and STL to make the magic happens. The editor is a VB6 application based on my abware's PUMA application Also submitted to PSC and the projector is also a simple c++ win32 exe. Since i can't put all this stuff in PSC (because of the files size) i put here only the engine itself. you can download ALL THE SOURCE CODE from my web site: www.informatica.co.il/scenemax/scenemax.aspx and if you don't want to mess with compiling sources you can use the 'one click install' feature. I have greate future planns for this application and i will share it with you. please send feedbacks. note: if the one click install failed to register the engine a message box will appear, press continue and at the end, register it yourself using regsvr32. i'll be glad to get Any comments and suggestions about this code. Have a nice scripting. Adi Barda

2_2002-2004 #124840
VB to Excel

This code will take data from the Northwind database and write it to an Excel spreadsheet. Code can be modified to do more complex reports, but the basics are included here.

2_2002-2004 #128985
ASP Datagrid

ASP Datagrid like in ASP.NET. This is a customized datagrid in ASP. Add, modify delete in one page. I have tried to make it like in ASP.NET. But .NET has its own taste. We can not compare a .net code with simple asp code. Well enjoy..

2_2002-2004 #128435
[ A Window Tester ]

This program allows you to preview a window before you create it. It allows you to modify the caption, style, icon, cursor, position and sizes of a window and then it shows you how it looks. It also generates the code needed to create the window. PLEASE vote for it.

2_2002-2004 #124841
A1 Sec2Min

Convert seconds to minutes with just one line of code. I was encouraged to submit this after seeing where some guy had submitted 50 or so lines of code to do the same thing. This can be expanded to return hours, just follow the logic.

2_2002-2004 #124842
Trace & Ping

*****READ BELOW FOR INFO AND QUESTION ANSWERS***** *****Check out my other submissions!!!****** *****I DID NOT WRITE THIS. I FRESHED UP THE CODE*** I have, on many occasions, found the need to be able to perform a Ping function from within Visual Basic. There are a few OCX Controls available on the market, however, they all require the ability for the WinSock stack to support SOCK_RAW. Microsoft does not support Raw Sockets on any of their WinSock1.1 stacks. It also appears that it will not be supported on the Winsock2.0 stack for Windows95. Raw Sockets, however, is supported on NT4.0. Microsoft, due to the lack of support of Raw Sockets, created the ICMP.DLL in order to perform basic ICMP functions such as PING and TRACERT. Well, I have finally figured out how to use the ICMP.DLL from Visual Basic. There are not additives and no preservatives. This program is provided as is, without any warranties. I am providing it freely. I designed it on Windows95, however, I am sure it will work on NT3.51. if you use portions of this code, please include some sort of reference to the author. This program was created by Jim Huff of Edinborg Productions. If you have any questions, you can reach me at: [email protected] [email protected] **************************

2_2002-2004 #124843
PostNet Barcode Generator

BAS module that allows you to print PostNet (aka 3 of 5) barcodes used by the US Postal Service. Can output to printer or screen (i.e. form, picturebox, etc.) No DLL/OCX/TTF used. All code.

2_2002-2004 #129587
ALUMNI RELATIONS RELEASED

This is actually intended for making all alumni relations for your colleges, schools, institutes. The main aim of bringing about this project was to get your friends, associates & colleagues closer... ... ..

Languages
Top Categories
Global Discovery