Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #149743
Get the name of a control at runtime

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

4_2005-2006 #160706
A simple line of code to load a form using its name.

This code is helpful if you want to load a form by passing its name as parameter. rating is expected ;-)

4_2005-2006 #155564
SMTP without CDO

The System.Web.Mail namespace works on servers without CDO installed, this is a complete SMTP client, that supports MIME attachments.

4_2005-2006 #149744
Getting a Reference to a VB 5.0 UserControl

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

4_2005-2006 #155101
Download HTML page

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.)

4_2005-2006 #161969
The One-Click Doctor 1.0

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.

4_2005-2006 #155087
ShEncoder v1.2

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.

4_2005-2006 #161061
PHP Calendar

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.

4_2005-2006 #165567
Cool Owner Drawn Menus

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

4_2005-2006 #149745
Full example of Drag and Drop within a application

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

4_2005-2006 #149792
LZW Compression

Add LZW compression capabilities to your projects

4_2005-2006 #157375
implementation of a stack in Object Pascal

A stack coded in Object Pascal. Works with FreePascal and Delphi.

4_2005-2006 #155682
Change String To Proper Case

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.

4_2005-2006 #165607
DataGrid

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.

4_2005-2006 #149746
Clear all textboxes on a form at run-time

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

4_2005-2006 #163779
Logging IP's

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.

4_2005-2006 #166217
PDF API

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)

4_2005-2006 #165074
Simple Forum

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.

4_2005-2006 #165101
array-to-file

Code reads an array and writes array's php code to a file.

4_2005-2006 #162518
Page Load Time

This small script will let you output how much time (in seconds) it took for the page to expell. i.e. 0.501 seconds

Languages
Top Categories
Global Discovery