Advertisement

Results for "top"

7_2009-2012 #235808
HowTo Use 32Bit Icons in ToolBar

This example shows you, how to use 32Bit Icons in a ToolBar. I also added the nice Windows XP Icons and Windows XP Style. If you remove the top of the code, you also must remove the 'XPManifest.res', else the App won't work. So, if you have any questions, please mail me at Zpage@gmx.net. I hope you enjoy my work, and please feel free to leave comments and to vote...

7_2009-2012 #235923
Draggable Objects (Windows, frames, ...) - Ver 2.0

This code shows how to create draggale objects (like windows or frames) in DHTML pages. This code has a few advantages over other code I saw here: * It disables selection of text while dragging (which is very annoying). * It puts the dragged window on top of all other windows / layers. * Multiple objects can be dragged with this code. * It will work even when moving the mouse very fast or very slow. (!) This code was only tested in IE. Post me if you want to make it compatible with other browsers...

7_2009-2012 #235228
Send To Location 1.0.3 (update 3)

Updated to demonstrate binary-embedded XP Manifest invocation. The SendToLocation utility is a emensely useful program that operates from, and inserts a shortcut to itself in your Windows Explorer SendTo folder. When you are copying or moving folders, you can simply select them within Windows Explorer, right-click, select Send To, and then choose the "Send To Location..." option. This utility emulates a wonderful utility that had been included in the now-defunct Miscrosoft Windows 95 Power Toys package (I think it had also been included in the Windows 98 Power Toys). When the SendToLocation program comes up, you are presented with a list of the files/folders you have selected to process. You are given an option to copy or move them. You can also browse to the target location, or choose from a combobox of previously selected destination locations (most recent to the top, and you can clear this history at any time with the Clear History button). You also have the option to send created shortcuts for the selected items at the destination location, such as the Desktop, a Desktop folder, or whatever you choose. If you are creating a shortcut for only a single file, you can change the default name of the shortcut to something more meaningful to you, such as replacing a default like "PrjMyCalc.exe" to "My Personal Calculator". Another option is to send the selected item or items as attachments in MAPI-based email (you can choose recipients from within the application, or from within your email program), and when you hit OK, it will open up you MAPI-based email application. I have used this utility in all its evolutionary forms on a daily basis since 1998. I thought it was about time I shared it with others. *** Version 1.0.1 added a check to ensure that someone is not trying to email a folder, which is seldome a recommended practice, and email programs do not like it. It will now recommend that you compress the folder to a ZIP file. *** Version 1.0.2 Added the ability to Drag and drop forgotten files onto the list, and the ability to select entries and delete them, if a file/folder was accidently added to the list. Added full-path tooltips when the mouse moves over a file/folder entry. Added option to include special system folders in Send To list, such as the Send To folder, the Desktop, the Startup menu, My Documents, and others. *** Version 1.0.3 demonstrates using an imbedded XP-Style Manifest from a Resource file (*.res). If you are upgrading from a previous version, please remove the SendToLocation.exe.Manifest file if it is present.

7_2009-2012 #235237
Advanced PSC Code Ticker

I have always wanted to do this. I wanted a way to format the code ticker myself in VB so I can do whatever with it. So this doesn't use the IE control it downloads the ASP page from the internet saves it to the HD and then parses it for code samples. I haven't seen anything on here that does the ticker like this hense the "Advanced" title. If I get good feedback I will most likely add features like: Alerts (This would make it possible to be notified with certain authors post code or even to notify when new code is posted) this can be done by a form that shows up and goes away after a bit. I think it is endless. I did notice that with the ASP page it is executed at the server so I get the HTML back and I am guessing that the ticker SQL code just grabs the top 9 code submissions. Of course I don't have the ability to query the DB so this is the best I could think of. Well please remember to vote and I hope you friendly PCS'ers think this is a good idea. Please comment. Have a great day.

7_2009-2012 #236152
Mouse scrolling

Vb's textbox will scroll up/down when you scroll with the mouse wheel, so will combo boxes. For those controls that cannot do this you need to add this functionality manually. The zip file includes a module for just this purpose and an example form (see screenshot) to show how to use it. The module recieves the mousescrolling event and then calls the mousemove event of the corresponding control. The code in the mousemove event sub must then check the module to see whether scrolling has indeed taken place, and if so in what direction. It can then respond by changing the .Top property or .TopRow property. This is particularly useful for MSFLEXGRID.

7_2009-2012 #236185
Mulit-Pop E-Mail Checker

SEE SCREENSHOT! A Multi-Pop E-Mail checker (With help from many people including Gh€ttoWarr!or, for his MSN Popupbox) Totally written in VB (No external OCX/DLL files other than a few standard MS controls). Complete with sound, notification, color, and timing options. With sysTray support as well as "Form On Top" capability.

7_2009-2012 #236220
Clock with nice GUI effects

GUI (Graphical User Interface), Always-On-Top forms, Transparency with specified color, Clock

7_2009-2012 #236429
Jigsaw game in VB.Net

To code a Jigsaw is a good way to learn about GDI+ image manipulation capabilities. In this case, the game presents shuffled pieces generated from an jpg/gif image that the user have to sort before the ballon reach the top. Vote & enjoy.

7_2009-2012 #236638
Lite PAd

Can read Vietnamese Litepad: read Vietnamese,find and replace,on top, sent to tray,bullet. change case,script...

7_2009-2012 #236875
A "layered" window (Pre-Alpha version!)

A transparent window which stays on the top of the desktop icons and allows you to click them. At the current stage you can only click/dblclick on the icons, but don't forget -- this is just the first version. In the next release you will be able to manipulate all windows in the sysem. Please vote for me if you like the code and its conception! :-))

7_2009-2012 #236899
A Real Clock

This is an analog clock. Its hands move like a battery-operated clock! You also have the option to show the second hand or not. You can minimize this application to the system tray as well! Other features include a swinging pendulum, hourly chime, and time synchronization with an atomic time server without using MSWINSCK.OCX (GUARANTEED ACCURACY)! Configurations include start-up on Windows start and setting the windows to be always on top. On load, the main form reshapes to the shape of the clock as you can see in the screenshot. It has ticks for easy time reading. If you like it, plz vote!!! :-P

7_2009-2012 #236907
a 2d car racing game

this is a 2d car racing game. u can play mp3 files as well... just copy ur mp3 files in the mp3 folder... the game is incomplete... actually im looking for suggestions as to what type of game should it be.. simple car racing, checkpoint racing, missions based.. etc... so give ur suggestions if u find this project interesting... also, if u provide me with some top down graphics that would be a gr8 help... anyways looking forward for ur comments and votes...

7_2009-2012 #237078
Space Shoot

An example of how even with just API calls and some simple math, you can have a lot going on in your game and create some neat effects. Sorry, not much for comments in the code. This example does not incorporate collision detection, but it's a starting point for further development. By the way, if you press "L" or "K" you can activate/de-activate a triple shot feature for the bottom ship ("B" or "N" for the top ship)

7_2009-2012 #236416
DragonQuest - Game

This is a game I wrote awhile back called DragonQuest. You basically are trying to fight your way to the top and become strong enough to defeat the dragon. Along the way you will visit: your home, weapon/armor/item shop, the trainer to advance your training, the forest to fight monsters and gain experience/gold and to search for the ever ellusive dragon. It uses SQL and all VB coding with an Access database. I know the graphics are horrible so please don't flame me over them. I commented where I could but there is a lot of repetitive code. All battles are performed with a dice-rolling competition (learn how to do random dice rolls and show the correct dice). If the players roll is higher than or equal to the monsters, he/she wins the attack. I hope someone learns something from this. Please comment and vote. I am thinking about upgrading this with DirectX and sounds but I don't know. I guess I'll see what kind of response I get here. Thank You

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 #236676
[BreakoutDX]

I think every would be indie game developer has to get a pong/breakout game out of their system.. this one is mine How to play: Click the left mouse button to fire the ball from the paddle twoards the rows of bricks. The object is to keep the ball in play by bouncing it off the paddle until all of the bricks are destroyed. When that happens the level is cleared, a bonus is awarded and a new row of bricks is presented. Capturing the ball: Once the blue meter below the score is full, chime is sounded and the ball can be retreived. To retreive the ball, click the left mouse button and the ball will turn blue and stick to the paddle. It is now ready to be re-fired. At any time you can hit the Esc key to exit the game. Extra ball awarded at 80,000 points. DirectX7 or better is required, along with a soundcard. Other features: Sound effects and shameless self promoting splashscreens (with beatz!) High score keeper. Known bugs: The paddle can move much faster than the ball, which will lead to possible collision issues if the side of the paddle hits the ball really fast. Misc: The ball must reunite with the paddle for the level to be cleared. So if a ball is lost after the last brick is destroyed, you'll need to re-fire. There's other features I wanted to add to this game, but other projects are taking up my time Features that come to mind are: Top 10 score list with name entry. Multiball Different block patterns. Probably more I'm forgetting

7_2009-2012 #236678
KlanScape Web Browser 2.1 - Instant Filtering (Popups, Content, Design) new GUI, see Project Comment

This is a complete web browser with powerful features that give you full control over any webpage. It has the ability to protect your privacy, detect content, and extract any element from the page. It can filter websites based on the content that it finds using one of four powerful filter options. You can edit web pages in real-time and edit any active element on it; including replacing, deleting, and modifying attribute such as color. For example, clicking on a text box (form) on the page, in real-time, you can change its border style, colors, fonts, ect. It’s the features of a WYSIWYG web page editor, except that you are still on the page and can use the page. The built-in text editor used for viewing source code has tools like Find String Between and Does String Exist. You can control Popup Windows ( Popups ) different ways including ‘Ask Me’, ‘Block’, and ‘Allow’. New windows can open in my program instead of Internet Explorer. Detect active cookies and SSL Certificates. Control Download and JavaScript windows and block download requests. My browser includes an Alert Bar which covers top of screen to display important messages when needed. The browser is full featured and has a complete tool bar and panel. The panel can be shown or hidden to give the browser more space. Extract all links on a page into a list, and also show each part of the site in neat categories (treeview) including Links, Elements, Buttons (Inputs), and Images. Filter pages using different methods, and perform an action based on what is found on the site. For example, if anywhere on the site you find “at least 18” you can block the site. You can add HTML to each page you are viewing so that you can make a totally customized filter. You can have it redirect to another page based on what is found in the site. Give it a try, and please vote. The theme shown is for clarity and isn’t included. If you wish to help support my hard time put into this program, find out how you can show your thanks at the project’s official homepage http://www.klansoft.com/klanscape. I hope it helps you learn and be sure to provide me with comments on how I can make it better. Please vote if you like it! The screen shot isn’t included to save download time, so you may right-click it and save it or get it from the project official homepage. [WARNING] THIS PROJECT IS COPYRIGHTED AND YOU MUST READ AND AGREE TO ALL INCLUDED TEXT FILES AND DOCUMENTATION. YOU MAY NOT USE ANY PART OF THIS SOURCE CODE, PROJECT, OR IDEAS WITHOUT PRIOR WRITTEN PERMISSION FROM JOSHUA DOUCETTE, THE AUTHOR OF THIS PROGRAM.

7_2009-2012 #237122
Log Reader

This is user to read very huge log files (no size limit). Usually developers or DBA wants to view few last lines from huge log files produced at production servers and it is not feasible to read them in notepad or any other windows based program.This utility is used to read huge log files either from bottom or from top.This is very fast and user friendly utility and very useful for DBA or programers to read very large files.

7_2009-2012 #237146
New FAST Gradient Example - 3 different directions!

Creates a gradient background (VERY FAST). and much cleaner than the screenshot (crappy jpgs). Can do up to 3 different directions! left to right, top to bottom, and diagonal. Please give me aosme feedback on this n vote plz :)

7_2009-2012 #236717
Per-Pixel Alpha-Blended Clock

You may have seen other programs on the internet that offer programs with alpha-blended forms. An example would be Konfabulator, DesktopX, ObjectDock, just to name a few. What you may not have known is that you, too, can create great alpha blended forms easily using "layered windows". If you search PSC for "layered windows", you will find (besides this) a few programs that have transparent colors or that let you make an entire form one set amount of translucency. However, just being able to choose between making your entire form slightly translucent, or making one color transparent is rather limiting. What if you want to make a form that has a particular section partially translucent? What if you want to have your form anit-aliased on the edges? What about window shadows that fade away as they fall farther from the form? Now, with the included class, you can do this all and more. I built a fully functional clock application just as an example. First, I designed a few PNG files for the diferent faces of the clock. Since PNG files store alpha information, I created shadows and partially translucent parts in the PNG. Basically, at runtime, "hands" are drawn onto the image to complete the clock once every second. You can drag the clock around and even set it to stay on top of all windows. I wrote this with Visual Basic .NET 2005 Express. If you still have 2003 or below, you can download Visual Basic .NET 2005 Express for free from the MSDN site. I don't think the code will work on anything below 2005.

Languages
Top Categories
Global Discovery