Advertisement

Results for "top"

C_Volume2 #67763
waTrayAlert v1.2 + Help!

Finally the help file is included in the .ZIP file! Thanx to Amanda Miller, the WebMaster. Being inspired by Clint's vcTrayAlert Control at http://vcreations.net/product.asp?pid=34, I decided to write my very own control. This one has much more cababilities, and some advanced features for Win2000 or later: like the Transparency property and the fading animation. It is still very easy to use: check out the DEMO. It is also very versatile!: check out the Screen Shot ;). I have used a great gradient-drawing class that I found on PSC by Kath-Rock. I have invested alot of my spare time in this large project. It is made free but make sure to check out the license agreement and copyright info. All I'd like to ask you is your encouragement - IF you DO like my control or NOT then please VOTE. I'll be waiting for your feedbacks and emails. And, If you ever find a bug, email me about it. KEYWORDS: MSN Style Tray Alert Control, ActiveX Control, User Control, Play WAVE WAV File Resource, Always On Top, Top Most, Transparency, Transparent, Fade, Mask, Borders, Gradient, Error Handling.

C_Volume2 #68864
Stay on Top (Fixed)

I'm not sure sure if it's just my computer but, for some reason, my VB programs never stay on top of other windows all the time when I use the SetWindowPos API. This program still uses the SetWindowPos API but I added some stuff to make it work properly.

C_Volume2 #69057
Animated Window

Add special effect to your form when it is showing and hiding! 6 types of effects can be applied. They are roll left to right, roll right to left, roll top to bottom, roll bottom to top, expand window outward and fade window. This program shows how to add these fancy effects. Make sure you have Windows 2000 and later or Windows 98 and later running before running this program. The program is well commented and a tutorial is included. Your comments and votes is the way you repay me for my work.

C_Volume2 #69168
Desk Top Shooter

A desk top shooter game

C_Volume2 #69523
Move last top menu to the right

Dock the most right top menu to the right of a form. Check the screenshot.

C_Volume2 #69782
MP3 Property Page

This is an explorer property page shell extension which will allow you to edit mp3 tag properties. By adding an empty dialog and plopping a vb form on top you can handle all the programming in vb instead of c++. There is a .dll required that is available at http://www.programmersheaven.com/search/download.asp?FileID=38704. The propext.dll is essential since you cannot call a function pointer in vb.(that I'm aware of)It allows the adding of the empty dialog, on top of which the vb form is placed. This can of course be applied to any file extension. You can make your own custom property page. I have found many instances where an external .dll written in c++ can extend vb into an extremely robust language. Too bad they aren't allowed to be submitted for security reasons.

C_Volume2 #70353
Google Power 2

This version of Google Power has automatic top open browser detection for searching individual websites as well as the form staying on top when open.

C_Volume2 #70548
[ Form On Top ]

This will put your forms on top. Works good. It uses API calls to do this. Hope it helps you. Also Please visut my site, i got some video tutorials there about visual basic. http://www14.brinkster.com/computerteck/?p254

C_Volume2 #70875
Form On-Top

Whant to make your form on-top of of all other applications, well this is the code for you!

C_Volume2 #71533
Live Longer with this Program!!!

It has been proven that when you see a happy face, it also makes you smile or be happy as well, which is part of positive thinking and causes you to live longer. This program displays a yellow happy face on the screen, always on top of other windows. It moves to a different random location when you move the mouse over it. This code demonstrates how to make a window on top, move the form on the screen, and how to make certain parts of the form transparent. Good luck and be happy!

C_Volume2 #71896
Keep a form on top!

This code keeps a form on top of all other windows.

C_Volume2 #72057
Wintasks

This program does about anything you can think of: Shut down, restart, log off, connect/disconnect to internet, enumerate windows, create Veda designs, stay on top, montor cpu, tells length in windows, date, time, what mouse is over, disble/enable: screen saver ALT-CTL-DEL Taskbar Desktop Icons, empty recycling bin, auto mouse move, minimizes to windows tray, minimize all, change screen resolution, open CDRom drive, open every thing in control panel, copy files, rename files, run files, force on top, finds **** in textboxes, changes keys into ASCII #s, opens "find files", open winfiles, open explore, AND MUCH MUCH MORE!!! This is by far my best program uses TONS of API calls!!! Have Fun!

C_Volume2 #67959
[A++] The Enigma PRO Encryption Machine (updated!)

Here is the concept behind this representation of the Enigma Machine: The program uses virtual "wheels" that contain all of the printable characters on the keyboard. Think of the first wheel as the keyboard you are typing on. All of the wheels contain the same characters, but in a random, non-repeating order. Each time a character is pressed, the location of that character on the one wheel is used to as the index to lift the character off of the next wheel. Then the new character is searched for in the next wheel, and the pattern repeats itself across each wheel. The character lifted off of the final wheel is the output. This step is repeated for each character in the message. Decryption simply sends the message backwards through a similar, but reversed process. What really makes this encryption effective is that like the real life machine, the wheels rotate either to the left or right after each character. So the relationship between each character shifts constantly. As a result, even repeating characters such as "aaaaaaaaaaa" are represented with garbage such as "zkhfXSURMBe". Another great part about an encryption scheme like this is it's flexibility. You can add more wheels, more characters per wheel, change the order of the wheels, the directions the wheels spin, and change the starting position of each wheel. So, unless someone can figure out: 1) How many wheels are being used... 2) How many characters are on each wheel... 3) The order of the wheels... 4) The direction they spin... 5) The initial position of each wheel... 6) The order of the characters on each wheel... It would be virtually impossible to look at the encrypted characters and determine their relationship to one another. There are so many possibilities and combinations of the above criteria, it would have to be solved through brute force. I am no mathematician, so if anyone can tell me the possible combinations, I would appreciate it. When the Germans used this machine, it baffled the Allies, who frantically tried to break it with no success. It wasn't until a German U-Boat was forced to surface in a naval battle and was captured that the Allies got a huge break. An Enigma machine was captured along with a code book that showed the information needed to decrypt the messages. The U-Boat was scuttled and the crew was kept in a top secret location. The U-Boat was simply considered lost during battle and Germans continued the war not knowing the truth. When the war in the Atlantic turned for the worse, the Germans, who believed their code to be unbreakable, believed that there were spies in their top level officials. They never considered that the code was being decrypted through a captured machine, so as a result, they set up elaborate networks to try and find these "spies". Paranoia being what it was, many loyal German officers were tortured and murdered for treason, even though they had committed no such offense. This code is by no means complete. I will try and enhance it's speed and toughen it's encryption even further. I'll also try and build a better sample app with more features. If you find a problem or have a suggestion, I would love to hear it.

C_Volume2 #71423
Add Intellisense to your Scripting Language

This project shows how you can add an Intellisense List (like the one in VB where you type an object name, then a "DOT", and then a list pops up -- that's the Intellisense List). Designed to allow you to enter in YOUR SCRIPTING LANGUAGE COMMANDS AND OBJECTS quickly and easily (using an external text file). All efforts were made to make this act exactly as the one in VB does. Press TAB or ENTER to select an item in the list. Clicking TAB immediately automatically selects the first item in the list. You can begin typing the property name and the "closest match" will be highlighted as you type. Backspacing on your typed entry also does the same. Multiple "DOTS" (eg: me.text1.font.) works. Insertion of "DOT" characters in the middle of a string works. Location of intellisense box goes to where it can fit in view (bottom right, bottom left, top right, top left) depending on where your current cursor location is. This project Took me some time troubleshooting, so I hope some of you out there can use this. UPDATED ON AUGUST 9th! Fixed a few unhandled errors, added more comments to help you see what is happening, Wrapped Intellisense core functions into subs for easier include in your projcets, and added the ability for different styles of the Intellisense box (Office XP stlye, VB6 style, and a hybrid style) as many of you have requested.

C_Volume2 #71751
GrafxSuite (GUI Compoents)

(www.pezcore for more info & skins) It boasts features such as Resizing at Runtime by the user, Easy Skinning, Interactive Min/Max-Restore/Close buttons, Form Fitting and more! | New Features: | GraFxConsole (new) Icon in the top right hand corner (new) Move the form from the control (new) New graphics (not in screen shot) (new) 'Mould' support to make Control 'just' like the form! Real-time Resizing means the user can change the size of the control when and as they wish Interactive Buttons means you can create a completely fake form which has minimize, maximize & restore & close buttons with your own code. You can also enter your own commands for clicking, double clicking and so forth on the title bar Icon support means you can have an icon in the top right just like a normal form Easy skinning means you can take a JPG, BMP, GIF and edit it in Paint, and simple paint package to create your own skins Error Handling means that if there are any errors the user isn't interrupt and the control will load defaults rather than crash your program | GraFxButton Skinnable button with transparency (new) Autosize to Bitmap (new) Set Transparency colour (new) Set On, Over, Click, Disabled Bitmaps (new) Offset Caption & Picture (new) Set Highlight Colour/Picture | GraFxProgress Skinnable progress bar (new) Can be Bitmap or Colour (new) Min/Max/Value settings (new) Loading x% text & colour (new) Font Options (new) Event for 100% complete

C_Volume2 #72271
Make Form always on top without API !

It automatically makes your form on top until they close or end the program and it is all API free!

C_Volume2 #75670
A BETTER way to avoid Free Net Access Banners!!

This is an update to code I posted Yesterday. The sole purpose of this code is to allow you to use a free ISP, without the wasted desktop\browser space of ad banners. In the previous app the banner was hidden using Win API Functions. This worked except the banner ad people have hard coded there Banner Apps to stay on top at all times. Hence, the code to hide the banner had to be executed over and over again causing the "Hider" App to canstantly execute code. THis Method Minimizes the banner... THe banner will still be on top, but it will only be a title bar that you can position in the "White SPace" of the Browser toolbar. No adds will be displayed. YOu will not even know it's there.

C_Volume2 #75715
Monitor Mirror

Sitting at home on my computer with my back to the TV ... I thought it would be nice to be able to sort of keep up on what's happening on TV, so I whipped up this little monitor mirror. It stays on top and allows me to see the reflection of the TV. It's just a black form. Good lesson on keeping a form on top and retaining settings using the registry.

C_Volume2 #72940
Enhanced VB Forms (v2)

2 controls that vastly extend the cababilities of Visual basic. *** VBEventWindow - provides a simple subclassing control. Events: - ActiveApplicationChanged, fired when your app gains or loses user focus - LostCapture, fired when your app gains or loses the capture - KeyPressed, fired when any of the keys are pressed - LowMemory, fired when the system is running low on memory - Move, fired when the form is moved - VerticalScroll, HorizontalScroll, fired when the form scrollbars are set - WindowsSettingsChanged, WindowsINIChanged , fired when the windows environment settings are changed - NonClientMouseMove,NonClientMouseDown,NonClientMouseUp,NonClientDblClick, fired when a mouse event occurs in the non-client part of your form - MinMaxSize, fired when the OS wants to know what size to make your form either in response to a minimise/maximise command or when the user is dragging the resize box. - MouseOverMenu, fired when the mouse is over a top level menu - WindowMessageFired fired for all the other windows messages Methods: - InvalidateRect, Sets part of the form invalid to indicate that it needs to be repainted Properties: - ClassName, returns the windows class name fo the form - DeviceContext, returns the device contect of the form (for graphical operations) - HorizontalScrollbar, VerticalScrollbar, sets or unsets scrollbars on the form - TopMost sets the form to float over the top of other forms - Transparent, makes the formclient area invisible Use: In the form load... Private Sub Form_Load() Me.VBEventWindow.ParentForm = Me.hWnd End Sub *** VBSysTrayCtl - Provides a simple control to allow your application to use the SysTray Events: - MouseMove, Fired when the mouse moves over the tray icon - MouseDown, Fired when a mouse down event occurs over the tray icon - MouseUp, Fired when a mouse up event occurs over the tray icon - MouseDblClick, Fired when the user double clicks the Tray Icon Methods: - ShowIcon, displays the icon in the system tray area - Hideicon, removes the icon from the system tray area - Refresh, updates the icon displayed in the system tray area Properties: - Tooltip, the tip that is displayed if the user hovers the mouse over your systray icon Use: In the form load.... Private Sub Form_Load() Me.VBSysTrayCtl1.Tooltip = "Merrion Computing" Me.VBSysTrayCtl1.ShowIcon End Sub Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer) Me.VBSysTrayCtl1.Hideicon End Sub

C_Volume2 #74688
StayOnTop .. the Real One

'I developed this code because I have seen many people boasting that their code being 'the one that stays avove all of the other windows .. well I hae never found their 'claim to be true so I wrote this code .... in order to test my code just use any 'yes any stay on top form in the software world and I bet it won't fail ... what more 'it can be on top of even the menu items of the Windows start menu ... jus place the 'form around three inches above start menu and you see the menu items going behind it 'isn't this cool ... 'Just remember me Bis and askbiswa@hotmail.com .... I know now my mailbox is going to 'be flooded with mails for more cool and simple stuff like this .... well I promise 'once I get started I know I will never stop ... so write back soon ... if you like 'it

Languages
Top Categories
Global Discovery