Results for "Volume: 5_2007-2008"
This is a key board controled mouse program, it used the arrow keys to move (you can go up, down, left, right, and all diagonal directions)to left click press space, to right click press alt, to middle click / mouse wheel click press ctrl. this works very well. I hope you enjoy it! please leave me feed back and vote, thx! -LCSBSSRHXXX
This is a very basic but handy program that tells you the key down, key ascii, and getasynckeystate values for a key you press. enjoi! -LCSBSSRHXXX
API Viewer , list all Declare Functions Consts and types and show you how to search text in list very fast. this is my first project that i upload to PSC please vote if you think is good.
Popup Message box style like Office 2003 now in al XP themes (Blue, Silver, Olive. Look at screen shoot. Please vote for Code.
This code is application of Send/Receive SMS in PDU Format. A first thing before you understanding this code, maybe you find out about PDU Format in http://www.dreamfabric.com/sms/.I wish this code help you to learn about SMS PDU Format and vote me if you have a time.
This sample shows you how you can use Regularexpressions in your VB6 Projects via the Microsoft VBScript Regular Expressions 5.5 Library. With the code you get an example file to run 3 predefined regular expressions. Additionally you can load your own Textfiles and define own Regular Expressions to query against the Text. Matches are highlighted in red in the Richtextbox. Download this and much more VB6 and .NET Source at www.visualsoft-net.de
This program will clicks the Yes button on behalf of you, when Outlook's Security Guard opens prompt dialog saying that a program is trying to send an email with Outlook or access its address book. This had been tested for Outlook 2000 SP1+SR1 Outlook 2000 SP2 Outlook 2002 ByPassMSOutlook Written by Mohamad Rawey Chek Ani, Perlis, Malaysia [email protected] If you use this application then please mention me in your credits. Thanks and enjoy, Please also vote for me :-)
This is a simple method of scrolling text in a rich text box without using it's scrollbar. I made it for a project of mine where I needed a textbox that was disabled but still could scroll. So I came up with this. I'm not expecting any votes but please vote or leave comments if you want to.
I GUARANTEE this is the BEST custom scrollbar you will find here on PSC. Has 6 preset bevel profiles, 3 mouse states (Normal, Mouse Hover, and Mouse Down), and you may use pictures in place of each of them giving you endless possibilities. The code is not commented yet but I will get to it soon and reupload it when I'm done. But this code is VERY clean and easy to follow. Please vote, I worked very hard on this.
With protect 2004 you can choose to lock over 25 features of windows such as Display Properties, My Computer, Control Panel, selpol.msc (Local Security Policy) plus loads more. Also all your options are saved and you can Bar access to Protect 2004, not only this, it comes with a registration system so it can be sold. When something like Display properties is launched a custom form or message box can tell the user that Access is Denied. (Bugs fixed in Update 3) I AM ONLY 14 AND THIS TOOK ME A LONG TIME TO MAKE SO PLEASE VOTE AND LEAVE COMMENTS! THANX!!!
Read and edit the names and values of all the html controls (textboxes, buttons, lists, checkboxes) in all currently open Internet Explorer windows. Hope you find it useful.
Small and well documented program to show how to bring up a sprite over a background picture. It's also animated like a gif file. No problem to change background or sprites 'source picture'... Have fun
This is the 2nd installment of the DaBooda 2DEngine... the turbo edition has double the speed, as well as more functionality.. please feel free to download and try it out, and if you are further interested feel free to visit the DaBooda Turbo Project Site at http://dabooda.servegame.com/ and become a programmer or contributor of the DaBooda Turbo Enigne. Also located on site is the .dll, an extensive help file, as well as tutorials on using the engine. Again Enjoy... DaBooda out..
This is a simple program i call "Wheels Within Wheels". It run a thick black ring in circles, a thinner red ring around that one, a thinner blue ring around that one, and a very thin white ring around that. see the screenshot
myAnalyzer is a simple query analyzer that allows users to run SQL Statements to their mySQL database. This program does not use ADO but rather connects directly to mySQL through the DLL file included with mySQL (this through the help of some code borrowed from an individual mentioned inside the code). myAnalyzer also allows the user to save the sql query as well as print the query or it's results. The program has full search capabilities and can run multiple queries in one window or multiple queries through several databases in an MDI environment. I hope this benefits others out there as I wrote it to help me debug my SQL queries for my apps. You can connect to your mySQL server through a logon screen, or pass the information through to the exe from another application or command line.
Program that can "read minds." I saw a flash app that did this that impressed a lot of people, so I built my own version. Works off of a simple mathmatical relationship and a couple arrays.
Shows how to control the Windows Media Encoder SDK through Code, not like the other submissions on this Site through a Batch-File or something like that. Encodes a given Video-File by using a Profile from the Windows Media Encoder which you choose (or you can also create an ew Profile through the Profile Manager). NOTE THAT THIS REQUIRES THE WINDOWS MEDIA ENCODER 9 TO BE INSTALLED !!! This can be downloaded from the Microsoft-Website ! Credits go to Steve McMahon for his Progressbar, and two people whose names i cannot remember, for the "Progressbar Remaining Time" - Module and the Common Dialog API, so if you recognize your code, please post in the comments so I can give you your well deserved Credit !
Three self-drawn bevelled controls, no bitmaps used to create the full 3D effect. BUTTON control usable as command, option or check button. NUMERIC DISPLAY control with built-in interchangeable Base display, Display format, Angle Units and others, suitable for use as a calculator display. WHEEL control, this is a vast update of an ealier submission, may be used in place of scrollers, sliders, up-down control and progress-bar. This a beta version only, Property Pages have not yet been constructed and documentation needs to be expanded. Whether you like, dislike or hate this, please VOTE and reply with CONSTRUCTIVE comments.
This program is a complete 3D graphics engine. Excellent Learning Tool. It allows you to define your own 3D shapes in text files and load them. Once the shapes are loaded you may use transformations such as scaling, rotations and translation. There is a 3D view mode that shows an anaglyph of the shape. There is also perspective mode and much much more. Please Vote and ENJOY!!
This code will allow you to make your very own stdcall DLL files using Visual Basic. The DLLs that you create can be called from any programming language that supports stdcall DLLs. Just create or open a project with the functions that you want to export, choose the functions to export and click compile! Create your own DLLs that you can call from any programming language that supports stdcall dlls. Create your own API, share code between your programs, create a control panel applet, create an ISAPI application, the possibilities are endless! [This is the 2nd version of the code available at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=53476&lngWId=1]