Results for "Category: Miscellaneous"
It's a look like a tool bar but wen you drag it to the corners of your screen its become bigger like windows office toolbars. See the screenshoot and tell me your comments/feedbacks.
Simple password manager which stores your web/ftp/online accounts, etc. Poorly commented, sorry :/ Demonstrates lots of simple functions, great for beginners.
Simple code to display tooltips displaying the text, regardless of length, of an msflexgrid cell. Tooltips are displayed when the mousepointer passes over any cell.
dails phone numbers to detect a carrier, great for looking for tollfree internet dailup numbers or other computers that pick up the phone. Can also send files over connection.
Really great code for MOVING CONTROLS AT RUNTIME. This means that the client can customize the interface of your program at runtime. Really nice touch to your program. If you like it and think it is useful, vote for it, if not, email me at [email protected] and give me some constructive critisism! Thank you =) Armen Shimoon
An update to my code on how to move controls at runtime. With version 0.2, the program saves all the settings to the registry, so that the next time a user opens the application, the settings will be restored. PLEASE VOTE IF YOU LIKE IT Armen Shimoon
It gives you possibility using all existing clipboard formats in VB. It is designed as ActiveX Control so you can use it in ASPs as well. Standard implementation of: - plain text - rich text format But also: - Biff5 - OEM text - DIF - UNICODETEXT - SYLK (The most powerfull) - CSV
Lately I've seen some posts for editing ini files that involve opening the ini file directly as a text file, looping line by line thru the file until locating the line desired and then altering that line. There is a much easier and more reliable way using the Windows API. This class module makes that easy. It also shows the proper way to handle errors that happen in a class module by raising custom error codes to be handled by the application that using using the class.
Prints the content of ListView control (report view).
Positions the Mousecursor over a control. Similar to other routine(s) which move the cursor to the control with the Focus. However, this method is much simpler and is resolution independent, so it doesn't need tweaking at different resolutions.
This is a nice crystal report tutorial...which guides u to use crystal report in Visual Basic..It's short...
At times I need to redim a multi-dimension array by adding an extra row or rows, and keep the arrays contents. In VB you can only change the size of the last dimension in a multi-dimension array, this is ok if you want to only add columns. If you want to add a row to a multi-dimension array you can’t redim it and preserve the array’s data. To get around this problem I have created a process to do this for me. Just copy the contents of the multi-dimension array to another exact copy, multi-dimension temp array. Then redim the original array’s row up by one, and then copy the temp array back to the original. Now the original multi-dimension array still has its contents plus has an extra new row to add more data to!
'This code shows how to make a transparent marquee with time & date functions 'First submission from me
Single File Compression using splay trees an improved version I have submitted last 6 days ago. It also teach the use of drive list box, file list box and dir list box. Further explanation are found in the code and readme. It just illustrate a compression routine that can be embedded in your programs fast enough but with good compression ratio. Error handling is not implemented yet so be careful when compressing and expanding files.
This is a small little app that simulates the lowest level of programming - i.e. directly manipulating the memory and registers etc. It will take your assembly language code, convert it to machine code and then store it in the software ROM. When you want to execute the code it will fetch it from the software rom and then execute it with the software CPU. Its not wildly advanced or powerful, but its quite good fun and interesting if you like this kind of thing!
This small program will make your startmenu and taskbar transparent on windows XP and 2000 (you can set a level of transparency 0-255), it can also be compiled and run from a command line e.g. "TransparentTaskbar.exe 180"
Simple line of code to Disable Ctrl+Alt+Delete On Windows Xp Because every 1 i downloaded or looked at did not work for windows xp so i thought i would make 1 and here it is....
This will Shred Directories that you Select. This is not Full Complete. Full Credit goes to Michael Bos for his DOD File Shredding Module. Please Vote for Him First before Voteing for this.
This file logs messages, recieved email, status changes, name changes which show their old name and their new, everything! Very great logger for MSN Messenger, and you can change the color of things using the Database. Also, if you use this Logger in a program, The least you could do is mention my name in credits. If you are not a lamer who takes credit for others work, please mention my name as Xor. Thanks for taking interest in my code! :) Also, Give me any suggestions you have that I can add, or you can add yourself lemme know so I can try making it anyway. :)
Fully Functional RESOURCE TEXT EDITOR WITH LOAD/SAVE RESOURCE...Huh,that was really tough for me....(bugs free)-I think and hope so...