Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #234452
multiplication of extra large integers

Calculation of the exact value 1000 factorial is nearly impossible by using traditional variables. This code multiplies extra large integers by using strings. 1000! is calculated in 10 seconds

7_2009-2012 #238270
Quick Launch

This is a Beautiful Quicklaunch than have 4 button and you can put any program on this buttons. you can put this quicklaunch on anywhere of your desktop.

7_2009-2012 #238516
Appointment Diary

Arrange appointments without conflicts

7_2009-2012 #236449
View Process (Vb Netstat)

By this application you can see all of the processes which open the port TCP/UDP, it is like Netstat program, you can see the Destination IP address and the its port number. But in this application you can stop the process, even send the process files to Recycle Bin. Besides that, this application can show the information of the all files which running too. So this is so usefull to make firewall application. And I have added the telnet server and Client in this application, so you can see the result in vbNetstat. So don’t forget vote me if you like this.

7_2009-2012 #238435
bArAhOnTa wOrDpAd 2006

this code is basicly a wordpad like software,, it shows a lot of usefull stuff on the use of the RichText Box tool, wich is by the way really usefull in these kind of programs,,,,,, SO PLEASE POST COMMENTS AND SEND ME FEEDBACKS coz this is my first upload :-)

7_2009-2012 #221002
Soundmaker

This little gadget creates, plays and optionally saves .wav files. You define duration, frequency and sound characteristics. Update vor visualisation. See screenshot for details. Download ist only 7 kB.

7_2009-2012 #224961
Slot Machine 2

This is Marc's Slot Machine, rewritten in DirectX, with added features like Holds and Reel Stop.

7_2009-2012 #238509
Adv TextBox

This is new Text Box. You can Select Propertics and Select Char, Decimal , Email Type of Data Esally. You add a ActiveX control; In a New Project Window . Add text Box on your Form . and Copy this code and Paste Code View. and in the end u create OCX from File Menu. after creating OCX u can Use Very esally.

7_2009-2012 #229788
SelfSub 2.1 updates and additions. Apr 13

What: the latest version of my subclassing components. Why: this update fixes DEP (Data Execution Prevention) issues on 64bit Windows and XP SP2 with NX/XD cpu support. Additionally, I’ve eliminated the public callback; here the self-sub callback is the final private method. Who: whilst this submission will mostly interest UserControl authors, the cSelfSub sample class, cShadow, should be of general appeal. SelfSub 2.1 Apr 13 Additions: general purpose callback thunks. Updates: see comments

7_2009-2012 #232060
PDF Stamp Utility

I hesitated a while before making this program public because it depends on a commercial ActiveX component. But since there isn't so much to find about PDF creation on this site, AND you can download a free trial version of this Activex component I decided to post it. This program adds a stationery stamp (or watermark) to a pdf file. The stamp is just another pdf file. A stationery pdf example is included. You can replace this with your own company's stationery, but if your going to use this for real then you have to purchase a license for the ActivePDF Toolkit component. The installation of the free Adobe Reader 7 is also required for this program to work (the Acropdf.dll is used in my program by the thumbnail window) So first get and install the trial from ActivePDF Toolkit http://www.activepdf.com. And secondly, have Acrobat Reader 7 installed. I think this utility is worth the effort. For example: you can use a pdf printer, lot's of them are out there for free, to print pdf's from any program and then use these pdf's as input files to background stamp with your company's stationery. And there's also a lot more you can do with the Activex component. A manual with al methods and properties for that is included when you install the components trial version. THE INPUT FILE YOU USE MUST HAVE A TRANSPARENT BACKGROUND. USE THE INPUT EXAMPLE IN THIS PROGRAM'S FOLDER IF YOU CAN'T FIND ONE. (when you print a pdf from Word or Excel the background is always transparent) A folder with two images and and a vbscript file to create a new stationery pdf page is also included in this example.

7_2009-2012 #235856
Get process memory usage

An example to get process memory usage. You can get *any* process's RAM usage and Page File usage (via exename) This project also includes some code to use more memory for demonstration like creating arrays, creating forms, loading files into memory and drawing pictures.

7_2009-2012 #233157
voice & webcam Chatting App.

Full Peer to peer chatting application with voice and webcam .

7_2009-2012 #236654
A_Basic_payroll_solution

Basic payroll solution...

7_2009-2012 #232074
consultorio medico

software for clinic medic

7_2009-2012 #222333
BigNum Calculator(Correction 1 Jul 2007))

BigNum Calculator by Robert Rayment. Does calculations on, up to, 1024 bit numbers (~310 dec & 256 hex digits). Operations on single numbers include shift left/right, roll left/right, Not, Factorial, Squared & Cubed. On two numbers - And, Or, Xor, Eqv, Imp, Div/Mod, Mul, Sub & Add. The full results can be displayed and saved to the clipboard or a file. All calculations are for positive integers only. Make sure to compile the program, particularly for large numbers. Machine code is used for some conversions to speed things up by a few seconds since they take much longer than calculations, principally for 4 digit factorials. For small numbers this has some educational value but very large numbers are just a curiosity, though apparently there is some use in encryption. Zip 27 KB. __________________________________________________ Update: Added view clipboard. __________________________________________________ Update2: Added permutations & combination. Div correction. __________________________________________________ Update3: Minor re-arrangements. __________________________________________________ Update 1st July 2007: Correct FullIntDivision routine.

7_2009-2012 #237129
Disable Ctrl - Alt - Del on NT/2K/XP

This article is designed to show you the nesscasary steps to disable all buttons in the 'Windows Security' Dialog included in all NT Based Systems.

7_2009-2012 #237902
Notepad using Rich Text Box

This diplays the entire capabilities of RTF, good for coders who would like to check the RTF's. Functions include..Fonts, Size, Indent, Bullets, Find & Replace, Undo, Redo etc etc...just check it out

7_2009-2012 #237672
ListView 2 Word (2003)

Just one click to get your ListView into a new Word Document.

7_2009-2012 #236364
A URLDownloadToFile Demo WITH PROGRESS bar/CANCEL Update: 18 May 2010

Updated 18 May 2010: The IBindStatusCallback events for URLDownloadToFile are in a class module for easier use/portability. The class now supports download progress bar(s) AND CANCEL with 5 extra events exposed. Now you can add progress bars to your downloads... and free your app from waiting while the file(s) download. I have included an easily modifiable download window to show the progress of your downloads while your app does something else (see the screen shot). It will do multiple downloads with progress. I give you my personal guarantee that you'll find nothing like this on PSC! I did not write this code for this purpose, but you could easily use this code to download a list of updated files (from the internet), then parse the file list and 'auto-update' the files on the local computer. I have also included a DeleteUrlCacheEntry routine from the Wininet api to force a 'fresh copy' download from the internet. Otherwise, URLDownloadToFile will often download a local copy of the requested file that is cached in IE. The project DOES need a type library (freely downloaded) and complete instructions are in the zip. The type lib. is NOT distributed with your app... needed parts are compiled into your project by VB. As is my want, there are more comments than code. If you just started writing VB code this morning, you can download this dude and have it running in 5 minutes AND you'll understand the whole process in 10 minutes! Semi-Guaranteed as usual! BE SURE TO READ THE READ_ME_FIRST.TXT File for instructions on how to get and install the FREE type library needed! Your most ardent admirer, CptnVic

7_2009-2012 #224565
Fractal Clouds and Landscape

This code uses the same algorithm (Iterative Square Subdivision) to create either clouds or landscapes. In addition, it could be used to create plasma fractals and 3D mountain landscapes. This is all done randomly, so each picture is unique. I have also added the capability to save the picture. I have added my version of the save routine using common dialog.

Languages
Top Categories
Global Discovery