Advertisement

Results for "top"

6_2008-2009 #205409
Scolling Digits Utility

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.

6_2008-2009 #205095
Goodbye Crystal Reports, I mean it this time!

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.

6_2008-2009 #205302
Notepad X .. the final Updated Version .. now supports Drag Drop .. Get user .. Check it out!

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)

6_2008-2009 #205349
XP Fast Search

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.

6_2008-2009 #205679
URTB •UDMX HL RTB•

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*

6_2008-2009 #205754
Transparent Analog Clock

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.

6_2008-2009 #205913
XP Form Drop Shadow for All Platform (Added ScreenShot)

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.

6_2008-2009 #205985
[A Command Button with gradient filter (ActiveX Control)] UPDATED!

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)

6_2008-2009 #205986
[Analog onscreen clock with colored menu]

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

6_2008-2009 #205994
Poor Man's PaintShop

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

6_2008-2009 #205787
Find objects and label them in a thresholded image

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.

6_2008-2009 #206091
GPF Exception Handler

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.

6_2008-2009 #206127
msGenerator

This is a specialized precision generator that was asked from a friend of mine to be used with a Rife Machine (for cancer treatment). This is the very first version written over a weekend with the intention to refine it with saving a complete program with steps and several other ideas when time permits it. Only sine and square works in this version. You can set a beginning and ending frequency and how much time you need to span this range. Also you can add a fudge factor or wobbulation, extra amplitute modulation and optionaly a chopping modulation (to cool the Rife lamp and emulate original rife equipment). You can change the frequency manually with the thump switches or with the analogue frequency knob. I think the layout and what each button does is self explanatory. The wobbulation and Chopping are switched on/off with the green button on top of their respective frame. This is still very primitive but had to rush it out as functional without frills and whistles because my friend needed it yersterday. You can ofcourse use the generator and/or change the code to suit your needs. I share this code in hope that someone might find it useful and if researching the Rife effect even use it for their experiments. Take care, keep this site great for EVER and thanx for all the other contributors from who I stole :) a lot of code and ideas :)

6_2008-2009 #206249
Megalodon RPG Engine(Tile-Engine)

Basic 2D Top-Down RPG Engine. Not fastest or most efficient, but fairly simple to use. Read the Readme.txt for instructions on gameplay.

6_2008-2009 #206256
Titlebarless window

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.

6_2008-2009 #206598
Screen Magnifier =D

Its really simple - I think that it comes with windows (dunno which one), but its little form in the top of the screen that takes screen shots of the screen every millisecond and zooms in a few times. So I decided to make one myself :) only took about an hour, but i had to get the screen size right. Mine puts it in an image box and streches it a number of times, it is always ontop and in the system tray so you can hide and show it at anytime to save memory :) If you like this please please vote and leave feedback and suggestions, Thanks

6_2008-2009 #206651
CMousePointer.cls

Greatly simplifies mousepointer control, while at the same time avoiding unnecessary changes (less flicker), and uses DoEvents to assure that the displayed mousepointer changes in a timely manner. -- At the top of any Sub/Function in which you want to control the mousepointer: Dim oMp As CMousePointer -- and -- Set oMp = New CMousepointer -- This will remember the current mousepointer and set the mousepointer to vbHourglass. -- If you actually want to force to vbDefault, as in an error handling Sub/Function, or in cases where you want to set to vbHourglass conditionaly, add: oMp.Houglass = False -- or -- oMp.Value = vbDefault -- You can use the Hourglass or Value properties to change the mousepointer anywhere else in your Function. -- In the exit routine: Set oMp = Nothing -- This will reset the mousepointer to whatever it was on entering the Sub/Function

6_2008-2009 #206694
SQL Code Generator V2

Select a database and a table and receive the sintaxe SQL to: Add Field, Alter Field, Avg, Count, Create Index, Create IndexUnique, Delete, Distinct, DistinctRow, Drop Field, Drop Index, Drop Table, Group By, Having, In, Insert Into, Max, Min, Order By, Select, StDev, StDevP, Sum, Top, Update, Var or VarP.

6_2008-2009 #206696
SQL Code Generator in VB

To generate SQL code. Beginners programmer use only a click to generate code. Select a query: Insert Into, Select, Update, Delete, Alter Field, Add Field, Drop a Field. Include DLL (AddIn) to VB6. UPDATED: More Querys (Create Index, Top, Max,...) and a Add-In DLL.

6_2008-2009 #206823
ProjectX1 - Project First Public Release(Please Rate!)

This project contains alot of functions/subs created by T-Virus Creations. NOT commented but ready for use (Most of the stuff is explained at top of Module or Sub/Function. Please, don't forget to rate this!!

Languages
Top Categories
Global Discovery