Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #233391
Printer Custom Paper Size

Many of us may noticed , we can set custome paper size in printer properties in win98, then we can select it using printer.papersize=vbprpsuser but we cannot use this method in windows NT(Xp, 2000 etc). In that we can create a specified form in print server properties(Control Panel-> printers->File->Print Server). But many of us don't know how to select this form in vb printer object. Me too searched this for a long time i never found one in PSC. But i found one in microsoft KB Article. I modified the code. Now using this you can create A custom form , and it can be selected in the printer object. I think this is a very useful one

7_2009-2012 #238455
Wave Class - Easily read and write RIFF PCM WAVE format.

The purpose of this code is to provide an easy drop-in solution to reading and writing RIFF WAVE file formats. The clsWave class requires no external dependencies, and provides only the necessary functions for retrieving WAVE data, extended wave information, and writing WAVE files I had looked at several examples on Planet Source Code to do this, but many had flaws in them (one actually looped to find a fixed-position value in the header), were inefficient, or did not conform well to my own uses. As a result, I've spent the evening writing this class. It can read and write small wave files (~ 50K) within a millisecond or two on any modern computer. My main objective in writing this class was reusability, and I believe I have achieved that quite well. You simply open a file, retrieve the bytes directly in a byte array. To write a wave, you must only set the properties of the class and feed it a byte array (or, optionally specify the header parameters and leave the current instance's headed untouched). I have written this class to be about as efficient and quick as it can be, however if anyone notices something that can be improved (aside from the plotting - this was not the goal, only to demonstrate the class), please leave me a note. Currently only supports a static PCM format (44 byte header). Thanks to Robert's comment, I've learned there is alot more to the header than I assumed. The submission will be updated within a week or thereabouts to add support for all PCM variations - but I do not plan to handle things such as MP3 and other such formats, only PCM.

7_2009-2012 #238329
Ultimate Window Manager & Handler

Welcome to the Ultimate Windows Manager & Handler! With this application you can: ** minimize any window to tray, and get the owner's window icon ** ** hide/show any window ** ** make any window always on top ** ** close any window ** ** create your own custom array windows and hide/show them ** ** set any window caption to whatever you want ** ** window search ** ** window viewer with class info per process ** ** hide/show all windows in the system ** ** and many more ** Here you can find good examples on hot-keys,callbacks,enumerations of windows and processes(toolhelp),how to get the full path of another process,how to get the class name of window,many APIs for controlling windows. Here are the hotkeys: F7 button to minimize any window to tray, with the icon of his exe. F8 to hide the window on which the cursor is/or the foreground window (that depends on your selection (checkbox)). F9 to show all the windows hidden with F8 button. F10 to hide all windows in the array. F11 to hide/show me. F12 to set/unset any window, on which the cursor is/or the foreground window(that depends on your selection), to top. Any feedback,comments,questions and/or votes are greatly appreciated.

7_2009-2012 #224427
WordPuz (Updated)

Test your Brain with this nice Puzzle game.WordPuz shows you 6 letters. Now its your turn to find the possible words.Included: English and German Language Pack and Wordlist Tools to create your own Language Pack and Wordlists. Sept. 8.: Added Italian Language Pack.(Menu translation thru google) Sept. 9. Fixed 2 errors in Lng & Wordlist tools see comments.

7_2009-2012 #235994
Build Registration File and Serial Number

This program will generate a serial / registration number for programs that you develop. It also maintains a database of users and registration numbers. In addition, it writes and sends 'reg' files to your users via MS Outlook Express. Currently the database, PrgmRegistration.mdb,contains two tables; tblProgram1Reg and tblProgram2Reg. You can, and should change the names of these tables to the names of various software that you want to have your users register. If you have more than two programs to maintain,

7_2009-2012 #236645
Star on desktop

Drawing a star on desktop

7_2009-2012 #238645
Simple, yet usefull - CustomFrame - Choose From 3D, Inset, Outset, Flat, Multi-Color etc... Updated!

Relatively simple, yet usefull control. I made this control becuase I constantly found myself putting together lines to make a raised/sunken frame effect. So, I decided to make a frame that can be customized to my needs, and besides, I need to learn how to make controls. This control's properties can be changed at design time as well as run time. Chande 3D/Flat, BackGround, Caption, Solid-Colored, Multi-Colored, Raised, Sunken and customizable border width(1-3). Handles Click/MouseDown-Up-Move events, and can be easily made into a button, (if needed to be), let me know of any bugs, suggestions or comments becuase I am VERY new to building controls. ******Updated!, Can now be Opaque/Transparent. Changable at Design, authoring and run time... Thanks Anthony D for suggestion...

7_2009-2012 #220933
Lights Out (Update #1)

This was inspired by an earlier submission to PSC (whis seems to have disappeared when I looked for it again to give credit to the original author) and it will dim your monitor after a period of idleness or when you expicitely want it. It runs in the system tray and requires no measurable resources. ***Updated for smooth transition and TimeoutDisable. Try it, download is only 8.5 kB.

7_2009-2012 #228706
TJ's Webcam Input Thresholding Program

Get webcam input without using clipboard. Threshold webcam input according to variables, with several different thresholding functions provided. Track object. Motion detection. Control mouse cursor by waving object infront of webcam. Pretty much a nice template to be expanded into some cool, sophisticated and advanced program.

7_2009-2012 #236646
Icon Converter

a very simple code.. convert a bmp, jpg and gif file to icon file

7_2009-2012 #238331
Best google Search

this is the best google search youll ever see on pscode, credits go to NightQuest and sniper of irc.hackthissite.org channel #vb if we dont win an award for this ill never make another submission here again so please vote for this. we used regex and winsock to accomplish this.

7_2009-2012 #238332
irc bot

This is an ircbot that ive worked on for about 5 months now, it has alot to offer. !raw commands !google search !me, to much to list... please vote for this its taken me along time to make this

7_2009-2012 #234679
TreeBook Control

The TreeBook Control is designed to store information, (as example contacts). There is a picture storing feature available. It is possible to store practically any information. The data inside the viewing area has a tree-like structure.

7_2009-2012 #236749
Accurate MouseOver function

This is probably the most accurate MouseOver function that doesn't need a handle (hWnd) input. It gets the rectangle of the control on the screen in pixels by looking to the position of the parent form and the position of the control in the form. The code also checks if the form has got a menu bar. Anywayz, just check out the code :D

7_2009-2012 #225242
Mouscontrol the hWnd way

A control to get Mouse Over,Out,Middle Button & Wheel for any control with hWnd.

7_2009-2012 #224426
WordOver for Standard Textbox

Add WordOver function to Standard Textboxes (not to Richtext)

7_2009-2012 #238774
Auto Drawing

This is a fun stuff developed in VB6 which draws a image automatically.

7_2009-2012 #234590
IP Algoritme

This code can calculate the decimal number of an IP-Adres. You can use the number everywhere like http(s),ftp,proxy(s),and other! So if you don't want to give people an IP-Adres, just give them the decimal number!

7_2009-2012 #220934
Screensaver

Dafhi's four corner animation turned into a screensaver proper. Tested under WinXP only. Download is only 4.2 kB.

7_2009-2012 #236238
PC Info

PC Info, to get the hardware informations (HDD, Processors... and specially Memory modules) using WMI.(OS Systems: NT4 with WMI, 2K, XP)

Languages
Top Categories
Global Discovery