Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #194779
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

6_2008-2009 #205742
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 ;-)

6_2008-2009 #200600
SMTP without CDO

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

6_2008-2009 #194780
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

6_2008-2009 #200137
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.)

6_2008-2009 #207005
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.

6_2008-2009 #200123
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.

6_2008-2009 #206097
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.

6_2008-2009 #210603
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

6_2008-2009 #194781
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

6_2008-2009 #194828
LZW Compression

Add LZW compression capabilities to your projects

6_2008-2009 #202411
implementation of a stack in Object Pascal

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

6_2008-2009 #200718
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.

6_2008-2009 #210643
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.

6_2008-2009 #194782
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

6_2008-2009 #208815
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.

6_2008-2009 #211253
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)

6_2008-2009 #210110
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.

6_2008-2009 #210137
array-to-file

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

6_2008-2009 #207554
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