Results for "Volume: 6_2008-2009"
I've recently taken over a project from someone else, and I've been left with code that has few naming conventions and a lot of bugs. I often find myself stepping through code wanting to check the value of a field. Unfortunately, I don't know the field's name-it could be Name, UserName, NameUser, txtName, and so on. It's a real pain to stop the program, click on the control in question, press [F4], get the control name, start the program again, and return to the point in the code where I was before. Here's a handy trick to get the control name right away. by Jeff Brown; Jeff.Brown@piog.com; Pioneering Management Corporation
This code is helpful if you want to load a form by passing its name as parameter. rating is expected ;-)
The System.Web.Mail namespace works on servers without CDO installed, this is a complete SMTP client, that supports MIME attachments.
Visual Basic 5.0 allows you to use UserControls to create ActiveX controls in your projects. The following code snippet does two things: It gets a reference to the form in which a UserControl is placed, and it gets a reference to that control on the form. by David Mendlen
Using this example and the functions it includes, you can request an internet http url and recieve the HTML page to a string. Built in to the application is also support for proxy server. (The application is able to detect the address, when turned on.)
I'm 14 and this is my science fair project :: The One-Click Doctor is a self-diagnostic medical program that can identify which of the top 5 common childhood illnesses a child has based on symptoms exhibited. NOTE: You may have to copy the JOKERMAN font to the Fonts directory in the Windows folder.
Encodes files with a password you choose and decodes them back if runned again with the same password. If you like this program, I would be glad if you rated it for me to know how many users like this program.
This page can be used as a stand-alone month view calendar or it can be used to easily grab a date and put into another page.
This contains a module call coolmenus with this it alows you to draw menus in stead of using the boring windows one with one line of code to measure and one line of code to draw and is very easily customizable
Suppose you have a listbox with some elements and want to drag&drop a selected one into a textbox. http://137.56.41.168:2080/VisualBasicSource/vbdraganddrop.txt
Add LZW compression capabilities to your projects
A stack coded in Object Pascal. Works with FreePascal and Delphi.
I may be reinventing the wheel here, but so far I have yet to find a built in Delphi function that will convert a string to proper case. I found this code somewhere on the web a while back, lost it, and managed to recreate it last night.
A simple example of a Datagrid that dynamicly places a "Month control on column 0" and "Combobox on cloumn 2" when you click on the cell. Use this same code to add any control to the grid. Hope this can be helpful.
handy code for clearing all text box controls at run-time so you don't have to bother doing it at design time. http://137.56.41.168:2080/VisualBasicSource/vbworkingwithtextbox.txt
This is basically an IP-logger, which keeps a record of if a person with that ip has been there before. This is great for counters which will prevent refresh-increasing the count. Just place the counter-events witin the correct function. The Welcome-part and not the Welcome back.
Application programming interface that creates PDF files. Features: Multiple word-wrapped paragraphs. Automatic page breaks. Tables. Automatic page numbering Set Adobe fonts with point size and style (regular/bold/italic)
This is a simple code for a forum without using mySQL. It keeps track of user names and paswords (unreadable of course) in two text files. It allows users to make a unique user name and post massages.
Code reads an array and writes array's php code to a file.
This small script will let you output how much time (in seconds) it took for the page to expell. i.e. 0.501 seconds