Advertisement

Results for "top"

Java_Volume1 #87650
A VB Collection

If you want your program to become very popular you must use all what is in the article. this Article contans Contents To read the content of the a list box to add a row in the ListView to remove an item from the listView to remove a selected item from the listview if there is more than a colomn on the listview and you want to add to To put more than one line in the MsgBox To create a directory to view a submenu on the form when you right click it to read a specific letter in a word in the text box to know the windows version to go to a new line use to make an object on the top of the taskbar To add a text to the listbox to open a message box MsgBox to declare an input dilog box To show the current date and time to show the date only to show the time only to take the value of a string to declare a random number to print to the defaut printer to connect the File viewer with the Directory Viewer to run a file to save to the registry to get from the registry to click a button by pressing enter to insert a picture in the button if you where wrighting a code and it was too long and you want to to make a word in the menu checked if you want to type date or time or both to make a declared variable limited The means How to use the case to make a form in the center if the screen to make a form full screen to know how many forms in the project to open files to use the winsock

Java_Volume1 #88479
cDropShadowBlt 1.1.1 (icons supported)

Simple rendering/painting class for 'drop-shadow' effect. Three methods: CreateFromStdPicture, CreateFromDC and Paint. Shadow options: opacity [0,100], xOffset [1+] and yOffset [1+]. // 5Kb. __________________________________________________ Added 'ShadowColor' option and slightly improved 'pvRenderDropShadow' routine (now maping DIB bits: no buffers and '1-pass' blurring). __________________________________________________ Icons supported. New generic method name: CreateFromHandle(). __________________________________________________ Fixed shadow left-top edges.

Java_Volume1 #88506
[ Best NavalBattle Game ]

This is the best Naval Battle game ever created. There are 6 different ships and two kind of weapons. You can play against an intelligent computer or a friend on the same PC. Or you can play with someone through LAN or Internet. Also it saves top 10 high scores for single player games. Lastly, it has some secrets waiting to be found. Please vote for it and dont forget to give feedback!

Java_Volume1 #88534
PSC Downloader 1.1

This little App is a enhancement of my former PSC Downloader (http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=27782&lngWId=1). What it does: 1) Let you drag and drop code projects from PSC to download sources and info about it. 2) Download sources into a directory of same name as the project (NEW). 3) Download project description. 4) Download project image (Enhanced). 5) Create internet Shortcut in download folder to project homepage at PSC (NEW). 6) Download zip-file. 7) Stays on top. 8) Easily to drag around on the screen.

Java_Volume1 #87896
VB API coding assistant (updated)

If you havent heard about it..the api assistant is your api best friend. The api assistant is a thin, unobtrussive strip that sits at the very top or very bottom of your screen (a full 22 pixels high). It is a library of close to 200 of the most common api calls. Here is how it works. Your working on your project..you realize you need the api call "SetWindowPos" Just click on that item (everthing in the api assistant is alphabetized for fast access), click back on your project and the api call is instantly pasted into your project..followed immediately by a window that contains all of the constants or types that that api call would need. Its a huge time saver. Other time saving features of the api assistant also include the skeleton coding of all the most common vb calls. for instance..click the vb functions menu item "select case", an input box asks you how many cases you want..you enter 4...click in your project and instantly a 4 case select case skeleton structure is typed into your project where you clicked. the VB API assistant also has a small, but, evergrowing menu list of functions to also assist you. And just in case this program doesnt give you a specific api solution for you, there is a menu of other api resources for you as well. sorry for the large screenshot movie (2mb) but i felt it was necessarry to communicate what the program does..you know..a picture and a thousand words

Java_Volume1 #87934
Excellent potential: Class to draw a calendar month onto a bitmap

************************************************* *** updated to correct day 1 positioning *** ************************************************* *** Updated to use dateserial as per comments *** ************************************************* * I will convert this to a wallpaper stamper * * real soon * ************************************************* Basically draw a formatted calendar month to a picturebox. All in a self contained class. Fancy having a batch app that when you start up your pc, it takes your wallpaper and sticks a calendar in the top right of your wallpaper! This is the class to base that on! I will write the whole thing, but in the meantime a fully functional class!

Java_Volume1 #88016
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

Java_Volume1 #88226
Listbox class ==> hot-tracking effect => horizontal scrollbars => add header => seperate tooltip fo

This is a listbox class that adds several great features to the standard listbox. (1) function draw_header:=This function draws an attractive header at the top of your listbox so it looks more like a listview control. The string you provide should be the text you want for your header, seperated by pipe ""|"" characters. The [container] parameter is the object the listbox is drawn on..ie the form or frame or picturebox (2) sub additems_with_tabs:="This sub allows you to additems to the listbox in such a manner that string ""string|string2|string3"" takes the pipe character and converts it to tabs" (3) sub horiz_scrollbars:="Allows you to add horizontal scrollbars to the listbox. If [scroll_width] is not supplied then the items in the list are scanned and if horizontal scrollbars are required, then it is added, making the listbox wide enouph to view the widest list entry. If [scroll_width] is supplied then you are manually adding them, the width based upon the value you supply for [scroll_width]." (4) function search:="Allows you to search for an item in the listbox. This acts like the autocomplete feature of browsers in that the search is case insensitive, and a partial match returns the index of the first listitem matching so a search of ""VIS"", for example, will return the index of ""visual basic"" entry in the listbox." (5)initialize_listbox:= "This must be the first method called and it sets reference to the listbox you will be referring to in this class." (6) sub hot_tracking (this one is real cool) "Calling this sub and setting [benable] to True makes your listbox have a ""hot-tracking"" effect in that moving your mouse over the listbox causes the item under your mouse to be hilighted" (7) sub individual_item_tooltips:="The tooltip for the listbox displays the contents of the listitem the mouse is over. Useful if the contents of listitems width exceed the width of the listbox itself" (8) sub tabstops:="Set tabstop points for the listbox. Specify in pixels..a value for each succeeding column" (9) sub add_many_items:="Enables you to add multiple items with one call. Each item to add is seperated by a comma."

Java_Volume1 #88593
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

Java_Volume1 #88783
Count Down Sticker - Date & Time

Count down counter for any date & time which will stick on window desktop. Featured dual language setting, English & German for this version. Allow always on top and side bounding.

Java_Volume1 #88846
Tab Order

Tab Order ia a Visual Basic Add-In that allows you to reorder each Control(s) Tab Order or Tab Indexes to your specifications. Several methods allow you to do this quickly and efficiently. By order of the controls Left position on the form. By order of the controls Top position on the form. By order of selection of controls. By order of individual incrementing tab index or decrementing tab index. This is a true add-in meaning it is run in the IDE. To run and setup see the Help file.

Java_Volume1 #88876
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 :)

Java_Volume1 #88384
VB API code assistant ]] the ultimate, invisible, visual basic buddy, by your side when U need him.

Whether your new to api programming and need that special tutorial "buddy" by your side or your an API pro and just are sick of the hassles of having to find, copy, and paste api declarations and their associated constants and types, then this program is for you. (also included with this download is my "RAM purge" program that allows you to instantly reclaim wasted ram) This program sits, as a tiny 20 pixel high menu strip on your desktop. You can place it at the very top of your screen or the very bottom, or anywhere in between..its never in the way because it is so small. This program, the VB API code assistant is basically a huge repository of the most commonly used and needed code, just a mouse click away. One click of a button and a procedure header is pasted in your project for you. Another click and the skeleton of an entire select case structure is pasted for you. Want to move a window without a titlebar but forget get how??..one mouse click away. The program also contains well over 100 of the most common api calls along with their constants and type. This program is similair to the well know API-guide..but it takes it to the next level. The screenshot shows all of the menus built into this tiny, thin interface.

Java_Volume1 #88466
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.

Java_Volume1 #88606
Clockster XP....Almost There

Updated 8 March. Added the ability to cycle through the menu options on the settings form using the enter key and the up/down arrow keys. Only works when at least one item has the focus which is always the case when the form loads. Also, removed X offset property and implemented Y offset so you can adjust the vertical position of the clock and Volume slider. Also added the ability to adjust the height of the Volume slider. Just didn't need the x property because the control automatically centers on the X axis. As for the Y axis, I wanted to give the user absolute control over placement so I added Carles P.V.'s updown control, with his permission of course, to allow the user to position the clock/slider where they want. They can even be reversed and you can put the slider on top and the clock on the bottom if you want. I also added sound and the tooltip when using the mousewheel to adjust the volume. Still implementing some validation and error handling so don't get too extreme with adjusting the volume slider's height. Also working on some bullet-proof error handling and the addition of date/day display. Keep the suggestions coming...

Java_Volume1 #88902
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)

Java_Volume1 #88916
Occupied Space Test

This is a test of an Occupied Space algorithm. It organizes objects (Pictureboxes, controls, etc.) on the screen in as little space as possible. The objects can be justified to the top, left, right, and bottom of the screen.

Java_Volume1 #89212
Pageballoon **DESKTOP TOY!!!**

This is PageBalloon (v 1.1.6), its your very own desktop toy, you can chuck as many balloons onto your desktop as you desire, they are all skin mapped with ex acquaintances of mine. Its a must see, and a good screensaver replacement. they can wrap around the screen to float off the top and come up from the bottom again, they can also be kept ontop at all times. I have improved the movement function a little to cut processing time and speed it up.so download the code, comment on the code, and vote the code!!!

Java_Volume1 #89242
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!

Java_Volume1 #89347
AppOnTop

How do I get my application on top?To make your window truly topmost, use the SetWindowPos API call

Languages
Top Categories
Global Discovery