Results for "Category: Miscellaneous"
Explanatory usage of these controls.
This is not my code. I read it on some website. This code retrieves info about Recyclebin ( number of items in the bin, size of these items). Here's the website address: http://math.msu.su/~vfnik/WinApi/index.html
You can only type numbers in this textbox. Make sure to make EXE file to see balloon tooltip.
This program will clicks the Yes button on behalf of you, when Outlook's Security Guard opens prompt dialog saying that a program is trying to send an email with Outlook or access its address book. This had been tested for Outlook 2000 SP1+SR1 Outlook 2000 SP2 Outlook 2002 ByPassMSOutlook Written by Mohamad Rawey Chek Ani, Perlis, Malaysia [email protected] If you use this application then please mention me in your credits. Thanks and enjoy, Please also vote for me :-)
This is a simple method of scrolling text in a rich text box without using it's scrollbar. I made it for a project of mine where I needed a textbox that was disabled but still could scroll. So I came up with this. I'm not expecting any votes but please vote or leave comments if you want to.
This code will allow you to make your very own stdcall DLL files using Visual Basic. The DLLs that you create can be called from any programming language that supports stdcall DLLs. Just create or open a project with the functions that you want to export, choose the functions to export and click compile! Create your own DLLs that you can call from any programming language that supports stdcall dlls. Create your own API, share code between your programs, create a control panel applet, create an ISAPI application, the possibilities are endless! [This is the 2nd version of the code available at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=53476&lngWId=1]
The use of Templates can dramatically reduce development time and time spent debugging. The repeated use of the same code means that over time, that code gets tested in many environments, and gets further refinement to produce robust code and bug free applications. This submission contains two small simple "Templates" that you are free to use. Using "ModCmnDlg.bas" means that you do not have to use MS Common Dialog Control (comdlg32.ocx) for the simple task of opening and saving files. Using "ModMRU.bas" enables the easy addition of recently used files to menus in a form. This can make your application easier for the user to use and gives a more professional feel to the application To those coders that have requested my Templates in the past - I am in the process of moving over to .NET and will release the more advanced ones over time, stay tuned !
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.
I got sick of looking up computer names for people in my company, so I built a GUI for 'Net Send'
A tank is attacking your desktop. It goes up, down, left, right and it shoots. It bounce back if it reaches your screen area limit. This is like a screen saver directly on your desktop. This code doesn't use a transparent form but it is transparent. Let me know your comments or suggestions. :)
This is just a simple quiz program, but with a difference. It has only 10 questions that are randomly selected out of 50, but it is timed so you have to rush! If you make a mistake you have to start again.
Never use DoEvents again. This is a standard C/C++ Message Pump. Compare each of these three methods against each other (including DoEvents) and watch your CPU usage. The code is pretty self-explanatory I think.
The attached code demonstrates an idea you can use to create real Win32 tooltips for windowless controls. The problem with Win32 tooltips is that you can attach it only to a control that provides the hwnd property returning the Win32 handle of the control. Some VB intrinsic controls such as Label do not have the hwnd property. The following trick allows you to create real Windows tooltips for these controls. To do it, simply determine the moment when the mouse pointer has entered the area occupied by the required control, and create a tooltip for the FORM that contains the control. You need to detach the created tooltip from the form when the mouse pointer has left the control area; you can do it in the Form_MouseMove method. The attached example shows how to create a multiline balloon tooltip for a Label control. Using this technique, you can create tooltips for any control that implements the MouseMove event (for instance, for Image control too).
This little program uses heapalloc, getprocessheap, and heapfree api functions to tell you all your ports (LTP,COM,etc.), what they do, and what type of port they are (See screenshot). It's nothing much, but I like it. :) Oh, and if you on a network, you can get the ports of other machines your connected to. Cool, huh? :)
This is something that hopefully will help someone who is looking for a fast way of getting some system environment settings.
This program can decompile almost any exe made on Visual Basic Version 6.0 and find all forms inside. Then it tells you the names and captions of the forms.
This program will amaze you, and give you the creaps! It can read your mind. You'll have to see it to believe it. No joke! Just start the program and do not touch anything. Just pay attention and be surprised...really creapy :-O
One very good Trojan Scanner
Updated! Now you can view other information about a Visual Basic exe, like Version, Description, Copyright and much more. Also, most bugs fixed. (Note - even though this doesn't actually decompile any code, if may in the future versions).
This is a remover for the known worm msblast. This is not a professional msblast remover so please do not criticise (bad) my work and do not compare it with other (pro) removers. Please feel free to leave comments, I really wanna know what you think about my work. Oh, and if you find this usefull please vote for it!