Results for "Volume: 2002C"
If you've used ASP for a while you'll notice that VBScript doesn't support StrConv so you can't proper case your code. Here is small function to include in your ASP that will do that for you.
Lie-a-phone ... Need to call someone and tell them you will be late for a meeting? Now you have an alibi ... You are never alone with Lie-a-phone!
Contains two CGI VB projects that implement a Basic Guest Book Also contains a short tutorial on how CGI works in VB. Unless you are familiar with CGI and VB Please read CGIinfo.doc before you jump to the code.
Places a Progress Bar in a Status Bar, with Windows Common Controls 6, without any third party OCXs or API.
A.K.A. The Spam-o-matic. This app uses the Microsoft MAPI Controls 6.0. You must be running Outlook for this code to work. I originally used it as an automatic remailer for a web site. It has been modified to use an Access database to store e-mail addresses of 'recipients'. The program will only mail ONE message per user as is. This is great for mass mailings. Or code can be modified to mail multiple messages to a single address. Please, only do this to friends who will appreciate it! Code uses a timer so mail is sent by default only once every 10 seconds. If you're at work I would recommend NOT lowering the timer. Any questions, e-mail me. Please don't ask for new features. I will post bug fixes as necessary. --Please rate me if you like this code, it will encourage me to upload more neat apps.--
This BETA program will create a line of code to put in the document of an HTML document that will automatically forward a page's accessor to a new address. Often you see a webpage that says it has "moved" and it says something like "you will be redirected in 5 seconds." This program will create the line of code for you from 2 input fields. I hope you have fun w/ this prog. It ismy first one!!! (feedback welcome) I will also update this code to make a whole HTML page for this purpose, it'll be up in a few days.
Hey all --> This is the first beta of a wordprocessor called "SJOTS Perfect 5" I wrote...you can find the previous versions on my website, but this beta (well, it's more freeware) works pretty good. It can do almost anything with Rich Text Files (RTF). Please leave any comments how you think about it! :)
This code show how to place images in the subitems of a listview. It also has a function for placing the direction arrow in a column header to indicate the sort direction while compensating for existing header icons.
If you didn't see my previous form manipulation example then you gotta see this. This is some pretty good stuff, great for newbies. New Subs added! Don't miss out on this, you'll be happy you looked at it. Code all done in a professional way. Extremely nice routines for simple manipulation of any form. Cuts down your own coding. Heavily commented subs so that you can understand what's happening. If you have any trouble with this example(which you shouldn't) then email me and I'll make even more comments on the routines as I add new ones. Comments definitely welcome. Please, Constructive critism and praises only. 2/10/00, new routines combined and added. All subs tested and compiled! And yes, I did add a sample of the CustomMsg becasue I got a few emails about it. I sure hope it helps you all out. Check out the "StreakExit" routine. If anyone knows how to make that routine smoother, please email me with a fix. If anyone has anything to add, email it to me and I'll add it in and give you credit. Please remember, this is beginner level. I really hope that you find this example useful. Thanks for your comments and enjoy the code! Here is a small list of the subs: 1. BooleanRollup 2. CenterSnglFrame 3. CustomAbout 4. CustomMsg 5. frmCenterMe 6. frmKillExit 7. frmOnTop 8. frmPosition 9. frmShrink 10. LoadNextToMain 11. LogMyErrors 12. NoOffScreen 13. ProgCaption 14. ProgCaptionV2 15. ReSnapFrm 16. RestoreFrmDiminsions 17. SaveFrmDiminsions 18. SaveFrmPos 19. StreakExit 20. vEmailMe 21. WriteSettings I really hope this helps the newbies out. This may be my last update to this project.
UPDATED! The ultimate Thumbnail Browser! Creates thumbnails of all VB 6.0 supported image formats from whatever folder it's pointed to. Uses BrowseForFolder API, so it will even work across networks. Click edit to shell your favorite editor and load the selected image. New code includes progress bar and saves the last window size size and position settings. 2/15/2000 Changed progress bar. This will be my last change (on to new projects).
This code makes the app install it self. Then i will use the rnd-function to do different things... some of them is pretty funny... (my brother said that). Iam only 14 years old so don't blame me for bad code!
This code demonstrates how to access a POSTGRES SQL database on a LINUX box via an ODBC connection. The demo ( using RDO ) shows you how to create a table, wipe a table, insert data, select data, modify data and write the modified contents back to the database.
This is a cool parody on Microsoft Windows. It has a fully-functional (well, sort of...) Start Menu, as well as 'My Computer' and 'Internet Explorer' icons... and some brilliant graphics... try it, it's weird, you might like it... FEEDBACK PLEASE!
Puts Your form on top.
This code allows for multiple record updates to be grouped into a single batch style transaction. You can then either committ changes to multiple records, or rollback the changes in the case of errors or conditions not being meet. This code is ideal for month-end processing, or in a situation where there is the possibility of errors being generated.
This is just a basic example of how you can add and manipulate data used with an MSChart. Easy to amend and change for your own use. Don't get carried away ;)
This function will select the value of a List Box or Combo Box based upon the Index ID. This is helpful when you are trying to edit a record and want to select a saved value in a combo box or list box.
Purpose:"Several Visual Basic based functions that demonstrate how to create and administer Distribution Lists (DL) using Collaboration Data Objects (CDO)." This code was taken from Microsoft (Article ID: Q178787) and I made it into a class so all you need to do is plug in your info and your ready to. I have included the article in the zip... please read it b/c you might need to get the CDO DLL and it has link to download.
Access-like AutoComplete of a dropdown combobox or a simple combo box based on what's already in the list. Simple code but can handle backspace and delete and will finish the 'complete' on Enter keystroke or lost focus. Could easily be converted to a user control.
This is a big update from the other editor I posted here. This inlcudes: A status Bar, which holds the tooltiptext, A Tab Strip, and updated use of the CommonDialog Control. In this code, you will find out how to convert an ASCII (from a file) string to Hex and then Decimal. Then convert the decimal back to hex and write it back to the file. This is code also includeds a lot more intrinsic documentation. 9K Download......Ha! Have fun with this baby. UPDATED: MARCH 11th 2000. Now uses an UpDown Control in sync wiht the txtCASH control.