Results for "Volume: ASP_Volume2"
This is an add-in for Microsoft Visual Basic 6.0. It does following of things: 1. Adds or removes line numbers from projects in a group. Unlike other add-ins, this one has been thoroughly tested on live complex projects for more then a year and has lots of code to workaround VB IDE object model bugs. It also does smart numbering (for example it won't number trivial assignment statements in Property Get). 2. This add-in can also add error handlers in all methods. Again unlike other similar utilities, this one has been thoroughly tested, accepts a directive to turn off error handler and has some decision making code to decide whether an error handler would effect actual logic. 3. Fix for VB's recent menu item bug (MRU) (you might have noticed VB's Recent project item menu always gets messed up).
This code takes into account the NONCE, CNONCE, NONCE-count, Username, Password, HTTP Method, URi, realm......... and finally QOP type :) THIS CODE IS FOR WEB DEVELOPERS WHO WISH TO AUTHENTICATE VIA HTTP, AND KNOW WHAT ALL OF THE ABOVE ARE... (if you dont, i suggest you stop reading now :)
WOW! COOL !WOW You Can convert a shape to a region, combine it with an other shape and eventually shape a form with it!! Very easy to use!
Selects a color
I had a very different idea of this program when I started but this is just as cool. It takes any image file (gif, jpeg, bmp) and converts it to text. I've tested it with Arial. You can enter a custom text pattern but you'll have to do a little bit of extra programming. Please leave comments. Thanks ~rob
This will show new people to VB or Vb and Database's the basic's of using ADO with VB and access databases. *PLEASE VOTE*
With this usercontrol you can easily resize and move controls at runtime. First click a control to select it. Then click and drag a "gripper" to resize. Or right click a "gripper" to move the control, right click again to finish moving. This usercontrol automatically sizes and positions to the control you select. Also this usercontrol will automatically add and remove itself to a control container (like a picture box) as needed.
Major re-write and expansion of my previous biorhythm program. Now includes database for names, synchronicity (aka compatibility) calculator, helps for operation and interpretation (somewhat sketchy at present) and journaling capability via WordPad. Operationally complete except for report generation. New archive includes forms missing from previous upload. My apologies to all for the omissions. Your comments and/or votes greatly appreciated.
Ado Database which stores Usernames, Passwords, Notes. Passwords are kept encrypted. For the Encryption i used the DS2 Class I found on this site.(Author: David Greenwood)So far the best Encryption - Example I could find here. Uses the Microsoft-Style of Ado Database. Features Add, Update, Delete, Cancel, Edit and a Listbox. See Screenshot! Update available, More security: http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=41006&lngWId=1
ER Converter it is a Translit->Cyrillic->Translit text converter. As I know, it is not so convenient to write Russian text because of the keyboard structure. In addition, many countries do not have Russian keyboards at all. However, the most important thing is that it is easy to use, just 3 little steps : 1) Copy the text you want to convert ( CTRL+C ) 2) Press CTRL+F12 3) Paste converted text wherever you want ( CTRL+V ) That is all.
Hi this is an update to mine DM Colour Picker anyway I now added Control so it can be added to the system tray added more colour stuff like Hex colour Vbcolour codes I have also changed the interface a little fixed some bugs also now added in part were you can make you own pallets anyway I hope you find it usfull please vote if you like it.
This code will Send a message to all open MSN Conversation Windows. Please comment and vote!
want to have catchy Intro for your prog.?, here the basic
Scan for opening Port on given IP Address. I tried to make this Short and easy to understand as i can...... enjoy
This code will demonstrate opening, reading, editing, moving within, adding and deleting records within an Microsoft Access database. Updated with some error handling and other stuff :)
Parody of Duck Hunt by Nintendo, and this time with the source code.
Ever wondered how a java applet would look as a background in a VB form?, well 'check out this example. This example uses Anfy lake class to demonstrate this effect
Just quit smoking? This simple tool keeps you informed of your progress.
Updated! Denies access to any specified folder. It will close ALL objects that contain the name of folder to secure, and it's parent object, if it's scanning aggressively. I've seen other code attempting to do the same thing here but nothing that is as aggressive as this is. Fully commented! UPDATED! Fix security holes when editing the registry. When the engine is running, If the controller did not initiate the changes to the password or folder name, then the engine will ignore them and fix the registry entries. This defeats the so called "secure folder nuker" posted here on PSC. Only known way to defeat it (with engine running and scanning aggressively) is to rename the folder in a DOS box. If anyone knows how to stop this, or finds other security holes, PLEASE LET ME KNOW!!! :)
ADO Recordset Paging in VISUAL BASIC !!! There are many code samples that making recordset paging available in ASP ( Web based ). This example of ADO Paging through a recordset is written in Visual Basic !!!