Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #238885
Trap the mouse

I just want to give some informative idea on how to trap a mouse with out using a cat. Using API

7_2009-2012 #220284
Local Security Policy Management

Manage local security policy (LSA) user's rights privileges. This code is not mine but it helps me to make an login validation on windows 2000. It's the only one code in the internet that explain the use of these api http://www.xephon.com/cgi-bin/xephon3/licence/getcode.cgi?pubfile=November.1999&datafile=W030A02. You must have an administrator account to use this code.

7_2009-2012 #238888
Change to landscape or Portrait

This code lets you select the printer orientation you desire. It is good for generating reports. I used this in most of my projects and it work just fine.

7_2009-2012 #238889
Code to Connect another computer on LAN

This article demonstrates how to programmatically create and remove network connections by using Windows API functions. The following example will add a connection to a network share and will disconnect from the same share.

7_2009-2012 #235035
Analog Alarm Clock

This is a simple Analog Alarm Clock using the MS Agent Control. There is some advanced coding to make the clock hands working, and to make the form shaped correctly. Has to be seen.

7_2009-2012 #238581
VB6 Code View/Edit

It enables the loading of One, several or ALL code modules (.frm .bas .ctl .cls) into a treeview where you can expand or collapes modules, procedures and blocks of code - like explorer does but VB6 does not do. Code can be edited inserted or deleted. It provides a avariety of colours fonts sizes etx.

7_2009-2012 #238893
Serial Key Generator

This code generate serial key from your computer depend on your hard Drive and this key stored in Database and Registry

7_2009-2012 #237221
GUI with MSHTML

Make Nice Gui with Web Browser control with Help of MSHTML and res protocol..

7_2009-2012 #236604
Data CD Writer

This creates ISO9660 file system images and optionally burns them on CD-R(W) (2 projects). FlamedLib is still pretty buggy, so I decided to rewrite the ISO9660 class. Now it should be a lot faster and also a lot safer. /// 1. After downloading, open ISO9660\prjISOImageWriter.vbp. If VB can't find something, add a reference to typelibs\OleGuids3.tlb. Now the project should load. /// 2. Add some files or directories (you can also explore the right click menus...), when you're finished with your image, click on the picture on the top left and chose "Create ISO Image". You shouldn't add big files to the image as this would take some time to copy it to the image. /// 3. Open Burn\prjISO.vbp. If you're on a Win 9x/Me machine, you must have installed an ASPI layer (preferably the one from Adaptec, probably already installed), if you're using any newer Windows version, make sure you got Administrator priviledges, else you need a working ASPI layer (quite a hard task on Win XP). Chose your CD writer and the ISO image to write to the CD-R(W), and click "Write image". The write speed is defined as 8x, but you can easily change it in the source (if you got the guts) /////////////////// This project uses the generic commands specified by the T10 technical comittee, all drives produced after 2000/2001 should be compatible. If not, there won't be any damage (maybe your CD-R will be unusable afterwards).

7_2009-2012 #237576
Disktest PRO

UPDATED. The update resolves overflow error with read/write/verify all on. Disktest PRO is a program to analyze, repair or modify 3.5" Double Sided High Density floppy disks on first floppy drive (A:). You can test floppy disks, search for bad sectors, repair bad sectors, format, quick format, recover data on bad sectors, make backups, mark/unmark bad sectors, erase data without using files, test floppy disk speed on reading. Data, when recovered, is 100% reliable. More than 3 pass testing is made to recover bad sectors. You can also format individual parts of the disk even with bad sectors on system area. All tasks can be viewed in an interface that lets the user see what is going on and where on the disk. All disk sectors are visible but more views are available. From the same author as Fast Graphics Filters and Floorplan Designer.

7_2009-2012 #223731
Real Jigsaw

with Rotation and Zoom features. Requires Windows XP.

7_2009-2012 #229757
Geo Sun Times 2

Geo Sun Times allows you to get your sunrise and sunset times each day by using your zip code to look up your geographical location in a database. The database file its self is to large to post here at PSC so you can download it from my website here: http://www.tas-independent-programming.com/cgi-bin/download.pl?file=zipcodes-csv-10-Aug-2004.zip This is an extended front end to compliment ahmed elsheshtawy's submission at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=65314&lngWId=1 .

7_2009-2012 #230897
Ribbon 2007

(UPDATED 19-Dec-2006) "Ribbon 2007" is a copy of the Ribbon Bar from office 2007. Created using as base the Full project "Office 2007 Ribbon" (http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=66698&lngWId=1). THIS ISN´T THE SAME PROJECT! This is only a Ribbon Bar. This version is Finished! With 3 Themes, Black, Blue and Silver. This bersion hasn´t flicker problem that "Office 2007 Ribbon" have. "Ribbon 2007" don´t substitute "Office 2007 Ribbon", because this is a ribbon only, and the full version is on work, the full version have all of this version and Form Skin, MainMenu, ToolbarMenu, Customize Menu, Status Bar, and more... For frequently update on "Office 2007 Ribbon", visit original post link above.

7_2009-2012 #236600
Plugin Framework

This class finds and loads plugins, you just specify the interface the plugins have to implement. //// How it works: You create a new ActiveX DLL, add a class to it, and enter all the properties and functions your plugins have to implement (you design the plugin interface). After compiling, you create a plugin (again an ActiveX DLL) which implements ('Implements' keyword) the interface, and add some code to it. After compiling this DLL you tell the Plugin Framework which interface your plugins implement and let it search for it. The Framework will look in the directory you specified, register all DLLs and if one of the classes in a DLL implements the plugin interface, the Framework will return it to you. No need for CreateObject anymore. /// How to get this demo working: Compile the plugins in the "plugins" directory, and place the DLLs there. Then simply run "Projekt1.vbp", but make sure you referenced the typelib in the "typelib" directory.

7_2009-2012 #218486
Real-time Image Levels (input/output/midtone) - Just Like Photoshop!

This is the first of its kind in VB: accurate, real-time image level adjustment. (This will be very familiar to any PhotoShop users among us :) Image Levels provide better control over an image's luminance than strict brightness/contrast methods (since they tend to distribute an image's histogram more equally). Adjusting an image using input/output/midtone levels is mainly used to brighten or darken an image without losing detail at either end of the luminance spectrum. I've included simple histogram drawing code (as the screenshot shows) so that you can see the effects that adjusting input/output/midtone levels has on an image's histogram. The code is well-commented and fast - please post comments and enjoy!

7_2009-2012 #229758
Lunar Calculator 2.1

This is a complete rework of chosen_reject's original submission at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=58642&lngWId=1 and implementation of D.W.'s MoonPhase.bas at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=29000&lngWId=1 This program is capable of calculating moon phase and other information for any date thrown at it. The only possible limitations is the limits of Microsoft's calendar control. Their is plenty of room for more customizations. If you like it please don't forget to vote.

7_2009-2012 #235958
Enhanced Text Control 1.02

This is an enhancment of the usercontrol submitted by Priyank Modi at http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=64582&lngWId=1 With permission from the original author, I modified it and reposted for your use. Hope you like the enhancements. A vote will be appreciated while comments will be most welcome. Thanks and God Bless! Enhancements in this version: * Fixed the conflict of the previous version with the Left$ and Right$ functions * Numeric input type now accepts only one decimal point * Added the multiliner property * Added the control over the groove color * Added disabled state and colors for -> Backcolor -> Border Color -> Border Pattern -> Groove I suggest compiling it into an ocx for better performance. God Bless!!

7_2009-2012 #235959
Enhanced Combobox Control

This is an enhancment version of the combobox found in visual basic. A complimentary control to Priyank Modi's Enhanced Text Control. Built-in features and added GUI control are the highlights of this control. Hope you like it. I will appreciate it if you could vote for it and I will appreciate it more if you could give comments / suggestions on it. For more details and instructions just read the included ReadMe text file.

7_2009-2012 #236975
MobileDb

Custom DataBase Engine Class Pure VB DataBase in one file. Tables, Fields, Rows, FieldTypes ... Without any DLL, OCX and other.

7_2009-2012 #236601
DirectSound Stream

An apporach on how to do audio streaming with DirectSound. Supports WAV (+ ACM Codecs), MP3 and WMA. For MP3 and WMA, you need to have WMP >= 9, the WMF SDK >= v9 (Google), or the WMF Redistributable ("wmfdist.exe", Google). Buffer system is pretty stable. I guess this is pretty close to Winamp's playback method.

Languages
Top Categories
Global Discovery