Results for "top"
This text spinns in the top right hand corner of your page.
This is a Dot Matrix Label I made for a new program I am developing. It supports color gradients for on and off dots to give it that 3D look. Also uses smoothing to make it look even better. Dot height and width along with the space between dots is customizable. To top it all off, the control is already double buffered, so it will never flicker. This is a great example of drawing and using a data matrix. It redraws quickly. This is my first VB.NET control, so any comments or improvements would be greatly appreciated. Enjoy!
(Updated w/more Functions) The attached code will shape a window around a bitmap faster than anything else I've seen on any other site. A simple modification to the code (really optional parameters), can produce the desired results up to 4x faster! Surprised I haven't considered it before. This time the code is moved into a class that has many region-related functions. If the only reason you download is to strip out the RegionFromBitmap function, I think you will also appreciate learning about those other functions. Oh, why is this one faster; cause it uses a method none of the others do -- documented in the code. Patched: 18Nov/1430. SaveRegionToFile fixed, added 1 more ImportRegion option, cleaned-up code, made IsRegion public, & minor touch ups, more comments. 31Jan06/1800z: correct calc errors for rare cases in RegionFromBitmap() & minor tweaks throughout. 1Feb/0200z. Added many more region functions, added more examples in sample project, commented the code to death. History of changes at top of the class module. 2Feb/2130z: Added all remaining functions I can think of and even threw in a Region Collision routine. Short of bugs or bone-head errors, this class is done and now contains 99% of all known functions that actually create, destroy or modify regions.
Updated. Want a custom button usercontrol shell? I am re-thinking a custom button & this time thought I'd write a shell that I can reuse over & over again. The attached contains a primitive example of using the shell and also contains the shell in another subfolder you can copy to your VB template's folder so it shows up when you select to "Add a Custom Control" to your project. Just thought I'd share it. I will post fixes for any bugs, but will not customize it to a point where it is no longer generic. See top of usercontrol for change history. Recent changes 20 Feb 09: Added Value property, support for Default button property, changed order of rendering/events in UpdateState routine, minor tweaks of some other stuff.
An update to a previous submission of mine, this code includes a control panel (that doesn't print out) that will allow the user to increase or decrease the amount of space between their reports if my CSS page break does not work for some reason. This is a simple trick more than it is a revelation. Why you don't see more of this I don't know. Basically, I have included an example of how to use a recordset loop like you would use to display a table and a counter, some simple math and CSS to create reports that print beautifully without the need for Crystal or any other report plug-in. The basic premise is this: I wanted to print the report on 8 1/2 X 11 sheets of paper. I first tried to use the page break capabilities lauded in CSS but that did not work. Finally I found that the printable area of my report (vertically) was almost exactly 910 pixels on the screen so I impemented a counter and absolute positioning to make every layer on my report top at (counter(i)*910) + actual_position_on_first_page . Get it? Pretty easy I know, but have you ever seen it done before? There, I rest my case.
compact system monitor that monitors CPU usage (%), total free memory (%), and free physical memory (in MB and %) with API (NO DLL's). Also includes code for efficient "progress bars" that don't flicker, code to find the windows directory, make programs automatically run on startup, put your program on top of all, and use the registry to it's full extent. **Fixed bugs in drawing the blue and red bars!**AND it doesn't overwrite windows' sysmon.exe anymore (oops)**
This App. shows you how to use skinz in your applications, Open files for Append, Save and Load Data, Do Logging, Give forms a custom shape, Apply security to your applications, Allow forms to stay at top most, Drag a form without a titlebar, Read, Write, and Delete entries to an *.ini file, Have error handling in your app and much, much more. Great for a beginner to intermediate programmer. Please leave comments and/or suggestions.
Hi friends, this is an updated version of notepadx .. and probably the last version of the project that I hold close to my heat ... which I claimed to be the most closest clone to MIcrosoft(R) Notepad .. and now I can proudly say .. this is the best clone for Notepad ... Features: * Word Wrap (Font also changes as we swap ... a bug left in the first version) * Select Font (Pressing Cancel won't matter .. a bug left in the first version) * Write .LOG at the top of your file and when you reopen the file you will see the difference at the bottom of the file ( a feature that exists in Notepad ) ... pointed to me by John. Thanks friend. I have also included a file with .LOG for you to check out the feature .... * Drag DRop Files * Get user and Organization Name in About form. * Information about Total and Available Physical Memory in About Form. I hope you will like this and please vote for me ... Thanks for downloading my code .. I hope you enjoy this code as much as I enjoyed programming it. Biswajyoti Das (askbiswa@hotmail.com)
I wanted to have digits scroll bottom to top like an odometer and did this quicky during a particularly boring movie. The 10 digits, 0 to 9 scroll by endlessly with only the 10 digits defined. one line of code make it wrap back to 0 without visible break. Could be used to create a larger battery of scrolling digits. Silly little routine but might be useful for someone, some time.
Ever tried RTB[RichTextBox]? Didnt' fit your needs right? Didn't like the image resize? or maybe the OLEObject.add (or API paste) for inserting image? Hate writing replace functions? Have Undo & Redo function which don't function as you wish? I can go on like this for hours but why not see my Control for your self. If you've used my original RTB before and liked it then you would be happy to know that this one does 200% more things which that did. :'( I got a lot of hits (more than the top 3 UPLOAD) and I got only a little vote :(( Please vote... I would really appreciated if you take just a moment to vote Requirements: RichtextBox VB6 SP4 + SP5 *YOUR VOTES*
This is an enhancement of the Transparent Analog Clock by Jonathan Rossing. I took his code and made a bunch of changes. It is stay on top, you can move it by clicking anywhere on the clock, it only shows itself in the system tray (not in the task list nor the task bar). And it works like a real clock (the hour hand increments as the minutes do) It also uses a bitmap for the clock face (at this time the bitmap must be changed at desing time). And the code is streamlined. This is a good demo of how to make a transparent form that hides itself from the system and is moveable by clicking anywhere on the form.
This is a complete search program to rival that of windows. It compares file names, dates, sizes, and types with the added ability of searching Zip folders ! A nice user interface with not too many added bells and whistles but still enough to make it worth a download at least. I have lost all of the credits to the authors of some of the code I have used to create this, if you are one of those authors, please email me ASAP and I will add your name. If you don't like this code, vote that way, if you do, vote that way either ! Just please, leave all your honest opinions and votes ! This code also shows alot of interesting methods of doing simple tasks with both your form, windows, and your programming abilities. Examples such as how to put your form on top, Read and Write to the registry, enum registry keys, Sort arrays, Use ImageCombo, ListView's and ImageLists, Load Icons from files, compare file dates and sizes, Findfolder dialog with no ocx, Get Windows Special Folders, Read Zip file headers and much much more. KeyWords : File, Folder, Search, Class, Common, Array, Visual, Style, XP, ListView, ImageCombo, ImageList. Updated 14/08/03 : It was showing an error when you used the explorer menu bar entry for "Start Searching Here", that is now fixed.
This code finds objects in a thresholded image, labels them and reports their total number by using 4-connectedness labeling. The background is labeled as zero "0" and objects are labeled accordingly. The process is done by scanning the image top to bottom, left to right. The result is saved to a text file as digits representing the objects as labels; each digit in the text file represents a pixel of the image. To run the program first load an image by first choosing one from the combo box and then clicking the Load_Picture button, then to process the image click the Find_Objects button. This code was written by me and my friend Onur Seran, the reason we are posting it here, is that we needed this code for our project but could not find any similar code on internet, so we decided that if we write it our selves we are going to post it here, so that any one working on image processing can use it. We really hope it would be of any use to you.
Adds Drop shadow effect to top level window, works for all windows platform as long as msimg32.dll is available (It's included in Win98 and above). This project use some works from Vlad Vissoultchev, Paul Caton, and a modified routine from www.vbaccelerator.com. Comments and suggestions are welcome, and please vote if you like it. The screenshot by the way is for my next update, I'm trying to create DropShadow for Irregular Window shape. I'll upload it as soon as it completed.
Updated! Very nice command button (ActiveX control) with gradient filling. If client screen color depth is 256 colors or less – looks as regular command button. You can change caption-image order (position) from left to right or top to bottom. When created this control - used two algorithms from www.planet-source-code.com. Want to say personal thank you to: Rocky Clark (Gradient filter algorithm); Manuel Augusto Santos (Emboss filter algorithm). Please rate it! E-mail bugs to SergeyO70@HotMail.com. Feel free to use this control in your application (if you'd like to) as much as you want. If you'll modify it - please leave my name in the About box! Enjoy! PS: (Please rate it)
Analog onscreen clock. Has very nice menu. Stays always on a top. Remember last position. Colors have to options: one of 16 system colors or mode «Auto», which chooses black/white color, depend on background. ToolTip - current date. You can drag it werever you want on a screen and choose a size from 400px to 1000px. Please rate it. Report any bugs to SergeyO@MailCity.com
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
Tired of your favourite VB program crashing because of General Protection Faults? Bad subclassing code? Well... if any unhandled exceptions occur, your program will be able to cope, and even continue running. Please leave a line or two to let me know if this has been useful. Thanks. 10/12/02 - Updated: Now the module top level exception handler will raise the error via Err.Raise to allow VB to handle the error using On Error statements. GPFs can now be caught, just the same as any other error :) Thanks to those below who suggested this. Also, I added some more constants, to allow deriving of more information from the EXCEPTION_RECORD structure. This means more info for your user, which is always good.
Basic 2D Top-Down RPG Engine. Not fastest or most efficient, but fairly simple to use. Read the Readme.txt for instructions on gameplay.
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.