Results for "Volume: 5_2007-2008"
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).
Retrieves the Windows serial number. This works on Win 98 SE, but not tested on W2K or XP coz I don't have it.
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.
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!!
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.
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.
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.
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
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.
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
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/
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!
show all the text of an item in a listbox in tooltiptext box without api or selecting the item
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.
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.
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 or a strike of the enter key 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. The program has XP Visual Styles embedded in it, but containers had to be inserted in order to prevent blacked-out controls. Vote if you find this code useful! :-D
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
Perhaps you've noticed that the VB Form engine does not support dynamic changing of the ui state. It gets the ui state when the form is first created and then never again. Obviously this defeats the whole purpose of it. For example, if the user opens your form using the mouse then the focus rectangles will not show on the command buttons or on other controls that conform to XP ui standards. This code a kludge that will show all ui states instead of only the state that was active when the form was created. Just call this sub in the initialize event of a form that is linked to CC 6 with a manifest.
Frog3D is a 3D frogger game, with DirectX graphics and sound. The goal of the game is to get the frog across the road without becoming road pizza, and get him across the pirahna-infested river. I spent more than 4 months on this game that I made about a year ago, and hopefully you will be able to learn something from it. If you have any problems downloading this, you can get it also at http://gamesoft.dyndns.org/frog3d/f3d_src_psc.zip I'm hoping to get Code of the Month with this game, so please vote for this game!
This is Just an example of How to Pull the System drives and Processor Type , Size ex. from the registry of Windows XP