Results for "Category: Miscellaneous"
This sample code shows all the necessary steps in creating, modifying, and accessing an XML document using a DOMDocument. Please rate this code to let me know how useful it was to you.
Okie this is for all you AOL people. This is a module i have been putting together for a while now. When i was writing it i didnt write it with intention of giving it out, so its not commented. Begginers will not understand this code, but will be able to use it. Advanced people should be able to understand it, but i dont suggest messing with it because you can mess something up. I tested each function/sub and tried to make it as good as possible. Tell me what you think of it and dont forget to vote.
This program was UPDATED AS OF 9/16/2000! Every single last line is commented greatly!!! This is a cool unfinished app that I wrote around 3 months ago! This not only shows all of the INs and OUTs of PC Security programming, it also has a great Graphical User Interface and many cool effects. This is code is for making a program that keeps the users out until they sign in. It then creates a hidden System file which is only accessible through the Client Control Panel included in this package with Full source. All this and more packed down to less than half the original size!!! It is now 130Kb!!!! Great download, please vote if you like this submission. NOTE: My last version did not have a screenshot included and had some errors. It was also very big and barely commented, so that is why I deleted it and resubmitted
Ok, this source code is a compiler that compiles the D++ language into an execuatable. There are commands like input and output, deleting files, message boxes, playing wav sounds, etc. The output of it is based in its own console. I am in the process of developing winsck support and more of a visual program. The program now automaticly locate your system folder and your desktop. PageMac made this, i just revised it. Vote for me if you like this code! Version 2.0
Registers or unregisters DLL and OCX Files, but DOES NOT REQUIRE the standard RegSvr32.exe from Microsoft. All done through API. Program has a GUI, but also works with CommandLine parameters. Specify only a filename, and the program attempts to register this file. Specify /u and a filename, and the program attempts to unregister this file. This is an update from something I posted 5 months ago, the only new thing is the commandline option. The program also allows you to add or remove itself to or from the shell, by adding itself to the registry (so you can right-click on a DLL/OCX-File and select Register or Unregister). A Vote is appreciated, but not necessary, comments are always welcome.
this simpel program will shut down windows WITHOUT the use of any API in just 1 line of code....please vote for my code thanks -jason
Do you want to store MANY variables in one name? Try Arrays! This Tutorial will Teach you the basics of Creating Arrays! Including MultiDemensional Arrays!
Create all possible combinations of letters with this little recursion function...
Registers Your Own VB Programme so users can type in the serial code, name and walah! The've registered your programme. Great for trial versions and making money!
This project is an enhancement of another submission . This project displays advanced Win2K/XP style "balloons" and is based on CodeJack's enhancement Project(http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31523&lngWId=1). This version includes a command button within the balloon, using the LaVolpeButton control - which is included in the zip. When the button is to be displayed the textbox height changes so as not to over-run the button. The LaVolpeButton V3 project can be found here: (http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31479&lngWId=1) See the readme in the project for details from original author and notes about enhancements. ------ Clip from original submission ----- This code will show Windows 2000/XP-style popup balloons. They were introduced in Windows 2000, and in XP they're seen all over, especially in the system tray. But Microsoft hasn't released how to use them yet (except for tray icons),and--if they did--it would only work on Windows 2000 or later. This project shows you how you can use these balloons in your programs. Instead of relying on Windows to make them, this program makes its own. Therefore, it will not only work with Windows 2000 and XP, but also with all other versions of Windows (down to 95). ..... Original submission can be found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=31434&lngWId=1
This code will change the orientation of the output before rptName.Show is executed. This is only one line of code, but it will do what some of the others have done with 4 pages of code. Really!!!!!
This application shows you how to implement scrolling credits. There are two different demos: top to bottom and left to right. You can click on the credited individual to send him/her an e-mail.
Explores a VB project and displays the number of lines of code per object
This program demonstrates the use of Crystal Reports 7 in a VB application. The connection and data retrieval is made in the VB app and not with crystal reports.
This code demonstrates how to create a prompt driven program, similar to a dos console.
This code makes it possible to use function pointers (no, not OBJPtr) basic funciton pointers, in VB. It uses two API calls. Basically, it uses a window callback as the entry point for your new function, redirecting the window call to the function supplied. A little out of the norm, but a handy thing to have when callbacks to non-objects is needed. If you are attempting to call objects back, I recommend either the undocumented ObjPtr() or CallByName (when you know the name of the object function to call)
Its a DivX player, plays avi,mpeg, etc... Uses msdxm.ocx. I just wanted a slick, small player, cuz I hate the new mediaplayer(7) which consumes lotsa resources and is soooo slow. Didn't want to add the commondialog so you load a file by dropping it onto the form. Someone knows how to make ALL controls on a form sensitive to OLE-dropping? As it is, I have to watch each and every one for drops... Hope you like it, vote if you do. Been working on a pan and scan function but haven't figured it out yet...
It grabs the Dial-Up Networking passwords that are saved with the Save Password checkbox. Very easy to understand. Has a kool interface .
Determine the day of any date in history by knowing only 5 numbers! This is a coding implementation of the doomsday algorithm created by British mathematician John Conway. The method is clearly explained and includes several examples. With a little practice, you can determine the day of any date in history in your head in less than 20 seconds. May not always be very useful, but its a pretty slick trick.
I posted this code yesterday but I had comments on it and emails sent directly to me from my web site asking how to use it. Guess that is the problem when you only post the sub routine. So, here is the code again, but this time with a demo project. This uses the API to simulate the minimize effect you see of a form shrinking to the taskbar, but with this code you can shrink it to any place you want, like itself to show it imploding, or the tray, or to the mouse. KEYWORDS: FORM ANIMATION DRAWANIMATEDRECTS FOLD IMPLODE MOUSE TASKBAR EFFECT EFFECTS