Results for "top"
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.
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 :)
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.
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
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
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.
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.
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!!
This program combines the ability to chat with the added ability to share an unlimited number of text files with an unlimited number of people. This enables several developers to work on several files for one project - or even one file - at the same time. Updates: Shows youor IP to give to clients Shows line numbers Load/save files User enter/exit notice in chat Better naming for working files Auto-Connect when starting server How to use: It should be pretty simple, but here's some instruction anyways. 1. Pick a host. Whoever is hosting needs to click the 'Start Server' button. You will be automatically connected. Give your ip to the clients. (WhatIsMyIp.com) 2. Clients will punch in the servers ip address and click connect. This will pop-up the chat window. 3. In the chat window, you have several fields. The top right area is for regular chatting. You can talk to everyone connected to the server. The left side shows all files currently being worked on. You can click on one of these files at anytime to load the current update on the file. Be sure to include a working file name when updating a file. 4. To start your own file or update a file, type a working file name and put in whatever file or text that you want to. When you have made an update you want others to see, click "Update" and all clients will have that file available to them. Any questions/comments, please send a message/email to ajcis55@yahoo.com (or ajcis55 on YIM), or leave comments in PSC. Thanks for voting!
It's basically a game about a US soldier in Afganistan fighting taliban and you must complete mission objectives to pass the levels. It's like Duke Nukem 1 but doesn't use DirectX instead Bitblt, Very slow FPS on PIII 200Mhz unless compiled with certain settings, read the top of form1 to see how to compile it this way (Professional Edition Required). Please VOTE for it and leave comments. NOTE: This code isn't learning material, more of a demostration to a non-DirectX Platform Game. Read the help form or click help to get the game's key commands.
I'm 14 and this is my science fair project :: The One-Click Doctor is a self-diagnostic medical program that can identify which of the top 5 common childhood illnesses a child has based on symptoms exhibited. NOTE: You may have to copy the JOKERMAN font to the Fonts directory in the Windows folder.
As you move your mouse pointer over top of a listbox this code will return the index and select the item underneath it.
Search 12 of the top VB source code sites at the same time with a fully tabbed interface. Now don't get me wrong this code is nothing fancy but it does the job, it works & looks good ! I am even uploading this submission with it ! LOL
IM Messiah is a fully working MSN Messenger bot. This Bot contains functions that are only found in professional MSN Bots; such as an AI Bot(called Bob) that users can add to, 5 Games including Othello, performs Google searches and returns top results, A selection of Jokes and Quotes and links to other sites. For the Moderators and Admin's of the bot you can perform announcements, ban users, alter the bots status and Name... If even thats not enough you can even flood or crash peoples MSN Messengers using it. And all people have to do is add it to their MSN Contacts list to use the bot, easy... Look at the screenshot of what the bot looks like while being used in Messenger. Please Vote or leave a comment on what can be improved [Updated 20/01/04 - Includes More Commands,Fixed some of the bugs, Better Layout and Hopefully easier to Use]