Advertisement

Results for "top"

7_2009-2012 #221061
Console. The Personal Organiser For Your PC

This is Console. The personal organiser for your PC. Features include: - Media Player capable of playing wavs, mp3s mpegs, avis and most other formats. - Notes section. - Memos. - Alarm capable of playing a sound or shutting down the computer. - Playlist editor/player with random option. - Quick access to registry, control panel, cd player and other Windows programs. - Net search option. On Yahoo or Astalavista. - Favourite directories feature, for quick access to 5 of your most frequently used directories - Favourite programs section. - Always on top feature. - Borderless form that is moveable. - System tray icon. - Volume control and mute option. Many thanks to the author of CTARS-PADD for the idea and some features!! This can also be found on Planet Source Code.

7_2009-2012 #221065
Data Reader (Updated)

Ever be in the middle of coding a program and you forgot the name of a field in your database? You had to open MS Access, find the database, open the table and get the name of the field. Then you had to go back to VB. Well this program gets rid of all that hassel. You start the program, open the database and it stays on top. It displays all of the fields and tables as well as field types and properties. It will also allow you to modify information in the database. No more going back and forth, just put it off to the side and all the info is right there. Check out a sleeker version of this software here http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=33286&lngWId=1.

7_2009-2012 #221067
DataFX2 (ADO Version!!!)

Do you hate trying to remember fields in your database? Do you wish you could view/modify your data on a mainframe using an access-like interface? Well now you can! DataFX2 allows you to open any ODBC data source and view the contents of the database. The fields will be displayed in a list from which you can drag and drop right into your code! Never have to remember or type those long field names again! Whats even better is that you can open a table and add, delete, and modify data in a simple access-like interface. And every window has the stay on top or fall behind feature which allows you to make a window always appear in front of other windows so you can view your field names and data while you are coding. On the datasheet, you can filter records using SQL. One of the nicest thing about this program is that it shows you how to prompt the user with the ODBC data source dialog window (I couldn't find this anywhere on PSC). The program also has the ability to open databases using either ADO OR DAO!!! The recent file list also keeps track of which databases or datasources you have recently opened so you can quickly open a frequently used datasource. The recent file menu shows which items are ADO or DAO. Another nice thing about this project is that its a good way for beginners to compare ADO to DAO because almost every line of ADO code has the DAO equivilent below it. The program is also commented and easy to read. Please leave comments and suggestions!

7_2009-2012 #221315
PSC Explorer - Add-In (v1.1.12)

This is an Add-In for Visual Basic 6 that allows you to Quickly See what has been newly submitted to PSC. It also allows you to search PSC Quickly and view the screenshots of the submissions if available. Also By double clicking the item you can navigate to PSC to read more about the code and download it. Add-In is Dockable in the VB6 IDE. - Fixed Minor Bug with Multiple worlds in search. - Added Stop, Refresh Functions. View Multiple pages From your search now. Changed the UI a little bit. Commented more parts of the code. Please leave your comments so I can Make this Add-In Better. - *** Now you can also download the Zip files form PSC by just clicking a button. *****New To Update (8/13/02)***** 1) View The Full Description of The Submission. 2) View Copy & Paste Code For easy access with VBIDE. 3) Quick Link to PSC - Launch PSC In your default browser so you can search and Vote for the Submissions. *******NEW to v1.1.9****** Now View the Top Code of the Month. Fixed some minor bugs with the search. Commented More of the Code. ***Still Allows you to*** 1) View Screen Shots 2) Download Zip File 3) Visit PSC Page of the Submission 4) Search PSC - With the same search options that PSC has. (Level, Type, Sort, Number per Page. 5) Get Newest Submission 6) Connect using a proxy server. 7) Give you access to the largest Source code site on the internet... Where you need it, When you need it.

7_2009-2012 #221320
Banner Rotator with Stats

This Banner Rotator stores The Image URLs, Links, Tracking URLs, Views, adn Clicks in a database. When the banner loads it update the views for that banner in the database. when a user clicks the banner it updates the clicks in the data base. On the stats page(type http:/yoururl/ad.asp?fadmin=True to get there.) you can sort banners by ID, Views Or Clicks. It displays 10 banner stats per page. A sample database is included. make sure you change the gblConnection String at the top of the asp file to the location of the database. Please post your comments/questions.

7_2009-2012 #221493
Window Size Restrictions

This code restrict the window size using a subclassing dll (Created by people from www.vbaccelerator.com). It consumes the WM_GETMINMAXINFO message. You can restrict the minimum and maximum tracking width and height. Also, you can restrict the maximized window left, top, height, width. I've wrote the code in a class for reuse.

7_2009-2012 #221694
Best AND easiest way to display an Animated GIF in ONE LINE OF CODE

OK well all know that the webbrowser control can display animated GIFs? But you really dont want to use that because of that ugly scrollbar on the side, or what about the top and left margins? This gets rid of those 3 annoying things. What you are doing in this is typing direct HTML into the webbrowser control, instead of directly pointing it to the image. With this you can set margins or scrollbar visability.

7_2009-2012 #221388
Complete Dynamic WebBrowser

This program, DragonBall Browser by name, is a complete webbrowser with most of the functions you would ever hope to find in one. From Print Preview to a Favorites Manager, this browser has everything. It uses the Microsoft provided WebBrowser control. Originally intended to be sold to www.pojo.com (hence the startup home page), this 'DragonBall Browser' has all the practical features. This program has many things to learn from it. First of all it demonstrates many web browser features, including some innovative ones - Saving pages as HTML files, printing, print preview, page setup, read from cache (less load time), write to cache (for reading later on), enable / disable popups (popular with advertisement sites), work online / offline, choosing interface font, saving / reading all these settings into a .ini file, favorites menu with save feature to .dbz files, visit home page, includes quick links to popular websites (additional ones can be added with ease), view source on a webpage, retrieve web page properties, navigate to sites (choose to open in a new window), refresh site (full refresh, standard refresh, or quick, expire refresh), stop, back, and forward. On top of these concepts, the user familiarizes himself with the WebBrowser controls, resizing window (and therefore control sizes), using the Toolbar and Imagelist controls, and using the status bar control.

7_2009-2012 #221528
NoteXpad 2.0

NoteXpad 2.0 is the completely rewritten descendant of the original, award winning NoteXpad program formerly posted on this site. NoteXpad 2.0 is a replacement for Notepad (The default text editor for Windows.) and takes advantage of new API calls only found in Windows 2000 and newer versions of Windows. (if you have Win9x/Me/NT4, forget about it) Features include (but not limited to): Transparency (adjustable from 100% opaque to 100% transparent), stay-on-top, UNICODE capable, and of course all the features of NoteXpad 1.0, as well as all the features of a standard text editor. Written in C++ using Win32 API. Please download it and give it a try, I promise you'll never go back to Notepad. Keywords: CreateFile, ReadFile, WriteFile, CreateWindow, Fonts, Font color, GDI, Win32, UNICODE, SetLayeredWindowAttributes, CreateDialog, DialogBox, OpenGL, Printing, Drag-n-Drop, GetOpenFileName, GetSaveFileName, ChooseColor, ChooseFont, ... NoteXpad website: http://ryan.ript.net/notexpad

7_2009-2012 #221647
Email address harvesting

Our support department handles roughly 300 emails a week that come into our mailbox in Outlook. Each details a problem of some sort and we respond with a resolution. In case there is a followup question, we've taken to creating a subfolder in outlook (by name of the company) and then just keep all the emails in that folder. From time to time, archive the old ones. As you can imagine, these tend to build up and if you don't keep on top of things, you might have a couple hundred of these to do. Of course, not everyone who emails us tells us their company so you have to figure out where they should be filed which takes additional time. Now, wouldn't it be nice if there was a program that could help us out? As it turns out, there is now. This is the program (called simply Initial.exe) that will start in a specific folder and then all the subfolders for all the stored emails. It then will update a SQL database using DAO with the first email address on the list and the name of the folder that it belongs to. This in itself could be handy for creating a mass mailing list perhaps of people who have ever emailed you. The ultimate use for this, of course, is to have a program that would take all the email from specific folder (this was the sent-items folder), find the email address of the sender, locate the correct folder name in the SQL database to file it under, then move it automatically. There is some built in help, it uses the Genie character (wanted to play around with that a bit). This program was put together pretty quickly so isn't the prettiest and it hard coded here & there for our specific needs but should be fairly readable. It demonstrates the MAPI function library, Outlook functions, DAO & SQL, and MS Character use. This could very easily be switched to using an Access DB (by changing the connection string) which is actually what I tested it with before going "live". If this is useful to you, vote for it or just drop me a line. I know it has saved my department a ton of time.

7_2009-2012 #221657
RepShell v 0.4

Here's RepShell v0.4 (about time or I will never reach v 1.0). For the first time its really usable for users with little computer knowledge. As always the Exe is included in the zip, all you need is the VB6 Runtime dlls. If you don't have this, I am planning a website for RepShell where you can also download the total setup package. But in the meantime you can download it from Microsoft. RECOMMENDED SCREEN RES : I developed RepShell in 1024*768, but actually there are no screen limits. If your screen res is to low, it looks crappy, but so does everthing else, including explorer. DUE TO ALL KINDS OF SMALL THINGS, NOT COMPATIBLE WITH WINNT/2000. I'LL TRY TO FIX THIS SOON AFTER CHANGING THE WALLPAPER FROM WINDOWS SCREEN PROPERTIES, PRESS F5 TO REFRESH DESKTOP. THE SPECIAL BALLOON TOOLTIP DOESN'T ALWAYS WORK IN THE EXECUTABLE. PLEASE RUN RunMeFirst.bat before trying to run RepShell. This is a batch file that registers the controls and dll used by RepShell. LOOP HOLE IF YOU GET STUCK: PRESS CTRL + SHIFT + Right Click the systray to start explorer. PLEASE READ THE COMMENTS.TXT FILE TO GET STARTED 'GET STARTED: Some hotkeys and functions RightClick My computer Icon to get a menu Right click desktop Key F5 to refresh desktop Ctrl+Alt+A : End the program Windows key + S : Show Start Menu on mouse position 'ONLY WORK IF REPSHELL IS DEFAULT SHELL Windows key + F : Show Favorites menu at mouse position Windows key + R : Show RunDialog 'END ONLY WORK IF REPSHELL IS DEFAULT SHELL Popupmenu button on keyboard can also be used You can use the arrowkeys for desktop icon navigation and menu nav Features: - Fully enabled taskbox with cool buttons - In systemmenus added option "Always On Top" to every window, which is automaticall detected Menu is only visible from RepShell Taskbox - Fully functional systemtray - Right-click my computer icon to show menu - Automatic drive recognition and listing - Direct access to all folders - Context menus for desktop items - Arrow navigation on desktop and in menus - Choose your own colors for menus - Very fast file searching - Ability to make RepShell default shell from the option form - Option form to change a lot of settings - Working desktop refreshing - Added item to context menu of desktopitems to rename them, this is not a standard windows function - Simple DUN functions - Connection info is shown in cool Balloon Tooltip Even if you don't like the program there's a lot you can learn from here. And I really mean a lot. It's up to you guys to fully test it. Please leave comments. Salihman w/ special thanks to Zorix

7_2009-2012 #221704
JackpoT(v3.1)

Get ready to have some fun.Jackpot is here now with 3 types of games and on top of that you can play JACKPOT alone or with your friend(2 player).I have used simon price source for changing the resolution.PLEASE VISIT www.gauravcreations.com for more programs

7_2009-2012 #221810
Create Random Control at Runtime

Create a label, commandbutton, frame, textbox, hscrollbar, listbox, picturbox, shape, dirlistbox, filelistbox, drivelistbox, vscrollbar, optionbutton, line, checkbox, image or combobox randomly with random height, width, top & left properties

7_2009-2012 #221818
TwinBeat Tiny Edition

This is a tool for displaying the .Beat, the internettime by swatch. Further it has a round shape and it stays on top. Really cool!

7_2009-2012 #221848
A Winzip style app (no comp.)

Similar to Winzip (without the compression tho) it complies many files into one file. double clicking on the basket icon (check screenshot) minimises and maximises the App (which is always on top) - You drag files to the basket or listview and it adds them to the list. You can then compile the list...A nice bonus, is that you can drag files from anywhere in explorer, add them to the list, and then drag them out of the list to copy it elsewhere. Please remember that this is a very early version of what this app will be able to do. I'm already half-way through a compression algorithm - and when i'm finished that, and other features, i'll submit - ver. 2. It also has some basic file association attached, to open the files with the app. I would really apprectiate comments and criticisms (and of course votes), to see if i'm on the right track. So please take the time? Any probs (i'm sure there will be) - darrynb@digitalmall.com >:) tnx everyone... P.S - Thanx to whoever wrote/submitted the assosiation Mod which i used...

7_2009-2012 #221991
Comuputer Locker

This program will lock your computer so that your data cannot be messed with. This program shows you how to do the foloowing: (1)Disable Ctrl-Alt-Del (Non-NT Windows), (2)Keep a form on top, (3)Basic File Input/Output, (4)Shutdown Windows (NT supported), (5)Use the TaskTray. There are other things as well, but this is the jist of it. Anyway, BEFORE YOU RUN THIS - MAKE SURE YOU LOOK AT THE CODE AND SEE HOW TO TURN IT OFF (Password, etc.)!!!

7_2009-2012 #222165
API Spyer

The API Spyer tracks any window that the mouse is over, giving info such as the window handle (hWnd), its class name, its text, etc. This program also allows you to change the text of a window, get its hDC and Window Rect, and change its enabled and visible states. The API Spyer also features self-immunity so that it will not track itself (so you can click on the command button to change the current window, for instance) and can be set to stay on top. Note: beware as to what windows you are hiding/disabling because you might not be able to show/enable them again (like the desktop windows).

7_2009-2012 #222211
Put menus on Skinned or Borderless forms!

Ever tried puting a menu on a form with a skin? It puts a title bar at the top. With my code you can put menus on forms that you don't want to have the regular title bars on. I used some code from PSC on my skins. This is really good code. Please give it a good rating and leave feedback.

7_2009-2012 #222277
MDI Split Plane

I have been able to find many Splitters that would split two areas on a single form, but what I needed was a Splitter in the way of being able to resize a control that was Right Aligned to an MDI Form - in this case, a PictureBox. This can easily be adapted to the Left, Top and Bottom. Check it out, it is worth trying. I am working towards making this into an ActiveX control once I have the logic nailed down. I'd appreciate any votes that you might feel like giving.

7_2009-2012 #222297
Translucency for Games

What this function does is paint a picture to another one, but with a nice translucency effect! Very cool if you want a small, quick function to use translucency in your games -- something that only the top games you buy had!

Languages
Top Categories
Global Discovery