Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #84062
Transparent Analog Clock

This is an enhancement of the Transparent Analog Clock by Jonathan Rossing. I took his code and made a bunch of changes. It is stay on top, you can move it by clicking anywhere on the clock, it only shows itself in the system tray (not in the task list nor the task bar). And it works like a real clock (the hour hand increments as the minutes do) It also uses a bitmap for the clock face (at this time the bitmap must be changed at desing time). And the code is streamlined. This is a good demo of how to make a transparent form that hides itself from the system and is moveable by clicking anywhere on the form.

C_Volume2 #84914
Transparent Bitmap Maker(32 bit depth BMP)

Here is a program that makes a Transparent bitmap that can be pasted on any other Image in .NET programming languages.

C_Volume2 #84228
Calendar this... :-)

get date by external datecontrol... programmed by bert de verschrikkelijke and sOul-

C_Volume2 #71174
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; [email protected]; Pioneering Management Corporation

C_Volume2 #84781
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 ;-)

C_Volume2 #84647
SMTP without CDO

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

C_Volume2 #71175
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

C_Volume2 #84639
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.)

C_Volume2 #84901
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.

C_Volume2 #81467
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.

C_Volume2 #84375
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.

C_Volume2 #85143
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

C_Volume2 #71176
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

C_Volume2 #83675
Message Board, many features

This is a message board that has many features. 3 discussions, many threads, replies, views, last post by, user profiles, user logins and passwords. And many other neat features. If given enough feedback, the next version will contain admin utilities. Please vote :)

C_Volume2 #84032
implementation of a stack in Object Pascal

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

C_Volume2 #83976
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.

C_Volume2 #85146
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.

C_Volume2 #71177
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

C_Volume2 #84398
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.

C_Volume2 #85162
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)

Languages
Top Categories
Global Discovery