Results for "Volume: 2_2002-2004"
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.
Here is a program that makes a Transparent bitmap that can be pasted on any other Image in .NET programming languages.
get date by external datecontrol... programmed by bert de verschrikkelijke and sOul-
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
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 :)
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)