Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #69971
CircAnaDig Clock (Circular Analog and digital clocks)

I saw recently there was a buzz concerning digital clocks. I decided to provide two different types of clocks. One fake digital (but nice looking, in my opinion), so don't expect coding exploits, and a circular analog clock. This one is a bit tricky, and the code is commented. A good base to start when willing to generate cosine and sine tables (ie: can be usefull if you want to code 3D apps). This code could have been set in intermediate, but due to some tricky routines... well you see. Nothing mind blasting but a funny couple of hours to bring those to life.

C_Volume2 #69972
[Foil Password Loggers]

Foil Password Loggers FPLv1.FRM is a form you can use to obtain a password from the user in a way that key loggers and people looking over your shoulder cannot capture the password. It comes up as a normal small password entry box with the prompt "Use secure password entry method". If you are on a secure computer and nobody is looking, you just enter your password as usual. BUT if the situation demands, you click to get the expanded display shown here. Now let's say you are entering "Fz34M" (your real password) and you've entered "Fz3" so far. You will have actually typed some bogus stuff like "YEm" and you are looking at three asterisks. Someone is watching you. Here, for example, is what happens next: You know the next character of your password is "4". You glance at the panel showing A-Z, a-z, 0-9 and quickly locate "4" and you see that to enter "4" you must type "q". Ok, you type "q". The person spying might actually see you hit the "q", but immediately the screen changes and she doesn't have time to scan the 62 random characters to find out that it means "4". Now the next time you use the program, "4" won't necessarily be "q". It is a random pick of the 62 characters. That's the idea. The 62 characters are encrypted. Any other characters just stay as is. For example if your password is "m,@37" then one day you might enter "Q,@j8" and another day you enter "p,@9Y". There was one problem with the original design. The letter "O" and the digit "0" look alike. So does little L (l) and one (1). This was error prone, so the characters "+" and "-" (what else?) were used in the encryption. This meant that if your password actually had one of those characters, you couldn't enter it. To get around that, "+" is always entered as zero (0) and "-" is entered as one (1).

C_Volume2 #69973
Retrieve Windows serial number

Retrieves the Windows serial number. This works on Win 98 SE, but not tested on W2K or XP coz I don't have it.

C_Volume2 #69974
SQL Server Developer

A must for the SQL Server Developer. Combines what developers use with Enterprise Manager and Query Analyser in one package as well as other features including a simple but effective stored procedure debugger, perfect for the beginning SQL developer. Search utility very helpful also. Requires 1024x screen resolution. Can handle multiple selects (max 10) at a time. Be sure to read the readme.txt file for extra features.

C_Volume2 #70299
Hundreds of FREE activex controls and VB related compenents with this download

This is an application I put together that goes on the web and downloads and lists the links to thousands of vb related software and more. Not all the items are free but enouph are that you ll be busy "unwrapping" your new christmas presents for weeks to come!!

C_Volume2 #69975
Scrollbars A++ Example

This is my first submission to PSC so be nice :). I decided to make this example because all of the other examples were too hard for new coders to understand, or they were all part of something bigger (full programs). Click the picture to load up another one. Also there is some help with the commondialog (for new coders). Hope you all get what you need from this, please vote :D.

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 #68865
Deflate64/Inflate64 for coders

Deflate and inflate modules. I saw the article from Jim Reforma about how a deflate algorithm should work and noticed that people asked for working Deflate code. well here it is. This code can be used to create filetypes wich used Deflate as compression algo (ZIP,GZIP,CAB, etc.etc). The only thing you have to do is create the headerdata for these formats.(don't get me wrong but this can be a lot of work(bin there, Done that)). Don't expect to much of the code in terms of speed since it's all coded in VB, it is pretty fast but not by a long shot as fast as winzip. If you plan to code a ZIP compliant compressor, then take a look at my Archive Explorer And you will have ALMOST everything you need to know.

C_Volume2 #68866
Tim's Scientific Calculator v1.02

This program is a Simple Scientific Calculator. It handles Roman Numeral, Hex, Decimal, Octal and Binary numbers. Degrees, Radians and Gradians. All the standard Trig functions. Factorial, Sqr, Inverse, Square, Cube, X^Y. Fun conversions like Ounce Grams, Pounds Kilograms, Gallon Litre, Mile Kilometer, Inch Centimeter and Fahrenheight Celsius

C_Volume2 #68867
Add any BLOB to an Access database

Add any BLOB you like to an Access database. For example, add pdfs, docs, mdbs,zips etc. All the different types are displayed in a tree view and you can view them by dragging into a frame and launching their respective application.

C_Volume2 #68868
NWS Real Time Satellite Loop Receiver (Updated)

NWS Real Time Satellite Loop Receiver - Gives a user instant access to several channels of the NWS GEOS satellite image servers. In other words it downloads semi real time satellite images & allows the user to play them back. It also contains a basic cache system so that you can switch channels & come back without having to re-download all the images again. This is just a beginning, it works pretty good so thought I would share it. The downloads are kind of slow, but I think its probably just the lame inet control making it so slow. Now includes GDI Resize & A few other improvements.

C_Volume2 #68869
Fancy Tooltips implementing different

This is a unique way of implementing tooltips in your project that allows you to totally customize each individual tooltip for each individual control in your project. in addition, the tooltip can recieve a mousedown event just like the tooltips in planets tooltips

C_Volume2 #68870
LZ77 the basics of compression (1st ed.) by Jimmy Reforma 1999-2005

Introduction In this article I'll present the basics of lossless compression, also called text compression. This scheme, lz77, is very used because it's easy to implement and also it's fast. (if you improve it, of course) This is the second version of this article, if you've read the second version, you'll notice that is new version is bigger, in fact from 15k to 33k, more than twice, and its better than the first one. Also I recommend reading it, even if you've read the first version, because you'll learn even more. Even this new version is in html format. This is a second version corrected. (have a look at the date at the end)! You can download complete article of this lossless compression at http://www.dakila7forums.ne1.net/

C_Volume2 #68871
[AA+] Remove Duplicates From Listview

Fast way to Remove duplicates from ListView. I havn't seen anthing that is the same on PSC, so I hope this will help in the quest for a faster way to remove duplicate items from a listview.. though I really don't think there is a "Fast" way to do it.. Who knows.. ENJOY!

C_Volume2 #68872
JRRCompressZ-It

How to use JRCompressZIt By Jim Reforma virushacker23@yahoo.com http://www.linuxman.2ya.com or http://www.dakila7forums.ne1.net Ok. So you've just downloaded the JRRCompress-Z-It. Now you want to know how to use it properly? Well, here are some very simple ways to get you started. First, we'll describe the control's Properties. VB 4 users should read this document. A 16-bit version is released in this download. JR-Z-It Properties and methods. method CompressData Usage: Compresses a byte array Parameters: Byte Array, (ie. MyData()) Notes: It must be a byte array. To to this, pass the array name and both parentheses as per ( ), with no number inside of them. This passes a reference to the entire array. When this method is successful, the CompressedSize property contains the compressed size of the data, the OriginalSize property contains the original size of the data before compression. Returns: Error code. If 0 then it was successful. If negative, then an error has occurred. method DecompressData Usage: Decompresses a byte array, given the original size Parameters: Byte Array, (ie. MyData()), Long (ie, OrigSize&) Notes: The byte array is the compressed data, the Long represents the original (decompressed) size of the data. You can retrieve this original size from the property OriginalSize after calling a successful CompressData method. The OriginalSize and CompressedSize properties are reset to zero. Returns: Error code. If 0 then it was successful. If negative, then an error has occurred. method CompressString This method is the same as the CompressData method and produces the same results, but the first parameter is a string, not a byte array. The CompressedSize and the OriginalSize properties are filled with the same values as per the CompressData method. method DecompressString This method is the same as the DecompressData method, only that the first parameter is a string, not a byte array. The CompressedSize and OriginalSize properties are reset to zero. property CompressedSize Read-Only. Contains the value which represents the compressed size of the data or string that was compressed in the last executed CompressData or CompressString method. property OriginalSize Read-Only. Contains the value which represents the decompressed (original) size of the data or string that was compressed in the last executed CompressData or CompressString method. Attention: VB 4 - 16 bit Users A 16-bit version has been released. In this new download. It is a .CLS file which encapsulates the functionality of the control. It comes as a class. This is a class module in VB 4 - 16 Bit versions. It will make use of the 16 bit zLib.DLL library. It should make life easier for developers who still use the 16-bit version of VB 4.0 (zLib.DLL is written by zLib authors. VB is a trademark of Microsoft Corporation).

C_Volume2 #68873
listbox tooltiptext in one line without api

show all the text of an item in a listbox in tooltiptext box without api or selecting the item

C_Volume2 #68874
A tray icon with tooltips

I wrote it all in a very easy to use module that you can just attach to your project.For any questions/suggestions feel free to contact me.

C_Volume2 #68875
Subclass dll for dummies [very easy to use and understand. perfect for the beginner or intermedia

This is a wonderful subclassing .dll for anyone but particulary the beginner or intermediate programmer or anyone who doesn quite have a full handle on subclassing but still wants to be able to use the awesome Free power of it. This class is extremely simple and straightforward to use and contains 2 properties and 2 methods and 2 events and has a small help file as well. This subclassing project also allows you to not only intercept, but choose to discard or keep the message. A very simple example is given to show you the awesome potential and power subclassing has.

C_Volume2 #68876
VB Icon Extractor

This code will retrieve icons from files that have icons embedded inside it. You have choices to choose which extensions to display, and you even have the "Restore Default" button. With a double-click of a file in the file list, you may be able to retrieve icons, and if so, the icons are shown in the picture box below. The picture box utilizes a grid (made out of labels) and a vertical scroll bar for easy viewing. Also, you can right-click an icon in the picture box and save it as an icon file. Vote if you find this code useful! :-D

C_Volume2 #68877
Gen-X Net Control

HACK THE LAN COMPUTER BESTLINK NOVA TO!!!! PAG NAG-RENT KA NG PC ,PWEDE MONG CONTROL -IN UNG SERVER The GEN-X Net Control can be control network program full power access, Accepting RESTART, SHUTDOWN , HIBERNATE ,LOG-OFF AND STANDBY You can also open some Apllication Like MS WORD , MSPAINT , MSACCESS, FIND FILES explorer and hide the desktop icons and taskbar this can be a server for computer shop cafe

Languages
Top Categories
Global Discovery