-
@#@
REAL Text
Sorry for the lack of code for the past 5 days... Anyhow I want to make it up to you guys so here is a really cool effect for those people who want to make a fancy splash screen. See screenshot!
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=47520&strZipAccessC ode=tp%2FR475206278
@#@
-
@#@
Real Assembler
This program illustrates the function of a assembler with limited error handling and debugging. It shows how different mnemonics are translated into computer codes. There is one instruction compiled for every assembly key word. This assembler is in initial stage and supports a few op codes. There are a few interesting examples included. The project is the result of hours of my work. So plz comment and vote even if it is 1 *. It will encourage me to prepare a full fledged compiler.
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=44762&strZipAccessC ode=tp%2FR447621041
@#@
-
@#@
ReadOutput v2.1 - New Look like DOS!
Just like the previous versions except with a much better DOS like environment! For new users, this grabs output of CLI programs like PING, NETSTAT, etc. Some changes were made but none to the control! 'NEW IN V2.1: ' -Nice more DOS like environment ' -Replaced TextBox with Rich Text Format Box (More then 65535 chars allowed) ' -Added support to the DOS 'CLS' command (Clear Screen) ' -Replaced output of DOS 'CD' command to be C:\ ' -Made it show default path as C:\> ' -Colors changed ' -Added KeyPress event so you can press ENTER instead of clicking Execute
http://www.planetsourcecode.com/Upload_PSC/ScreenShots/PIC200452215259904.JPG
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=53949&strZipAccessC ode=tp%2FR539498852
@#@
-
@#@
register ocx or dll 100
copy ocx or dll to windows\system32 then register using regsvr32 /s
http://www.planetsourcecode.com/Upload_PSC/ScreenShots/PIC20081023134079237.GIF
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=71280&strZipAccessC ode=tp%2Fr712807102
@#@
-
@#@
Register Dll and OCX with two line of code
it is simplest code ever to register your .ocx, .dll files.Just two line of code will does for you....
http://www.planetsourcecode.com/Upload_PSC/ScreenShots/PIC2009410149269722.JPG
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=71966&strZipAccessC ode=tp%2FR719662941
@#@
-
@#@
REDONDEAR, REDONDEO, ROUND
RUTINA PARA REDONDEAR CUALQUIER NUMERO A CENTESIMAS Y TAMBIEN PARA REDONDEAR <5 CENTECIMAS A CERO Y >5 SUMA 1 DECIMA, MANEJA SIGNO DE PESOS Y COMAS EN MILES, IDEAL PARA PROGRAMAS DE FACTURACION, CHEQUES, MONEDAS ETC.
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=69432&strZipAccessC ode=tp%2FR694327110
@#@
-
@#@
Recursive one folder down
This code will help you look into all files and folders 1 level deeper inside correct folder. this code will work with no forms, using 1 module as the start module, and returns a string of files and folders
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=71339&strZipAccessC ode=tp%2FR713398611
@#@
-
@#@
Recursive All Sub Folders to do some work (Upx for example)
if you need only 1 level deep file& folders recorsive, look planetsourcecode for my first "Recursive one folder down" project. This code will help you look into all files and folders all levels inside correct folder. this is done using recursive calls (Simple!) that grab files and folder's names and tries to get into deeper level in any existing folder. this code will work with no forms, using 1 module as the start module, and returns a string of files and folders
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=71340&strZipAccessC ode=tp%2FR713408711
@#@
-
@#@
record and play cursor position
Record and play your cursor position(using listbox!!!).
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=24973&strZipAccessC ode=tp%2Fr249739471
@#@
-
@#@
Remove TextBox Popup
This code does some useful things. First ,it replaces the default textbox context menu(the menu which pops up when u right click the textbox or press context menu key on the keyboard) with menu of ur choice. Secondly it shows how u can create ur own Edit Menu. Thirdly it shows how u can restrict user from pasting into textbox(it may be desired in some cases). Users can't paste into textbox by any means.I found some codes on the site where u could replace the textbox default popup menu but all failed when user pressed context menu key/application key on keyboard(the key immediate to Right Windows Key). I hope u find it of some use ;-).
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=56000&strZipAccessC ode=tp%2FR560009449
@#@