Results for "Volume: 2002VB"
The code on this submition is not the important thing, it is the idé. I have seen and made some coderepositorys, the problem is that i do not have the time to file in all the names,descriptions and so on. This code showes how you can use the existing filestructure where your code is currently placed. You can view the catalogs on one side and the files on the other. This way you can drag-and-drop files in to the vb-ide window. The program searches for a readme.txt file in each directory, and gives you a chance to write to it or make a new one.
This program connects to the telnet port of a remote machine, logs on and can be used to perform commands remotely. It's also a great example of how to build and use a class module. The class is built as an ActiveX DLL and linked into the test project using the _references_ item in the project menu. This is like making an ActiveX control but without all the overhead. The code is full of rem statements so that you can understand exactly what is happenning. It really couldn't be simpler.
This OCX shows all the NT user accounts and Groups for your domain. A must see!!!!
A class that allow you to simply add a progress bar (or any other control) to a status bar. The demo shows how to refresh the position of the control when the statsu bar resize. (No subclassing is required)
Its A big d/l (~370kb) but its worth it. This is just about a fully functional MP3 & CD player. It has a nice GUI and toon of options. Some of those options are: play,pause,stop,resume,repeat,random,playlist,save list,load list,and lots more. I will be updating ASAP to add some stuff like mp3 to wav wave to mp3 and possably a cd ripper. PS you can save and load winamp playlist. Now has save settings, and skinnable and much more!
This is a simple little app to show you how to get the current time (GMT) from the Internet and automatically set your PC clock.
WinHandler lets you manipulate the existing windows on your system. You can resize, move, change style and text, kill, copy, paste, undo etc. All by using Win32 API calls. It is a good demonstration (in my opinion) of Enumeration functions, SendMessage() and SetWindowPos()
This control (source in the zip) is for adding your program to the windows system tray. It will handle the right and left mouse clicks, tooltips and icons. Real easy to use. Not messy. Just compile or use the ocx that included in the zip Updated for Image changing in tray Vote if you like it
This class, written by James Boyd, is a logger/error handler that does many things: 1.) Displays errors to users when they occur 2.) Records the activities of the application as various subroutines get executed 3.) When a run-time error happens, it can fire off an e-mail to the developer, replete with routine name, error description, and even a dump of the app's execution stack at that point 4.) It can also maintain a text file which has the application's execution stack history There are two ways of using this error handling/logging class: 1.) Use it just for error trapping 2.) Use it also for logging the execution path of an application. Since it captures the exact occurrence of a logged activity down to the THOUSANDTH of a second, it can be extremely useful for performing performance/efficiency analysis on subroutines.
This is a clone of Dope Wars, it has many good features and is quite addictive. to download a version that you cannot now cheat in go to my website www.xarsoft.cjb.net
Makes sure office is installed and makes use of its spell checker. Very easy to implement.
I'm still new to creating ActiveX DLL. After downloading some DLL plugin samples from Planet-Source-Code i found that some of the codes need to register the DLL manually (that is typing "c:\windows\system\regsvr32.exe DLLFILENAME" in MS-DOS prompt) or an extra EXE is created for that purpose. Why not add an "Register DLL" option into context menu (the menu which pops up when you right click on any dll files with your mouse on right panel of Windows Explorer)?
This example shows how to use the DrawEdge API. I wrote this because I've seen a lot of people using line controls to produce this effect. DrawEdge is faster and easier to use.
This is a browser with a one week History Bar.
This is a collection of SECURE encryption algorithms (BLOWFISH, TWOFISH, SKIPJACK, TEA, GOST, RC4 and DES). This post contains highly optimized code, if a similar post already exist here on PSC this one is at least a couple of 1000x faster!! This is not like everybody else's "unbreakable" code, these are standardized encryption algorithms where the only possible way to crack it is by brute-force. DES is probably the least secure one (it took 22 hours for a supercomputer + 100,000 computers to crack it (distributed.net)). And that's the least secure one. ;)
Alpha24 is an assembler library providing highspeed alphatranslucency operations, for example lighting, shading and overlaying of images to VB developers. It's about as easy to use as VB PaintPicture, and comes with a fully documented sample application. It doesn't need any additional libraries like DirectX and will even run under NT. Get it now, its for free! Alpha24 will work with VB picture objects, GDI bitmaps or DirectX surfaces. It will run on any Pentium PC (the drawback of this is that it's not optimized for MMX), under 95, 98, 00 or even NT. The actual libary is about 16kB in size. Assembler sourcecode is provided and fully documented. I've tried to write it as much "VB-style" as possible, sparing many of the more advanced optimizations so that everyone can study it. IMPORTANT: Alpha24 will only run under 24-bit color mode!
Time Agent use microsoft agent, it can read anything what you write it say time each hour, and remind your meeting. Very beatiful screen with bubble button and bubble form (see screenshot)
This code will show you how to make your VB forms translucent, (or semi-transparent, like glass). The code also utilizes a skin. See the screen shot. If there are any questions, you can post them here or E-Mail me at [email protected].
Subclass you form to stop users from resizing below a certain limit! If you hate the generic two-liners "If Me.Height
Flashes a name across the desktop.