Advertisement

Results for "Category: Miscellaneous"

7_2009-2012 #224755
NextPad (Update)

Hello And Welcome Too NextPad,, Thanks For Downloading the Source Its Probably Not too great But hey !! Any way It has . -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- * Word wrap , * Clipboard Options , * Can Launch Another Editor If The File That Is Being attempted too be opened is too large , * has an Options dialog * can Be Used on the command Line and , * can Be the Default text Viewer for (*.TXT) Files...... * Set Font * AWESOME Text File Manager ( Text Files Can Be viewed On the FLY !!! , No need too use a commondialog ) * Find Dialog * AUTHENTIC windows core component Properties dialog , Strait From the windows API !!!! * Launch New instance , Through A menu or dialog * Has a Toolbar * Has A Clipboard Viewer , Editor * Full screen Mode * Recent File Menu * Undo Option Added * Option Too Alter NextPad's Thread Process Priority * Option For NextPad Not Too ask Too Launch External Editor , Just Launch it. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- THIS PROGRAM CRUSHES NOTEPAD IN ITS OPTIONS AND ABILITIES !!!!! If you like it Vote for me Otherwise You dont have too . Thanks; Developer : Jason - simeone age : 15 Hobbys : VB 5 Code Was Revised , Restructured ...............

7_2009-2012 #224756
NextPad (**New Version**)

Hello And Welcome Too NextPad,, Thanks For Feautures : -------------------------------------------------- * Word wrap , * Clipboard Options , * Can Launch Another Editor If The File That Is Being attempted too be opened is too large , * has an Options dialog * can Be Used on the command Line and , * can Be the Default text Viewer for (*.TXT) Files...... * Set Font * AWESOME Text File Manager ( Text Files Can Be viewed On the FLY !!! , No need too use a commondialog ) * Find Dialog * AUTHENTIC windows core component Properties dialog , Strait From the windows API !!!! * Launch New instance , Through A menu or dialog * Has a Toolbar * Has A Clipboard Viewer , Editor * Full screen Mode * Recent File Menu * Undo Option Added * Option Too Alter NextPad's Thread Process Priority * Option For NextPad Not Too ask Too Launch External Editor , Just Launch it. * Better Toolbar Now its A CoolBar * Better Launching of a New iNstance Because Now you can add command line parameters * NextPad Now Has An Option Too Remember Previous window Position And WindowState * You Can Now Set The Back Color ANd Forecolor Of the TextBoxes * Better Text File Manager -------------------------------------------------- THIS PROGRAM CRUSHES NOTEPAD IN ITS OPTIONS AND ABILITIES !!!!! If you like it Vote for me Otherwise You dont have too . Thanks; Developer : Jason - simeone age : 15 Hobbys : VB 5 Code Was Revised , Restructured ...............

7_2009-2012 #224757
TextPad ( NEW VERSION ***)

Hello And Welcome Too Text Pad,, Thanks For Downloading the Source Its Probably Not too great But hey !! Any way It has . -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- * Word wrap , * Clipboard Options , * Can Launch Another Editor If The File That Is Being attempted too be opened is too large , * has an Options dialog * can Be Used on the command Line and , * can Be the Default text Viewer for (*.TXT) Files...... * Set Font * AWESOME Text File Manager ( Text Files Can Be viewed On the FLY !!! , No need too use a commondialog ) * Find Dialog * AUTHENTIC windows core component Properties dialog , Strait From the windows API !!!! * Launch New instance , Through A menu or dialog * Has a Toolbar * Has A Clipboard Viewer , Editor * Full screen Mode * Recent File Menu -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- THIS PROGRAM CRUSHES NOTEPAD IN ITS OPTIONS AND ABILITIES !!!!! THIS PROGRAM IS BY FAR THE BEST ( TEXT NON RTF ) EDITOR ON PSC !!!!!!! If you like it Vote for me Otherwise You dont have too . Thanks; Developer : Jason - simeone age : 15 Hobbys : VB 5 BUGZ WERE FIXED IN THIS VERSION AND CODE WAS UPDATED !!!!!

7_2009-2012 #224758
NextPad *Awesome text editor* FIXED corrupt page

Features : Since Version The First Version To This Version * Word wrap , * Clipboard Options , * Can Launch Another Editor If The File That Is Being attempted too be opened is too large , * has an Options dialog * Can Be Used on the command Line and , * Can Be the Default text Viewer for (*.TXT) Files...... * Set Font * Find Dialog * AUTHENTIC windows core component Properties dialog , Strait From the windows API !!!! * Launch New instance , Through A menu or dialog * Has a Toolbar , COOLBAR * Has A Clipboard Viewer , Editor * Full screen Mode * Recent File Menu * Undo Option Added * Option Too Alter NextPad's Thread Process Priority * Option For NextPad Not Too ask Too Launch External Editor , Just Launch it. * Better Toolbar Now it's a CoolBar * Better Launching of a New instance Because Now you can add command line parameters * NextPad Now Has An Option Too Remember Previous window Position And Window state * You Can Now Set The Back Color And Forecolor Of the TextBoxes * Better Text File Manager * Able Too Move File * Ability too Choose open File Method , Binary , Input * Smart File Opening Which Is Smart Because it detects which File Method to open the file with * Windows Can Stay On Top * Ability Too Print Documents In NextPad Or The Text File Manager , In Color Or In Black And White * Replace Dialog * Text File Manager Has Options * Text File Manager Can Delete A File , Or Send it too the Recycle bin * Text File Manager Can Shell The Document Opening it with The Program associated with the file * Text File Manager Uses Smart File Opening * You Can Now Set The Font For The Text File Manager * NextPad Has A Tip Of The Day Dialog * NextPad has a file Browse Bar * AND SO MUCH MORE NOT LISTED !!! * Better recent files menu, no more limit etc... * Added favorites menu. * Fixed bug where you couldnt open files larger than 65k in Recent File and Organize Favorites dialogs. * Fixed bug that is activated when you click No to a message box asking you to open a file to large for NextPad to open, (only triggered when opening a file from the command line). * Made work around for bug where you couldnt set the clipboard text, while using the vb clipboard object when using the manifest file. * Existing features that have needed much improvement have been improved (allowing NextPad to work more efficently). * Existing code base has been improved. * Replace dialog has been improved including new replace functions such as make replacement uppercase, etc. * Fixed bug where if you had minimized the main window, then closed it with the "Remember previous window position" option on you could not see the main window the next time you started NextPad. * Added new "Insert" menu so you can now insert tab's and new line's into your documents, etc. * Added new "Make Selection" menu so you can now make the text you have selected inverted,uppercase,lowercase,etc. * Updated clipboard window. * Rename feature added allowing you to rename the file that is currently open. * Calculate size feature added allowing you to check the size of the document before you save it. * Refresh\Revert feature added allowing you to refresh the document currently open. * Manage clipboard dialog has taken the place of the two pointless ones. * Tip Of The Day dialog has been finally updated. * Main Toolbar has been revised again to look and feel better when in use. * Added insert at beginning of document and insert at end of document menu. * The BrowseBar has been improved nicely, its appearance has been altered slightly also. * Fixed bug that occured when you dragged a file from explorer onto NextPad's icon, then the file would not open. * Add Directory function added to the favorites dialog. Thanks If You Like It PLEASE Vote Otherwise PLEASE LEAVE YOUR SUGGESTIONS AND ANY CRITICISM YOU HAVE, PLEASE LEAVE COMMENTS !

7_2009-2012 #224770
A sample for .Net Remoting in Only 4 lines of Code

The attached file contains 2 Solutions, the first is the Remoting server, the Remoting server contains a Base Class, A Remote Object and a Console Server that registers and hosts the server class, the second Solution contains only the client. In basic terms the way it works is the Server Hosts the singleton Server object that inherits from the base class, the client does not have the server object and references only the base class, it connects to the server and calls a function in the server object which writes to the server. Let me know what you think, all the samples I have seen out there go into too much detail etc especially when you just want to know how to implement Remoting. Remember to fix the reference on the client to the base class

7_2009-2012 #224785
Create a NT User using a hidden command.com

Simply put, quickly add users to your local machine (NT/Win 2000). This code shows you how to create a user and set them as an Administrator. You can set nearly all the prefrences for adding a user... email me if you need help doing so!

7_2009-2012 #224803
Dear Planet Source Code Users

Please read. Ian likes this letter by me.

7_2009-2012 #224815
Basic Api Window

This is my first non mfc gui. It is well documented. Simply this program just gets a username and password. adds 2 to each character of the user name and compares it to the inputed password. then gives you a message as to whether it was correct,incorrect, etc...

7_2009-2012 #224826
Registration Shareware Lock

This is a simple example of how to use a persons hard drive serial number, encrypt it, and make a shareware type registration lock to secure a program. Comes with program lock and registration key maker examples.

7_2009-2012 #224842
Password Protected Program

This code password protects a program and has an example of it by protecting an OpenGL window. It can be used for protecting simple functions or actions also.

7_2009-2012 #224843
SC0255Trainer (Starcraft hack & class you can use!, back again because zip was corrupted)

"Open source, open mind..." I wrote this code a long time ago, but have only decided to submit it now. This code contains an easy-to-use class and procedure for creating hacks for games. All you would need to create your own would be the memory addresses of somethings in the game you wish to change, and then follow the formula that I have to complete the process. This example I have gives certain things for the Zerg race in starcraft, such as an instant upgrader and a Battle.net disconnector (which doesn't always work, and I stopped working on this project long ago). Try it out, and maybe it can help you create your own trainer.

7_2009-2012 #224872
Very cool Splashscreen effect

I think it is one of the coolest Splashscreens I have ever seen on PSC. Usefull for everyone who wants to have a professional looking gui for his apps. More effects comming soon. The speed is also adjustable.

7_2009-2012 #224874
ProgressXp (Standalone Usercontrol) Part 2

Takes Thorben Linneweber's old XP Progress control to the next level. You can now specify a height, background and bar color.

7_2009-2012 #224890
MultiClipboard

Multi-Clipboard is a small application that run in the systray, and it turns possible the use of up to 4 clipboards. In this version, it works with text only. To use: Copy Paste Ctrl+C+1 Ctrl+1+V Ctrl+C+2 Ctrl+2+V Ctrl+C+3 Ctrl+3+V Ctrl+C+4 Ctrl+4+V * Only using Control+C or Control+V, the application is ignored. sorry, this code is not commented. Enjoy

7_2009-2012 #224923
A gui for the Nullsoft Install System (NSIS)

this is a gui for the command line based nullsoft install system

7_2009-2012 #224930
Treeview MouseMove

When a user moves the mouse over a node in the treeview, the node is highlighted and the node text value can be passed. In the example, I pass the value to a text box.

7_2009-2012 #224932
A quick Example of how to stop a password unmasker from unmasking your password in your app

this is a quick example of how to stop a password from being unmasked in a textcontrol. i threw this together early today as i was looking for a was to stop such mischeif and hacks. hey do me a favor coment and vote please. also please help try and improve this for the rest of the vb community.

7_2009-2012 #224933
Print using mulitiple fonts

print a single line using two fonts

7_2009-2012 #224957
Hiding Processes

The object of this short tutorial is to demonstrate how processes can be hidden from the windows, its taskbar, and its task manager. It also contains my code to hide from the task manager on 9x machines without crashing when run on NT, or XP.

7_2009-2012 #224972
Treeview Auto Checking

This is a clean recusive set of functions that will check and uncheck parent and child nodes of a treeview If you click a node it will check/uncheck all parents and children of this node. These are Simple Recursive functions. Similar to a previous posting but simpler, cleaner and no API's.

Languages
Top Categories
Global Discovery