Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #38454
Shell Control Panel applications

this code will show you how to shell anything from Control Panel, its easy and simple, please vote.

ASP_Volume2 #26730
Acces ADO and Seek

It's not true you can't use Seek with ADO in Access.

ASP_Volume2 #38455
MultiPlex Online Application Protocol v3.0

This is the third release of the hugely successfull MultiPlex Online Application Protocol. It allows users to stream specially created OAP applications over any TCP/IP connection using HTTP as it's transport. MultiPlex is a scripting interface that I designed a year ago. It allows uses to create applications using many languages mixed together, eg: JavaScript and VBScript in the same application. With the introduction of version 3 come many new features. Now the scripts can be compiled into complete applications with full GUI features - dialogs, buttons, labels, timers - anything. If you can make a program in VB you can make it in MultiPlex. The script also has full access to the Windows API and is able to call any function it defines. Version 3 also allows the user to create and changes skins that an application may use. To show the power of MultiPlex I have included a sample program (Minesweeper, from a sample on PSC). This also demonstrates another feature of MultiPlex - events. In the future I intend to make MultiPlex into an online setup program...a very powerful one. The best way to see how it works is to download it and see. I was unable to find a good web host to use to emonstrate the streaming features, so when the message box appears please press No and open the Minesweeper sample. I believe that this is very useful code - if you do and you are impressed, please vote. There are so many leaches out there that take code, use it, and don't even think about the work that went into it...Anyway - enjoy!!!

ASP_Volume2 #38456
Line Counter

A Visual Basic IDE add-in that will count the lines of code of any component of open projects. It also presents a basic analysis of both the selected project and the selected component. To see it work just compile the "linecounter.dll" file and copy this file to your c:\Program Files\Microsoft Visual Studio\vb98 directory. You'll then need to add the line "LineCounter.Connect=3" to your vbaddin.ini file which can be found in the windows directory and restart your VB IDE. There will be a new menu entry under "Add-Ins" called "Line Counter".

ASP_Volume2 #38457
A msn messenger SERVER, supports mutliuser chat, blocking, screen names, away states, file transf...

This small code runs an msn messenger server. It allows for people who either don't want to, or can't, connect to the official MSN server, to still use MSN messenger and to talk to other people using the same server. This has never been done before, so, there are some bugs and a few missing features (namely contact list groups), but, otherwise this is great for a school, small office, or someone building an MSN client from the socket level and needs a good example. Also, wait for the screenshot to load, they are popular clients, with a quick registry/ini hack (.reg to simplify process included), connected to my server, talking to each other. Includes file transfer support.

ASP_Volume2 #38458
Black Winter 2: Final Assault

Black Winter 2 (BW2) is the second space shooter in its series, featuring many main weapons, side weapons, special weapons, variety of enemies, and its regular end-of-level bosses. The game uses 24-bit graphics, image masking(bltblt), sound effects, background music, and realistic explosions. The game is written in well commented codes, a tutorial guide to help programmers to build a basic space shooter, and a printer-friendly user manual for gamers who wants quick reference on weapons and ship statistics. Players are welcome to send to me their highscore files and up-to-date pilot standings will be published here. Votes for this submission are much appreciated. Top 10 Pilots: 1. jzthealien (131220 - Killed LastBoss) 2. Nafees Ahmad (116200 - Killed LastBoss) 3. Blaster Master (113435 - Killed LastBoss) 4. David Albrecht (105905 - Killed LastBoss) 5. tt_Hydra (105635 - Killed LastBoss) 6. Alejandro Villarreal (103195) 7. Gert Eising (98680) 8. Danny (93005) 9. Mat "CraZ" (83165) 10. Ayman J Singh (76900)

ASP_Volume2 #38459
More Particles

This is a reworking of 'Geespot_Particles' giving many more options and settings to play with. Becasue this does not use the Shape control you can have many more Particles than before. This is also a demostration of my ClsUpDown (See other upload 'Decimal Fraction UpDown Class' for explanation). See http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=41231&lngWId=1 for the code which inspired this. I think my code is different enough to ask for votes but please vote for GeeSpot as well. Hope you like it.

ASP_Volume2 #38460
Round Form,buttons,frames,everything

this code will show you how to make the controls rounded and it will gives them a new look if u get bored from the vb GUI this is for you its EASY AND SIMPLE NO OCX look At the screen Shot! if u like it please vote.

ASP_Volume2 #38461
Register

Ever want to sell your program in the net? This code show you how to generate a serial number. See the screenshot. Don't forget to vote for me!

ASP_Volume2 #38462
ANTI-DEBUGGERS Protection

Protect your programs with Anti-Debuggers-Protection,and make the Crackers angry!!! This example working with compiled EXE!!!

ASP_Volume2 #38463
Enumeration Spelling

How to keep the upper/lower case of Enumeration members

ASP_Volume2 #38464
Fade Out a Control on a Form.

A user in a newsgroup was asking how they can get the effect of fading out a control on a form. They knew how to fade a form (as I think we all do by all the transparent demo projects on this site). The poster however just wanted to fade out a control on a given form and have it fade away to nothing. So, I put this project together real quick as a starting point for him/her to see one way it could be done. I will tell you now, it is really just fancy API work to move the control off the form to another and fading that new form but it gives the effect the poster was asking for. Just thought I would share for everyone else here and to give him/her a link of where to come and see the code. KEYWORDS: TRANSPARENT, FADE, SETWINDOWLONG, SETLAYEREDWINDOWATTRIBUTES

ASP_Volume2 #38465
UTC Time/Date Functions UPDATED

Updated 12-APR 2005! Add UTC time offset from Local time and formats Time / Date based on country/regional settings. Function module for getting UTC (GMT) time and date. Demo program shows how UTC functions relate to standard VB time/date functions. Being a Ham Radio and Shortwave geek, I needed UTC time a lot for logging and schedule time conversions. Comments welcome

ASP_Volume2 #38466
ComboBox Menu Demo

Demonstrates one method of creating custom menus that can contain images, combo boxes, or any other Windows control. Although this is not the most powerful method, it doesn't require any API custom calls or any third party .ocx's (like the Office Toolbar). NOTE: This is a DEMO project. It is not a finished product. I realize that it has some pretty big limitations as it is, but it should be enough to get someone who needs to add VB controls to menus a good start. I made it simple to make it easy to understand. Please feel free to use it, modify it, and call it your own...but please don't tell me things like "It would be better if it had a calendar control" or something like that. Instead, modify it to include a date-picker, calendar control, or whatever and re-post it as an improvement. I am sure others would appreciate that and I sure won't mind.

ASP_Volume2 #38467
Custom Data Type Tutorial - 1

Please vote! I wrote this in a few (like 5) hours, so please vote! Thank you!

ASP_Volume2 #38468
CoolPlayer (the ultimate Winamp clone improved) 100% Update...more features and functions...

Here we go: Uses Winamp's skins, plugin with source, always on top, shuffle, loop, change tray icon, transparency level, splash screen, start on Windows load, double instances, snap windows, sorting, file associations, text search, jump to time,ini hadnle , ID3v1 and MPEG info and many more... Enjoy it and leave comments!!!

ASP_Volume2 #38469
Malicious String Hunter v1.2 - Stage 2 on [Project Scanner 2003] Project

Malicious String Hunter Now has Syntax/Context Validation Included! thanks to Roger Gilchrist. This is a small update with Options now working allowing you to: * select what type of Log to Create * the ability to Exclude both low class strings in search. This Project is still continuing, So suggestions are welcomed! Please Vote and Leave feedback on the new feature.

ASP_Volume2 #38470
Lineart and Scrolling Picturebox (Class remix)

This is my remix of Arvinder Sehmi's Line Art and Min Thant Sin's Screen Scrolling code. I have converted their code to more easily reuseable classes. I have also optimized and enhanced (I hope)their code for speed and easy of use. The Line Art code has added effects and settings (some are only partial developed), is optimized for greater speed and I hope readability of the code. Thanks to 'Graphical Routine Maths' by Steven Paterson for maths to do some of the better ones. The Screen Scrolling code now has a way to centre smaller images and disable unneeded scrolling. The Class takes care of sizing all the necessary controls within a Frame. Also allows you to interlock two Scrolling PictureBoxes to each other with a single call. This class is an extensive demo of using WithEvents in classes. I think I 've imporved the earlier code enough to accept votes otherwise send them to the originals. 'Line Art Creation, And Edge Dection' by Arvinder Sehmi. 'Scroll Mouse Keys Move Pix' by Min Thant Sin COMMENTS, ENHANCEMENTS, QUESTIONS very welcome. Do you have/know similar routines that could also be included?

ASP_Volume2 #38471
A Better List Save Function

This is a serious update to my previous submission on saving data from a listbox. Unlike my other submission, this saves to a specified binary (any file that will hold text [.txt ,.dll etc] ) file and will reload it as well. My old submission saved to the registry, which could be troublesome if not used correctly. CHECK IT OUT! KEYWORDS: LIST SAVE SAVE LISTBOX

ASP_Volume2 #38472
Remote Management Kit (VB) - Updated

The third in my series of WMI Management Kit projects. This one is VB6-native and allows you to perform the following on the local machine, and any remote machines on which you have administrative rights (passing of alternative credentials is supported): - List, create and kill processes. - List, stop, and start services, and set start mode. - List, create and delete shares. List installed printers (with driver information). - Return information regarding: - logical memory configuration - physical and logical disk and partition configuration including free-space - processor information - network adapter configuration and information - pagefile configuration and information - OS information - and installed hotfixes and applications - local users and groups Also contains a reporting section allowing you to create customisable formatted RTF reports suitable for auditing. This project was quite a bit of work, so if you like it, you know what to do :)

Languages
Top Categories
Global Discovery