Advertisement

Results for "Volume: 2002ASP"

2002ASP #4948
Global Minimize to Tray v1.1 beta ** UPDATED ** (all code is here)

This app creates a new button (top right) for each window. This button if clicked on sends the app and all it's threads to the system tray with the correct icon. If you right click on the button, a list of already minimized apps comes up and you can select one and it will be removed from the tray and back to normal (or you can click on the system tray.. either way). If you use it for a day or so, you won't be able to stop using it. Although it is a bit hard to get used to. *UPDATES Since 1.0* ==================== - Multi-thread Windows now supported (ie VB6) - Added 'Balloon' Support for Win2000 users - Added Options Form (not much of an options form though) - Made much better about form - Removed many bugs (thanks for bug reports) - Zip file includes all files (sorry, had files in 2 folders for some reason) * Please leave comments on bug reports if any as I really want to make this app bug free. *

2002ASP #3973
_*Who said it had to be called msvbvm60.dll? IN 2 SECONDS FLAT FOR 3.50 MB !!!! VERSION 2*_

YES YES YES!!! I GOT THIS PROGRAM WORKING IN ABOUT 1 - 4 SECONDS FLAT. FOR ANY VB EXE PROJECT UNDER 3.5 MEG IS FAST TOO, NOT YET TRIED A VB EXE OVER 20 MEG BUT I KNOW IT TAKES A MINIMUM OF 30 SECONDS FOR A 9.80 MG FILE. This program writes to a vb EXE and changes the name of runtime dll, msvbvm60.dll for example which the program is looking for at startup and you can change that dll's name into what ever you want. To try this and to see what i'm on about use the program and specifie a EXE and a new dll name and run the EXE after writing to it. You might get a missing DLL message, all you have to do is rename msvbvm60.dll to that new DLL you used. (This code can be used for any dll used or even any string in the EXE!!!!!) PLEASE YOU HAVE TO LEAVE A VOTE... SOME OF YOU DON'T AND CAN'T BE BOTHERED, THATS THE POINT YOU HAVE TO VOTE AND LEAVE A COMMENT. THANKS AGAIN ALL YOU BRAINY PROGRAMMERS.

2002ASP #5155
NTService 1.1

Microsoft's ActiveX Control NTSVC.OCX Version 1.1. I've ported the Source-Code to VC++ 6, and updated it. Added two methods and one property: ReportStatus(), GetServiceStatusHandle() and WaitHint. I think this is an "Open Source"-project and to publish a new version, won't get me in a trouble regarding license regulations. I hope so.

2002ASP #1530
Starting, Pausing, and Stopping NT Services

You can use ADSI to manage local and remote services. This code shows and describes the different methods and properties ADSI provides for services. Please vote and leave your comments for this submission.

2002ASP #4368
Windows BBS Server *FIXED*

---------FIXED-------------------- -MINOR CODE ADJUSTMENTS- -ADDEDD MISSING FILE: SoundModule.bas- ------------------------------------- A fully functional Win32 Bit Bulletin Board System Server. It has all the essential and necessities. Multi-user of course and can handle as many connection as ur computer can take., It has MOTD and Announcement, a built in Message System and a finger service lookup. You can kick unruly users at ur wish. It traces all commands sent by users. You should create the folder: C:\Articles , or else it wont work. You can change the directory if you change all the code used with it. Authors Note: Im looking for some good programmers to help me out with the next version/entry.. contact: [email protected] for more details. -Well thats pretty much it- -JadaCyrus-

2002ASP #5170
jeffFrame (enhanced VB Frame control)

This user control is my own personal replacement for the VB frame control. It more closely emulates the "panels" found in many 3rd party control libraries. It is an excellent example of using the DrawEdge API function. The control exposes 3 properties to this affect: BorderWidth, BorderEdges, and BorderStyle. The sample app visually demonstrates how these properties affect the control. In all of my personal code, I maintain 2 base modules: 1 for declaring constants and API stuff, and the other for containing generic function. Thus, the sample project includes a subset of those 2 files, plus the UserControl... and a test harness screen that allows you to set the frame properties on the fly. For the current versions of this control, or other cool controls or code, hit my web page:                                                                                                          http://members.tripod.com/thefrogprince/                                                                                                          If you are not currently involved in the coding contest, I WOULD REALLY APPRECIATE YOU VOTING FOR MY CODE. Will only take a minute or two to make an account, and while it won't make me any money... =) it will encourage me to keep posting good quality code and controls like this one.

2002ASP #5172
A game of pong

I made this code for a friend to help him learn VB. Its a badic game of pong with 4 paddles with score and speed control. This teaches every basic command you will need to learn.

2002ASP #4460
ActiveX CDDB Control

This control has been reworked from the original by Michael L. Barker. It is now much more robust and has many more properties. It exposes all CD info (lengths/frames/offsets/number of tracks) and will connect to CDDB to grab album/genre/artist/track names. Enjoy! Thanks to Michael and whoever supplied the CCd.cls class.

2002ASP #456
Ado SQL & Database On The Fly

This code will dynamically create an Insert SQL query for a database. It also teaches some things like how to create a database and table though code, how to use the ADOX library, data formatting and etc...just look at the code, to much to write. Requires ADO 2.5 and was created with VB6 SP4. Not tested on anything else. Reasonably good commenting, should be easy to understand.

2002ASP #4747
_*Who said it had to be called msvbvm60.dll? under 1 SECOND FLAT FOR 20 MB !!!! VERSION 3*

This is is originally from Mark Withers . Mark Withers Mark Withers Mark Withers I do not want anyone to tell me I steal code. I just wanted to show Mark how to Update is code... I got it running under 1 second for a 20 Mb file... yes!!! under 1 second no, no API required... only pure VB optimization... I first calculated all FileLen and Len before the loop... this is THE optimisation that did all the thing then I used a buffer for looping through the file and I added null chars at the end of the dll name if it was too short, because in C++, strings ends with null chars I hope this helps you Mark Best regards, Jean-Philippe Leconte Senior programmer Win32/64 expert C++ / VB

2002ASP #935
Get IP Address from Tray (Update)

This is an update to my previous upload. This update now gets the information from NT/2000 machines as well as 95/98 machines. I have also included getting the MAC address from a network card. I have also added code to copy the items selected from the menu to the clipboard.

2002ASP #4136
Network Chat w/o mswinsck.ocx

This is a great chat program. It has many features such as background options, private messaging(only on NT(, ten chat windows, the coolest shutdown sequence ever, and some really cool sound effects! Also avaliable are many administrator options. In the main chat window press alt + a and type the password "scow". This code is made for networks, but works great without one. To setup the program either place the .exe in a place that can be accessed from any computer or set the variable thefullpath equal to a place that everbody can access(more info on this in code). I put a lot of work into this so *PLEASE VOTE*

2002ASP #5171
jeffMaskedEdit (enhanced vb masked edit control)

This control is my replacement for the standard VB masked edit control. It came about by my need to add a .Locked property to the masked edit control... and my utter disgust with the colors and performance of the masked edit controls available in the 3rd party libraries. For the most part, I was pleased with the performance of the MS masked edit control, but it needed some tweaking (in addition to the .Locked property). For starters, I needed an alignment property because I wanted to use the masked edit with numeric and money fields. Then, for the purpose of money fields, I wanted to be able to apply a .Format, and then programmatically block certain keystrokes (alpha characters, for instance). And referring to fields, yes, it had to be data bindable. I accomplished all of these things, while retaining the MS masked edit control at the heart of my user control. This preserved the flexibility that was generally lost in the 3rd party controls... and spared me from the much more difficult chore of trying (like other examples I have seen) to implement a masked edit control using a plain ol' text box. In my research, I came across several examples, and none had gone so far as to perfectly preserve the flexibility of the masked edit. Anyway, this user control adds the following properties to the standard masked edit control: .Alignment, .AutoSelectAll, .Locked, and .AllowedKeys (a clever and easy to enhance enum; check it out). For updates to this or other useful VB stuff, check my page:                                                                                                          http://members.tripod.com/thefrogprince/                                                                                                          If you are not currently involved in the coding contest, I WOULD REALLY APPRECIATE YOU VOTING FOR MY CODE. Will only take a minute or two to make an account, and while it won't make me any money... =) it will encourage me to keep posting good quality code and controls like this one.

2002ASP #3553
Convert INI Files to XML

Take your Desktop apps into this decade by using XML files for INI Files. This Module will translate or convert your exsisting INI files into XML. If you are interested in the source code to access elements in your XML Files in place of INI Values, let me know

2002ASP #123
Extract resources from an EXE (wow!)

This code lets you extract resources like version tables, icons, cursors, bitmaps etc.. View dll calls, dependencies, header information and much more! Please vote if you like the code. I know it isn't perfect.

2002ASP #4647
GetKeys 2.0

This logs texted that is typed. It is hidden from alt+ctrl Delete. It can be hidden to the toolbar as a icon. Or it can be totally hidden. If you like it leave comments or vote.

2002ASP #4845
Net Frank

To control a "friends" computer remotely. Instructions and FRANKINAL application included.

2002ASP #2504
Micro$oft X-BOX JOKE!!!!! *COOL*

This is an AWSOME code!!!! It really rocks!! it's the official X-BOX JOKE!!!!! :) hope you like it too....it's made by my top secret friend ;) Andreas Thilander

2002ASP #5176
Auto Run Registry Entry

If you have ever needed to have your program start at the same time as windows starts without putting the program into the start up menu but have been unable to figure out how to do it then just follow the following text.

2002ASP #792
AD&D Toolkit 1.50 (Updated Zip)

UPDATE: Added a compiled HTML Help File (.chm) I am sorry about the file size (1.9 MB) Has NPC Gen, PC DB with edit capabilities, and Dice Rolling. It also allows you to print the characters and their stats in an Access Report style. This is currently loosly based on AD&D 1st edition rules with player expansion modules. Whether you play AD&D or not, this code demonstrates the use of databases and accessing and changing multiple tables, printing reports, generating random numbers, generating random data that follows rules and constraints and working with MDI forms. It also shows how to maintain program settings via the registry and demonstrates a quick and easy way of creating a time-limited program. All and all, a lot of functions are gone over here. Look beyond the program function and focus on the code functions. == Changes == I commented the functions in this updated zip file. Changed the Report writer to use ODBC instead of Jet 4.0. Saved the database in Access97 format for those who do not have Office 2000. Fixed Path statements for Database in Program startup and in the Data Report connection string. Comments/Suggestions are welcome and encouraged.

Languages
Top Categories
Global Discovery