Results for "top"
Every time when you start an application, the application 'borrows' the memory. When you exit the application, it will sometimes 'forget' to 'return' the memory to the system. Thus, the free memory available on your system will be less until you reboot your system. To over come this problem, you need a program to optimize and recover the 'lost' memory. This code act like a program to optimize and recover lost memory. To create a program to optimize and recover lost memory, you only need 2 API. That is 'GlobalMemoryStatus' to get memory status and 'SetWindowPos' to set the window always on top. Comments are welcomed. Please vote for this code.
This app will put Some Holiday Light bulbs on you desk top and stay ontop of every Window. Although it is not all the way Finished it is a work in progress, I have only one Problem The size of the exe when compiled is way to big I would like any input or suggestion on how to make the program smaller. Please Vote if you like, Even 1 globe would be nice. Please leave as many Comments as possible. Thanks, Arcangel
How can I open a window which will always stay on top of all browser windows? Found at: http://www.irt.org
This code will help you organize your support content (Links, news flash, Top 10). This mimics the common Listbars that you will find in other Desktop application languages like VB. Since it uses standard HTML as it's content, the sky is the LIMIT when adding content. You can customize the Javascript Objects that I have started to really enhance these objects to be very powerful. I have added a Readme.htm file so that you can understand the parameters and the objects that I have created. Almost everything is customizable, color, font, background colors, images, you name it.... If you like them, throw a vote my way. Thanks
This is the Whitebyte-Toolbar. A rebuild of the Microsoft Toolbar which you can see at www.microsoft.com. But it can also be view in Netscape. I have tested it in Netscape 4.75 and it worked.To use this code you must enter the "menu.js" File. There you can change everything of this toolbar. Colors height, width, top, left (positions) Entries
This text spinns in the top right hand corner of your page.
I have made an entirely new version of this called PopMenu that I have posted on my site. You can click on the link provided at the top or type http://jimprog.cjb.net in your address bar.
This code will make it possible to open an url, in a window without titlebar. You can set the url,name,witdh, height, top end left of the window.
When I first started this project, I had a few problems. One of them was, "How in the heck do I, as a client that knows nobody on the network, find someone that is on the network?" I was dumbfounded, I wondered how KaZaA did it, as well as Gnutella and Overnet. I did a little research and found that they were very smart about it, it is not as complicated as one would think. Your KaZaA or whatever you download comes with a list of people already on the network! You load that file up and it tells you a few people to connect to, then you work you way from there, getting IP's from everyone you can possibly get. Every time you meet a new connection on the network, they tell you everyone they know, and you do likewise. My software is a very small implementation of this idea, however it can be expanded fairly eaily. So, let's get on to geting started with this application, so you can see how it really works. I have commented as best I can, and provided as much information as I could possibly provide off the top of my head to make this a learning experience and not some frustrating endeavor.
Manages TODO tags left in code for future improvements. It doesn't use and database for storing the tasks but rather than that, it uses comment lines that start with TODO: string. A ToDo tag will be a comment line beginning with 'todo:' string and followed by a decription of what remains to be done there. You can place such comment lines anywhere in the code and you can find them easily with this add-in. Example of such a line: 'todo: place the code for paste here (see the picture, it contains such lines of code and thw way they look in todo list). **** NEW in v1.4: -minor toolbar changes **** NEW in v1.3: -the number of tags is shown in add-in's window titlebar -toolbar can be aligned to the left or to the top (new option in options dialog) -the grid doesn't contain an empty line anymore -last column always took the entire grid space -reduced the flicker associated with grid refresh etc.
This code shows how to simply allow a user to interactively rotate an image in the manner that applications like MS word and adobe photoshop do (sort of). ' This code takes in to consideration three main concepts provided by other authors and ' extends their concepts together, namely ' Steve McMahon Vbaccelerator.com - His code for DIB Processing and Region Mapping is superb fast and without his site, many of us would still be stuck on our first application! Thanks Steve ' Zubuyer kaolin - His PsCode example on rotation (dial i believe) was used for most of the rotation logic, but was modified to handle the rotation point differently (top right as opposed to the center) ' Florian Egal - His excellent library found on PSCode is the best! If you do not have this file (FoxCBmp3.dl is included in the zip) you will need to do a search on planetsourcecode for florian egal or advanced graphics 3.3 on copy the file to your sys32 directory. '' If any one else sees any code that I did not mark as being theirs, please let me know and i will be happy to add their name. ''''Note, this code is not optimized....and is also a very small part of a much bigger project '''' so there is a lot of code in here that is not really needed for the sake of this example, but i am not ripping it out to due time restrictions '''' regardless, I though this was kinda neat so i thought i would share it with th vb community. '''' Obviously, there needs some work on the rotation logic, as it is a little quirky but , you know.....
This loads a nice skin over top of you running windows. I have taken a look at many simular programs, looked to see what had been done wrong, and ade it right on my program. This is very appealing to the eye. EVERYING WORKS! No external OCX or DLL files! Everything is included in the 1 source file! Includes Fade In/Out on forms, Transparency, Working taskbar, Bandwidth monitor, memory Monitor, MS AGENT helper, customizeable shortcuts, and so much more. Thyis is my test version. I only have windows XP so i was unable to test it on other platforms. It should work thought. I am open to any suggestions. This source is easily customizeable so feel free to creat your own. UPDATE: I got all the file uploaded in this zip file... I foyu want the MSAgent (animated helper) to work you will need to download this file: http://ocasd.usachoice.net/james.zip Extract the file to the projects directory (app.path for those who fidn that easier to understand) and it should work fine. If oyu do not when the project starts up you will receive and error on form3. To aviod this error without downloading the file from ftp://ocasd.usachoice.net/james.zip , just simply open up form 1, and remove the "load form3" command from the timer.
Poor Man's Paintshop, or MiniDraw, as it was called in school was a project that I did for my CS108 class freshman year. MiniDraw is a Java MDI vector graphics creation program that allows the loading of saving of images in XML and exports pictures to PGN format. As a drawing program, it's one of the most typical inheritence projects to do for a programming course. And as far as pathetic little Java draw programs go, this one is on the top of the heap. For more information on this specific project, visit http://www.stanford.edu/~jjshed/minidraw. For more programming information and free source code, both Java and otherwise, visit http://www.stanford.edu/~jjshed/coding
Removes Banner Ads that appear on top of free webhosted websites.
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...
I've coded many dynamic pages that needed the support of displaying data accross multiple pages. Whith this script, it will build a small navigation that you can display at the top and/or bottom of your results to navigate to the next page. It also supports the ability to only display pages within a specified range. (ie - if you have 1000 pages, it will only write links to 5 of the pages closest to the current page being viewed.)
Heres the first tutorial on how to manipulate the MasterX objects to create a 2d video game. Sorry about the formating and spelling and grammer, I didnt spell check was just typed off top of my head. :)
MasterString is a string api library thats is thought to sit on top of string.h. It provides intensive searchs, using c- style string manipulation, as well as C++ style using classes. Includes a base class for inheritance, and a higher level class, using it to show you how you can build your own string classes with it. Includes newer types of string manipulation like findstrloc which will actualy record every single instance of a specific string within a string into a structure. Theres a structure to convert strings into a series of arrays, for each line etc. Most users wont have a need for all these intensive algorithm's, but are VERY useful when writing your own scripting languages.
This is a code reponse, to a ask a pro posting. He needed help linking to wsock32.lib when creating a win32 application using platform SDK in visual C++ 6. This is a blank windows application that links to the winsock librarys. Just build your application right on top of this project source.
If the game gives you a Bgi error just IM me nit3shift. This is a game that i had to make for my last six weeks project for school. I am not done still couple of bugs to figure out. The objective to to move the ball with the arrow keys left and right. block go up and you must avoid them. If you hit the block u will go up with it and if you hit the top you die.