|
KB Article |
|
|
Bryan Valencia
|
1. A 10 Minute C# Console Application Quick Start
This will show how to make a "hello world" console application in Visual Studio 2008 with C#. Let VS.Net do the work and create a new console application using the menu. Use Console.WriteLine and Console.ReadLine for simple input and output.
17 years ago, and updated 17 years ago
(6 Comments
, last by Finlay.H )
|
 Article
 18307 Hits
|
 C# (Visual C# & VS.Net)
|
NE Ohio Computer Guy
|
2. An Inventory Transaction Report in C#
This article describes a C# module I created that will generate an inventory transaction report.
53 months ago, and updated 52 months ago
(10 Comments
, last by Kiaolsp.M )
|
 Article
 2401 Hits
|
 C# (Visual C# & VS.Net)
|
Stephen Berry
|
3. Applying the Built-in ASP.NET User-Login Functionality to Your Database
Using aspnet_regsql.exe to set up a database to support the functionality of ASP.NET 2.0's built-in membership.
17 years ago, and updated 17 years ago
(6 Comments
, last by velf.f )
|
 KB Post
 8021 Hits
|
 C# (Visual C# & VS.Net)
|
PS_4558
|
4. Best Practices for Client Goal Setting within Prestwood?
Hi everyone,
Im looking to refine my approach to client goal setting within Prestwood. Im curious to hear how others are effectively utilizing the platform to define, track, and visualize client goals.
What are some of your best practices for:
- Clearly articulating and documenting client aspirations within Prestwood?
- Utilizing Prestwoods features to illustrate the feasibility and potential challenges of achieving those goals?
- Keeping client goals front and center during the ongoing planning process and reviews?
Any insights, tips, or examples of how you structure this process would be greatly appreciated!
Thanks in advance!
Official Website
|
 FAQ
 46 Hits
|
 Coding & OO
|
Wes Peterson
|
5. Book: Delphi 2007 for Win32 Development Essentials
http://www.lulu.com/content/2064073
(2 Comments
, last by trnnrisk.k )
|
 Link
 7326 Hits
|
 Pascal and Delphi Coding
|
Wes Peterson
|
6. Book: Delphi 2007 Handbook
http://www.lulu.com/content/1069254
(4 Comments
, last by Sara.F )
|
 Link
 8137 Hits
|
 Pascal and Delphi Coding
|
Joshua Delahunty
|
7. Borland 2006 New Features Demo
David Intersimone ("David I") of Borland demonstrates the latest versions of the Borland Developer Studio 2006 Product
19 years ago, and updated 15 years ago
(1 Comments
, last by Elena.S )
|
 KB Post
 6072 Hits
|
 Pascal and Delphi Coding
|
NE Ohio Computer Guy
|
8. C Sharp Code for Making a Double Entry General Ledger Posting (Method 1)
This article discuss a C# programming technique I used to create a color coded method for performing double entry postings to my Chart of Accounts software.
53 months ago, and updated 52 months ago
(2 Comments
, last by Finlay.H )
|
 Article
 1066 Hits
|
 C# (Visual C# & VS.Net)
|
NE Ohio Computer Guy
|
9. C Sharp Code for Making a Double Entry General Ledger Posting (Method 2)
This article discuss a C# programming technique I used to create a method for performing double entry postings to my Chart of Accounts software that is modularized by type of transaction. The customer I designed this for advocated this idea, because it was similar to what he was already doing with pen and paper.
53 months ago, and updated 52 months ago
(2 Comments
, last by Bryan.C )
|
 Article
 1063 Hits
|
 C# (Visual C# & VS.Net)
|
Mike Prestwood
|
10. C# Empty String Check (String.IsNullOrEmpty)
The .Net framework offers a static method in the string class: String.IsNullOrEmpty.
|
 Code
 11886 Hits
|
 C# (Visual C# & VS.Net)
|
Mike Prestwood
|
11. C++/CLI Empty String Check (String.IsNullOrEmpty)
The .Net framework offers a static method in the string class: String.IsNullOrEmpty.
(2 Comments
, last by Dakota.W )
|
 Code
 21381 Hits
|
 C++
|
Mike Prestwood
|
12. Call a DotNet DLL from Win32 Apps
Can I call a DotNet DLL from my Delphi Win32 application? For example, with Delphi 7 or Delphi 2010?
18 years ago, and updated 15 years ago
(3 Comments
, last by Andrew.M2 )
|
 FAQ
 23072 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
13. CodeGear Blogs
http://blogs.codegear.com/
(3 Comments
, last by velf.f )
|
 Link
 6818 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
14. Coding for Application Virtualization
How do I take advantage of Application Virtualization in the application I'm coding?
17 years ago, and updated 17 years ago
|
 FAQ
 18436 Hits
|
 C# (Visual C# & VS.Net)
|
Wes Peterson
|
15. Component to Fix Alt Key Problem in Vista
When run under Vista, your Delphi programs may respond poorly to presses of the Alt key; some of the components on your forms may disappear. Here is a free component that can help.
(7 Comments
, last by aadil.k )
|
 KB Post
 20675 Hits
|
 Pascal and Delphi Coding
|
Wes Peterson
|
16. Connection String Builder Component for Delphi
In its IDE, Delphi makes it easy for us to generate correct connection strings for database connections that require them.
Unfortunately, Delphi doesnt offer the same convenience at run-time when our customers need it most!
This article offers a Prestwood exclusive, TConnectionStringBuilder, a non-visual component you can use in your applications to let your users build a connection string at program startup.
You can then store that connection string, for future use, in an INI file or registry key.
18 years ago, and updated 17 years ago
(4 Comments
, last by Kai.V )
|
 KB Post
 19699 Hits
|
 Pascal and Delphi Coding
|
Sam.H
|
17. Control Structures, and Recursion
Control Flow in a Computer Program: Sequential, Conditional, Iteration. Also has an introduction to Recursion.
|
 Article
 5991 Hits
|
 Coding & OO
|
NE Ohio Computer Guy
|
18. Creating a Windows Form with Add, Edit and Delete Record Capability in C#
This article describes how I designed a C# Windows form with add, edit and delete capability.
53 months ago, and updated 52 months ago
|
 Article
 1071 Hits
|
 C# (Visual C# & VS.Net)
|
Sam.H
|
19. Defensive Programming
Defensive programming practice.
|
 Article
 4847 Hits
|
 Coding & OO
|
Daniel Fought
|
20. Delegate
A Delegate is a variable that references a method.
|
 Definition
 12315 Hits
|
 C# (Visual C# & VS.Net)
|
Wes Peterson
|
21. DelForEx: A Delphi Code Formatter
http://www.aew.wur.nl/UK/Delforexp/
|
 Link
 22047 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
22. Delphi 2007 for Win32 Launches!
CodeGear Introduces Delphi for Win32, Providing RAD Development for Windows Vista and AJAX. New RAD Environment Allows Developers to Jump-start Microsoft Windows Vista Applications While Seamlessly Supporting Existing Users.
17 years ago, and updated 17 years ago
|
 News
 5037 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
23. Delphi 2009 Ships!
Embarcadero Technologies unveils Delphi 2009! The next generation of the popular CodeGear rapid application development (RAD) tools for Windows native code development.
17 years ago, and updated 17 years ago
|
 News
 6172 Hits
|
 Pascal and Delphi Coding
|
Wes Peterson
|
24. Delphi 7 Overloaded InputBox functions
Wouldn't it be cool if InputBox could return types other than string? D7's help certainly says it can, but can it really?
20 years ago, and updated 19 years ago
|
 KB Post
 14706 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
25. Delphi Acquired by Embarcadero Technologies
CodeGear, Borland's development tools division is being acquired by Embarcadero Technologies.
(1 Comments
, last by mprestwood )
|
 News
 6834 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
26. Delphi Array (x=Array[0..3] of string;)
Delphi supports both static and dynamic arrays.
(3 Comments
, last by hememo6399.h )
|
 Code |
 KB Post |
24355 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
27. Delphi Empty String Check (length(s) = 0)
Length() or SizeOf() will correctly identify an unassigned string variable or an empty string.
(5 Comments
, last by Jeannie.C )
|
 Code
 19905 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
28. Delphi Event Handler
Many objects in Delphi have events you can use to trigger code. For example, when you add a form to your project you have access to the form events such as onCreate, onShow, onHide, onDockDrop, etc. In addition, Delphi offers module level events initialization and finalization sections.
|
 Code
 11277 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
29. Delphi Exception Trapping (try..except, try..finally)
Delphi also offers a try...finally where code will execute in the finally section no matter what. It's common to put a try...except inside a try...finally:
17 years ago, and updated 17 years ago
|
 Code
 11400 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
30. Delphi for PHP Announced
Delphi for PHP brings RAD productivity benefits to PHP Web developers that Delphi users have enjoyed for years. PHP is the most prominent dynamic Web language today and one of the top 10 programming languages overall. Delphi for PHP is designed to take PHP development to the next-level by making it faster and easier to develop rich, database-driven Web applications.
17 years ago, and updated 17 years ago
|
 News
 4765 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
31. Delphi for Win32 Home Page
http://www.codegear.com/products/delphi/win32
|
 Link
 6327 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
32. Delphi for Win32 Roadmap
http://dn.codegear.com/article/36620
(3 Comments
, last by Thomas.D2 )
|
 Link
 6646 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
33. Delphi Inline Code (asm)
In Delphi, you can inline assembler code using the asm keyword.
|
 Code
 11521 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
34. Delphi Member Events
In Delphi, member events are essentially properties of the type method pointer.
|
 Code
 9718 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
35. Delphi Prism Assignment (:=)
Same as Delphi.
|
 Code
 8938 Hits
|
 Delphi Prism
|
Mike Prestwood
|
36. Delphi Prism Comments (// or { ... } or (* ... *))
Delphi uses // for a single line comment and both {} and (**) for multiple line comments. Although you can nest different types of multiple line comments, it is recommended that you don't. Commenting code generally has three purposes: to document your code,
for psuedo coding prior to coding, and to embed compiler directives.
Most languages support both a single line comment and a multiple line
comment. Some languages also use comments to give instructions to the
compiler or interpreter. A special comment. Delphi compiler
directives are in the form of {$DIRECTIVE}. Of interest for comments is
using the $IFDEF compiler directive to remark out code.
17 years ago, and updated 16 years ago
(5 Comments
, last by Wayne.N )
|
 Code
10438 Hits
|
 Delphi Prism
|
Mike Prestwood
|
37. Delphi Prism Constants (const kPI: Double=3.1459;)
In Prism, you define constants similar to how you define variables but use the Const keyword instead of the Var keyword. Specifying the type is optional. If you don't specify the type, the compiler chooses the most appropriate type for you.
Declare class constants as part of the class definitions. Declare local constants above the begin..end. Although Prism support inline variables, inline constants are not supported.
17 years ago, and updated 16 years ago
|
 Code
11495 Hits
|
 Delphi Prism
|
Mike Prestwood
|
38. Delphi Prism Development Tools
Delphi.Net first shipped as a compiler only with Delphi 7. Delphi 8 is a .Net dedicated solution (no Win32) but was not clearly better than VS.Net so more developers moved to VS.Net and bypassed Delphi 8. Delphi for .Net shipped with Delphi 2005, 2006, and 2007 but languished because of a lack of development and VS.Net clearly implemented more .Net CLS features than Delphi for .Net. Delphi Prism (Oxygene) strives to keep pace and in some cases out pace C# and VB.Net using the Object Pascal language.
17 years ago, and updated 16 years ago
|
 Code
 7864 Hits
|
 Delphi Prism
|
Mike Prestwood
|
39. Delphi Prism Empty String Check (length)
In Prism, a string can be nil (unassigned), assigned an empty string (""), or assigned a value. Therefore, to check if a string is empty, you have to check against both nil and (""). Alternatively, you can check the length of the string or use String.IsNullOrEmpty.
(1 Comments
, last by Feni.H )
|
 Code |
 KB Post |
 19383 Hits
|
 Delphi Prism
|
Mike Prestwood
|
40. Delphi Prism Event Handler
The Delphi Prism
Most notable for Delphi developers is the fact that Prism does not offer initialization nor finalization sections.
|
 Code
 13694 Hits
|
 Delphi Prism
|
Mike Prestwood
|
41. Delphi Prism If Statement (if..else if..else)
Notice in the more complete example that the semicolon for the begin..end block after end is not included. That tells the compiler something else is coming (the statement is not finished). Also note the semicolon is missing right before the final "else" statement.
17 years ago, and updated 16 years ago
|
 Code
 9534 Hits
|
 Delphi Prism
|
Mike Prestwood
|
42. Delphi Prism Member Events (event)
Like all .Net languages, Prism events are a separate type of class member. You define a member event by using the event keyword. Events depend on Delegates to define the signature (the type) of the event they represent and they maintain a list of multiple subscribers - unlike in Delphi for Win32, where each event can only have one handler
|
 Code
 10484 Hits
|
 Delphi Prism
|
Mike Prestwood
|
43. Delphi Prism Variables (var x: Integer := 0;)
Prism supports type inference where you just use a variable and
the compiler will then choose the lowest type possible (such as an Integer before a LongInt). With Prism, you frequently do not have to use commands to convert from one type to another. Variable names are not case sensitive. The Prism language offers both old-style declaring variables before the begin as well as inline variable declaration. Prism does support variable initialization too. Prism offers many variable types. Some common variable types include Integer, LongInt, Single, Double, Boolean, and String.
17 years ago, and updated 16 years ago
|
 Code
12247 Hits
|
 Delphi Prism
|
Mike Prestwood
|
44. Delphi Prism vs. CSharp
http://prismwiki.codegear.com/en/Delphi_Prism_vs._CSharp
|
 Link
 5990 Hits
|
 Delphi Prism
|
Scott Wehrly
|
45. Delphi: Encryption of data fields
This article discusses the reasons and methods for encrypting data fields in Delphi.
(1 Comments
, last by Anonymous )
|
 KB Post
 12924 Hits
|
 Pascal and Delphi Coding
|
Larry J. Rutledge
|
46. Delphi: Windows Shell Extensions
How to add functionality to the existing Windowsâ„¢ shell.
22 years ago, and updated 18 years ago
|
 Article
 18254 Hits
|
 Pascal and Delphi Coding
|
ermohan_rp
|
47. DEP issues in delphi application
In my application delphi6 . its working fine but while selecting Turn on DEP for all programs an services except those i select. this option in My computer -- Advance option -- choose the tab Data Execution Prevention.
|
 KB Post
 6785 Hits
|
 Pascal and Delphi Coding
|
Adam Lum
|
48. Deploying your .NET Application with ClickOnce (quick tutorial)
A basic introduction to deploying an application using Visual Studio .NET 2005's ClickOnce
18 years ago, and updated 16 years ago
(1 Comments
, last by mprestwood )
|
 KB Post
 44288 Hits
|
 C# (Visual C# & VS.Net)
|
Larry J. Rutledge
|
49. Detecting Windows SafeMode
Use Windows API GetSystemMetrics with SM_CLEANBOOT parameter to determine how Windows was started.
17 years ago, and updated 16 years ago
(1 Comments
, last by moosa.j )
|
 KB Post
 7143 Hits
|
 Pascal and Delphi Coding
|
Mss.Fenny
|
50. Direct2HR Albertsons
What should I do if I’m locked out of my account?
Direct2HR com
|
 Tip
 277 Hits
|
 C# (Visual C# & VS.Net)
|
Joshua Delahunty
|
51. Displaying graphic images in DBGrid components
An example of work I did to display a graphic (+ text) in a single column of a DBGrid based on two tables in a Delphi 2006 Application (not limited to later versions of Delphi)
19 years ago, and updated 16 years ago
|
 Article
 21082 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
52. Dr. Bob 42
http://www.drbob42.com/
|
 Link
 9235 Hits
|
 Pascal and Delphi Coding
|
Adam Lum
|
53. Eclipse
http://www.eclipse.org/
(5 Comments
, last by Bella.H )
|
 Link
 7584 Hits
|
 Java
|
Mike Prestwood
|
54. Embarcadero Technologies
http://www.embarcadero.com/
|
 Link
 5922 Hits
|
 Pascal and Delphi Coding
|
PS_4563
|
55. Enhancing Knowledge Management with Prestwood's ASP Suite
|
 KB Post
 26 Hits
|
 Java
|
PS_2544
|
56. essay company com
essay company com
(3 Comments
, last by Donnie.G )
|
 Article
 1414 Hits
|
 C++
|
NE Ohio Computer Guy
|
57. Fibonacci Spiral App for Windows Phone
This article discusses the C# coding I created to make a Fibonnacci Spiral App for Windows Phone.
53 months ago, and updated 53 months ago
|
 Article
 819 Hits
|
 C# (Visual C# & VS.Net)
|
Wes Peterson
|
58. Free E-Book on C# .NET Essentials
This is the "Chapter Zero" you've been missing.
|
 Download
 15376 Hits
|
 C# (Visual C# & VS.Net)
|
Joshua Delahunty
|
59. Getting locates to work on a non-key field with a SQL Server Table using filters
A "simple" procedure that worked fine in BDE (use a TTable component attached to a table with a numeric primary key field, a string field not in the primary key, and a third field that's filtered on, use the .Locate() call to perform an incremental search on the string field) was failing using TADOTable and SQL Server. This article describes how I worked around the issue.
|
 Article
 8381 Hits
|
 Pascal and Delphi Coding
|
Wes Peterson
|
60. GExperts
http://www.gexperts.org/
|
 Link
 9455 Hits
|
 Pascal and Delphi Coding
|
Wes Peterson
|
61. Great Visual Studio Training Resource
If you've been around computing for any length of time, you know you can quickly spend a lot of money on those $60, five-pound reference books.
For just ten dollars more, you can get your hands on over 500 great training videos for Visual Studio .NET.
|
 Blog
 9126 Hits
|
 C# (Visual C# & VS.Net)
|
PS_2685
|
62. How do I find a good custom essay writing service
A reliable essay writing service can provide students with the help that they need irrespective of their subject and topic. But before you choose a service for your next essay writing task, it is better to decide what to look for in such kind of service. First thing to look for in an essay writing service is its cost. There are many services who offer discounts and very cheap rates for these services so it is better to look around a little before you settle for any particular service provider. This service is really in high demand these days so to cater this high there are several companies that are offering various services at different rates to help you out. By doing a research on these companies and the money they charge, you can get to a much affordable solution of your problem. Secondly you should look for services that offer more than just an essay writing service. They should offer you support and consultancy in all essay writing related problems. So if you can find a service that can guide you and provide you consultation then that is definitely the best essay service for you. Finally you should aware of what your chosen essay editing and writing service are going to offer to you. A good essay editing service would help you to construct the right structure for your essay. They wo uld guide you towards choosing the right way so that you get the best response for your success. These companies have worked with all the prestigious schools and universities and they definitely know what approach to follow for each school. While you can yourself write essays to but that essay would lack the professional look which can only come with these companies. So I would encourage you to opt for such essay writing service since they can help you to write an essay in a professional manner that would be appreciated and accepted by all the schools and universities. So for students today it is now possible to get their essays written from experts. Visit Writingpapersucks.com to get latest reviews of writing services and chosen the best one for you.
(9 Comments
, last by Office.S )
|
 Tip
 1868 Hits
|
 Coding & OO
|
NE Ohio Computer Guy
|
63. How I Create the Current Date, Day of the Week and Time in Borland C++ 5.02
This article discusses the Borland C++ 5.02 coding I used to create a dialog screen that shows the current date, day of week and time.
7 years ago, and updated 52 months ago
(4 Comments
, last by Pervez.J )
|
 Article
 1862 Hits
|
 C++
|
NE Ohio Computer Guy
|
64. How I Created a C Sharp Module for Automatic Data Back Up
This article describes the C# coding I used to create a module for automatic data back up.
53 months ago, and updated 52 months ago
(2 Comments
, last by Douglas.M )
|
 Article
 1282 Hits
|
 C# (Visual C# & VS.Net)
|
NE Ohio Computer Guy
|
65. How to Populate Combo Box Control and Set Default Selection in C#
This article describes how I populate a combo box control in C# and designate the default selection.
|
 Article
 771 Hits
|
 C# (Visual C# & VS.Net)
|
NE Ohio Computer Guy
|
66. Insert Commas into a String Variable Using C#
This article is about C# programming I use to insert commas into string variables containing large numerical amounts.
|
 Article
 756 Hits
|
 C# (Visual C# & VS.Net)
|
Mike Prestwood
|
67. Introducing Delphi Prism. The new Delphi.Net!
Embarcadero Technologies and RemObjects Software have announced Delphi Prism, a next generation development suite for .NET and Mono, based on RemObjects Software's Oxygene compiler technology.
Delphi Prism will replace both Delphi for .NET and the existing Oxygene product, allowing the two companies to work together on providing one unified solution for managed development.
Key Points:
Install Delphi Prism as a plug-in to Visual Studio or run as a standalone development tool.
- Targets .Net and Mono.
- Target .NET applications using the latest Microsoft .NET 3.5 technologies such as WinForms, WPF, Silverlight, ASP.NET, and LINQ'
- Mac OS X and Linux with open source CLR technologies such as Mono and Cocoa#'
- No VCL.Net (this Delphi for .Net feature was dropped).
- Build Windows applications first and foremost but also build Mac and Linux applications for added flexibility.
- Integrated managed code database engine targeting Windows, Mac OS X, and Linux.
- Supports all CLS features such as generics, sequences, queries and parallel computing.
17 years ago, and updated 17 years ago
|
 News
 14109 Hits
|
 Delphi Prism
|
Mike Prestwood
|
68. Java Abstraction (abstract)
Java supports marking a full class as abstract as well as class members. A subclass must either implement the abstract members or you must declare the subclass abstract (which delays the implementation to it's subclass).
17 years ago, and updated 16 years ago
(1 Comments
, last by Marvin.R2 )
|
 Code
 11314 Hits
|
 Java
|
Mike Prestwood
|
69. Java Case Sensitivity (Yes)
Java is case sensitive.
Customary casing:
- Classes - Initial Caps (Pascal Casing)
- Variables - Initial lowecase (Camel case)
- Methods - Initial lowecase (Camel case)
17 years ago, and updated 16 years ago
(1 Comments
, last by Jordan.Z )
|
 Code
 10204 Hits
|
 Java
|
Mike Prestwood
|
70. Java Comparison Operators (==, !=)
The Java comparison operators are:
- < less than
- <= less than or equal to
- == equal to
- >= greater than or equal to
- > greater than
- != not equal
(1 Comments
, last by Marvin.R2 )
|
 Code
 12271 Hits
|
 Java
|
Mike Prestwood
|
71. Java Exception Trapping (try/catch/finally)
Languages Focus: Exception TrappingA common usage of exception handling is to obtain and use resources in a "try-it" block, deal with any exceptions in an "exceptions" block, and release the resources in some kind of "final" block which executes whether or not any exceptions are trapped. Java Exception Trapping
17 years ago, and updated 17 years ago
(1 Comments
, last by Marvin.R2 )
|
 Code
 8588 Hits
|
 Java
|
Mike Prestwood
|
72. Java File Extensions (.java)
The customary primary source file extension for Java code is ".java" which could contain anywhere from a single class to the entire source code.
Other important files:
- .JAR - Java archive file (compressed code file). Archive that contains multiple Java files and is compressed using .ZIP compression; stores Java classes and metadata and may be digitally signed; runs as a program if the Java Runtime Environment (JRE) is installed on the computer.
- .CLASS - compiled source code which are platform-independent. If a source file has more than one class, each class is compiled into a separate .class file. These .class files can be loaded by any Java Virtual Machine (JVM).
17 years ago, and updated 16 years ago
(2 Comments
, last by Robert.W )
|
 Code
 9704 Hits
|
 Java
|
Mike Prestwood
|
73. Java Static Members (static)
When calling a static method from within the same class, you don't need to specify the class name.
17 years ago, and updated 16 years ago
(2 Comments
, last by deborah.p )
|
 Code
 10131 Hits
|
 Java
|
PS_4522
|
74. Key Features and Benefits of the ASP Framework's Knowledge Base Module on Prestwood IT Portal
Discover the main features and advantages of utilizing the ASP Frameworks knowledge base module on Prestwood ITs portal. This module offers comprehensive tools and resources designed to enhance your experience and streamline your workflow. Learn how to efficiently manage your knowledge base optimize document editing and benefit from the seamless integration with other ASP Suite functionalities. Whether you are a novice or an experienced user this guide will help you understand the capabilities and potential of the knowledge base module allowing you to make the most out of your Prestwood IT portal experience.
Official Site
|
 KB Post
 169 Hits
|
 Java
|
narayana
|
75. MAC address ( Ethernet address )
I have seen many people trying to find a way to get the real physical MAC adddress. Here is one way that works just fine.
19 years ago, and updated 19 years ago
|
 KB Post
 8015 Hits
|
 Pascal and Delphi Coding
|
Wes Peterson
|
76. Magazine: Blaise Pascal
http://www.blaisepascal.eu/
|
 Link
 6793 Hits
|
 Pascal and Delphi Coding
|
PS_4519
|
78. Maximizing Efficiency with Prestwood's ASP Framework: A Comprehensive Guide
Introduction
In todays fast-paced digital world efficiency is key to staying ahead. Prestwoods ASP Framework offers a robust solution to streamline document management and enhance productivity. This comprehensive guide explores the frameworks features and provides practical tips to help users get the most out of it.
Understanding Prestwoods ASP Framework
The ASP Framework by Prestwood is designed to offer a seamless experience for both visitors and administrators. With its intuitive user interface powerful search capabilities and flexible knowledge base module it caters to a wide range of business needs.
Key Features
-
Visitor Interface: The user-friendly design ensures that visitors can easily navigate through the portal and access the information they need.
-
Admin Interface: Administrators have full control over the content allowing them to update and manage documents efficiently.
-
Search Capabilities: The advanced search functionality enables users to quickly find relevant documents saving valuable time.
-
Knowledge Base Module: This module offers a centralized repository for all documents making it easy to organize and retrieve information.
Practical Tips for Using Prestwoods ASP Framework
-
Organize Your Documents: Utilize the knowledge base module to categorize documents based on topics departments or projects. This will make it easier for users to find what they need.
-
Regular Updates: Ensure that all documents are regularly updated to maintain accuracy and relevance.
-
Use Metadata: Adding metadata to documents can enhance search capabilities and improve overall efficiency.
-
Training and Support: Provide training to your team on how to use the framework effectively. This will help them leverage its full potential.
Real-World Examples
Many organizations have successfully implemented Prestwoods ASP Framework to enhance their productivity. For instance a mid-sized tech company streamlined its document management process reducing the time spent on searching for files by 50%. Another example is a healthcare provider that improved its patient documentation system leading to better patient care and reduced administrative workload.
Conclusion
Prestwoods ASP Framework is a powerful tool that can significantly improve your organizations efficiency. By understanding its features and applying practical tips you can optimize your document management process and enhance productivity. Start exploring the possibilities today and see the difference it can make for your business.
TellCulvers
|
 Tip
 397 Hits
|
 Java
|
Mike Prestwood
|
79. New DevExpress Updates Now Available
List of releases available as part of the newest update of Express Install, v1.36.
|
 News
 5950 Hits
|
 Pascal and Delphi Coding
|
PS_4566
|
80. Official Site
TxTag Login gives you an easy and secure way to administer your toll account, monitor your balances, and view your previous transactions in the. If you are interested in logging in, restoring your account, or signing up a new account, this article helps you in each.
If you want to obtain your TxTag account login, it is essential to have access to your account details. This will grant you access to your toll account, assess the available balances, and view prior transactions. To ensure straightforward access to your account use these steps.
Login to TxTag: A Detailed Guide With these steps, you can access your TxTag login portal.
1. Visit the TxTag Homepage Start your browser Official Site and try to get to the TxTag website online. On the homepage located near the right corner an option labeled “Login.” 2. User Accessibility Features From there, TxTag login requires users to provide plead for their username or the email that has been registered with them. You also need to fill in the password field with the password that was created. 3. Log In to Your Account Hit the “Login” button after you have filled in your information. Once the system has verified your credentials correctly, it will redirect you to your account site.
|
 KB Post
 11 Hits
|
 Delphi Prism
|
Wes Peterson
|
81. Opening up Outlook
Long a proprietary data store format, Microsoft is opening up the Outlook PST file format with the release of a couple new products.
15 years ago, and updated 15 years ago
(1 Comments
, last by mprestwood )
|
 KB Post
 6501 Hits
|
 Coding & OO
|
Mike Prestwood
|
82. Partial Methods versus Abstract Methods
What is the difference between a partial method and an abstract method?
|
 FAQ
 10898 Hits
|
 Delphi Prism
|
Joshua Delahunty
|
83. Prestwood and Delphi 9 (Delphi 2005)
Prestwood enthusiastically switched to Delphi 2005 when it was released. Now we have just as enthusiastically moved away from it. While it has intriguing features that are very hard to live without, the stability issues with Delphi 2005, even with the 3 later maintenance releases applied, make it impossible to recommend for production work.
Prestwood software STRONGLY recommends use of either Delphi 7, or Delphi 2006.
19 years ago, and updated 17 years ago
|
 KB Post
 5245 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
84. Prestwood Sponsors RAD Studio 2010 Sacramento Tour Stop!
Prestwood Software is sponsoring the Technology is moving fast. During this free two-hour technical seminar, you'll learn the secrets to getting the most out of RAD Studio 2010 and new Windows technologies. You'll get a firsthand look at new capabilities that will make you more productive and successful with Delphi--, C++Builder--, Delphi Prism-- and Embarcadero-- RAD Studio 2010.
RAD Studio/Delphi 2010 Sacramento Tour Stop! Wednesday, December 2, 2009 6:00PM - 8:00PM
New Horizons of Sacramento 1750 Creekside Oaks Drive, Suite 150 Sacramento, CA 95833
Sponsored by:

16 years ago, and updated 16 years ago
|
 News
 7121 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
85. Program or unit recursively uses itself
You cannot create a Delphi unit with the same name as is already in use. For example, do not create a buttons.pas unit for your application because the VCL already has a Buttons.pas unit. The solution is to rename your unit.
(6 Comments
, last by Amy.G )
|
 Error
 24466 Hits
|
 Pascal and Delphi Coding
|
Scott Wehrly
|
86. Proper Use of
Proper use of dynamically created components that doesn't break the built-in garbage collection scheme.
22 years ago, and updated 17 years ago
|
 KB Post
 6634 Hits
|
 Pascal and Delphi Coding
|
Daniel Fought
|
87. Reference Data type variables
Variables that only contain a reference to the values. Reference data type variables only contain a reference to it's constituent value. Reference data types include objects and strings. Assignment of one reference type variable to another copies the reference, thus changes to the values in one variable changes the values in the other.
17 years ago, and updated 16 years ago
|
 Definition
 12049 Hits
|
 C# (Visual C# & VS.Net)
|
Bryan Valencia
|
88. Regular Expressions Cheat Sheet
A collection of regular expressions that validate and parse common user data.
17 years ago, and updated 17 years ago
|
 KB Post
 5049 Hits
|
 Coding & OO
|
Wes Peterson
|
89. Rubicon Delphi Info Search
Find Delphi info at the Rubicon Delphi and C++Builder search page.
18 years ago, and updated 18 years ago
|
 KB Post
 8107 Hits
|
 Pascal and Delphi Coding
|
Joshua Delahunty
|
90. Setting project options for better maintainability
Some tips for every Delphi project to keep things "clean", "neat", and well maintainable down the road.
19 years ago, and updated 19 years ago
(1 Comments
, last by Anonymous )
|
 KB Post
 9753 Hits
|
 Pascal and Delphi Coding
|
NE Ohio Computer Guy
|
91. Shuffle a Sequentially Ordered Deck of Playing Cards Using C#
This article describes C# coding I use to shuffle a deck of playing cards.
53 months ago, and updated 52 months ago
|
 Article
 986 Hits
|
 C# (Visual C# & VS.Net)
|
Kim Berry
|
92. SSL not working on Indy IdHTTP POST
How to enable SSL transactions with the Indy HTTP v9 component.
22 years ago, and updated 15 years ago
(8 Comments
, last by saeed.k )
|
 KB Post
 16359 Hits
|
 Pascal and Delphi Coding
|
Stephen Berry
|
93. Stacks in Java
Provides the definition of a stack and an example of its implementation in Java
(3 Comments
, last by Summer.B )
|
 KB Post
 16427 Hits
|
 Java
|
Daniel Fought
|
94. Struct
A value type used to encapsulate a small set of related data.
17 years ago, and updated 17 years ago
|
 Definition
 11184 Hits
|
 C# (Visual C# & VS.Net)
|
Joshua Delahunty
|
95. Sub-Classing the BDE TQuery Component
First in a series
19 years ago, and updated 17 years ago
|
 Article
 13275 Hits
|
 Pascal and Delphi Coding
|
PS_4550
|
96. Take Away
|
 Article
 160 Hits
|
 Coding & OO
|
Mike Prestwood
|
97. TechTricks.com Delphi Articles
http://www.techtricks.com/delphi/
|
 Link
 5931 Hits
|
 Pascal and Delphi Coding
|
PS_4553
|
98. The Benefits of Adopting Agile Methodologies in Software Development
|
 Article
 207 Hits
|
 Coding & OO
|
Wes Peterson
|
99. The Case for Delphi (On the Desktop)
In 1995 Borland revolutionized the world of software development when they introduced Delphi.
It had the distinction of being the first integrated development environment (IDE) featuring a fully object-oriented language and a blazing-fast compiler that produced highly optimized, native Intel machine code. Programs written in Delphi were among the fastest in existence – and still are.
After all these years, is Delphi still relevant?
You bet it is! (And, in many cases, it is still your best bet.)
Here's why...
|
 Article
 7032 Hits
|
 Pascal and Delphi Coding
|
NE Ohio Computer Guy
|
100. Three Reasons I Like to Use Text Files to Store Data in My Software Applications
This article discusses three reasons I like to use fixed width text files in my C, C++ and C# application programs.
7 years ago, and updated 53 months ago
(4 Comments
, last by Winston.S )
|
 Article
 1999 Hits
|
 Coding & OO
|
Mss.Fenny
|
101. Understanding Cash Net USA: A Comprehensive Overview
Explore the services benefits and considerations of using Cash Net USA for your financial needs. Learn about their loan offerings customer service and more.
|
 KB Post
 158 Hits
|
 Java
|
PS_4499
|
102. Unlocking the Potential of Advanced System Projects: A Comprehensive Guide
|
 Article
 179 Hits
|
 Java
|
NE Ohio Computer Guy
|
103. Useful C# Windows Forms Input Masks
This article discusses three C# input masks I have used in my program design.
53 months ago, and updated 52 months ago
|
 Article
 864 Hits
|
 C# (Visual C# & VS.Net)
|
Joshua Delahunty
|
104. Using Mono Software Web Dialogs with Cassini and Delphi 2006
The online tutorials for these controls use IIS, this post describes the same use with the Cassini web server
(1 Comments
, last by Werneree.G )
|
 KB Post
 5775 Hits
|
 Pascal and Delphi Coding
|
Joshua Delahunty
|
105. Using the BDSWebExample with SQL Server 2005
Changes to be made when setting up the BDS Web Example for Delphi 2006 and SQL Server 2005
19 years ago, and updated 19 years ago
|
 KB Post
 7272 Hits
|
 Pascal and Delphi Coding
|
Daniel Fought
|
106. Value Data type variables
A Value data type variable contains values.
|
 Definition
 11789 Hits
|
 C# (Visual C# & VS.Net)
|
Mike Prestwood
|
107. VB Classic Array (x = Array())
Arrays in VB Classic use a 0-based indice. UBound returns -1 if the array has no elements, 0 if it has 1, 1 if it has 2, etc.
|
 Code
12092 Hits
|
 Visual Basic Classic
|
Mike Prestwood
|
108. VB Classic Empty String Check (Len(s&vbNullString))
In VB Classic, you have to add an empty string to the value being compared in order to get consistent results. For example, add &"" to your string varilable or it's code equivalent &vbNullString. Then compare to an empty string or verify it's length to 0 with Len.
|
 Code
 12129 Hits
|
 Visual Basic Classic
|
Mike Prestwood
|
109. VB Classic File Extensions
- .BAS = VB source code file.
- .CLS = VB class file (one class per file).
17 years ago, and updated 16 years ago
(1 Comments
, last by Alex.J5 )
|
 Code
 8025 Hits
|
 Visual Basic Classic
|
Mike Prestwood
|
110. VB Classic Parameters (ByRef, ByVal)
By Reference or Value For parameters, you can optionally specify ByVal or ByRef. ByRef is the default if you don't specify.
17 years ago, and updated 16 years ago
|
 Code
10923 Hits
|
 Visual Basic Classic
|
Mike Prestwood
|
111. VB.Net Case Sensitivity (No)
VB.Net is not case sensitive. If you type any other case for commands or variables, VB.Net will change it to the accepted or defined case. For example, if you type messagebox.show it is converted to MessageBox.Show.
17 years ago, and updated 16 years ago
|
 Code
8925 Hits
|
 VB.Net Language
|
Mike Prestwood
|
112. VB.Net Code Blocks (End Xxx)
VB.Net, like VBClassiccode blocks, are surrounded by statement ending keywords that all use End such as End Class, End Sub, End Function, End If, and End If.
17 years ago, and updated 16 years ago
|
 Code
 16878 Hits
|
 VB.Net Language
|
Mike Prestwood
|
113. VB.Net Empty String Check (String.IsNullOrEmpty)
The .Net framework offers a static method in the string class: String.IsNullOrEmpty.
(3 Comments
, last by Dona.D )
|
 Code
17487 Hits
|
 VB.Net Language
|
Mike Prestwood
|
114. VB.Net File Extensions
Common source code file extensions include:
- .SLN - Solution File. Contains solution specific information such as links to the projects within this solution.
- .VBPROJ - VB.Net Project File. Contains project specific information.
- .VB -VB.Net source file.
- .Designer.VB -VB.Net form file (a text resource file).
16 years ago, and updated 16 years ago
|
 Code
 9716 Hits
|
 VB.Net Language
|
Mike Prestwood
|
115. VB.Net If Statement (If..ElseIf..Else..End If)
Same as VB classic.
17 years ago, and updated 16 years ago
|
 Code
9996 Hits
|
 VB.Net Language
|
Mike Prestwood
|
116. VB.Net Left of Substring (Left or Substring)
The above usage of Left and Substring are equivalent.
Left is a traditional VB approach popular with developers moving from VB Classic to VB.Net. Substring is considered the .Net way of doing string manipulation.
17 years ago, and updated 17 years ago
(2 Comments
, last by Bryce.M )
|
 Code
 28258 Hits
|
 VB.Net Language
|
Mike Prestwood
|
117. VB.Net Parameters (ByVal, ByRef)
By Reference or Value For parameters, you can optionally specify ByVal or ByRef. ByVal is the default if you don't specify which is changed from VB Classic (in VB Classic, ByRef was the default).
17 years ago, and updated 16 years ago
|
 Code
9279 Hits
|
 VB.Net Language
|
Wes Peterson
|
118. Virus Targets Old Delphi Tools
New virus targets old versions of Delphi but not the applications developed with Delphi and not the current Delphi versions, just Delphi itself. I detest the jerks that write viruses and other forms of malware. But this one really gets my goat generally because it was a virus that targeted my favorite best-of-breed development tool and specifically because ZDNet reported the problem in a way that implies it targets applications developed by Delphi. Despite ZDNet's tag line, the virus targets old versions of Delphi (4, 5, 6, and 7) but not the applications developed with Delphi and not the current Delphi versions. I sure hope the way ZDNet chose to report this issue doesn't hurt Embarcadero, the owner of Delphi, because of a virus that attacks pre-Embarcadero versions of Delphi.
(2 Comments
, last by Sky.M )
|
 News
 5873 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
119. Visual Basic User Group Meeting
Mike and Brian Prestwood presenting on the Unified Modeling Language.
19 years ago, and updated 17 years ago
|
 News
 4645 Hits
|
 Visual Basic Classic
|
Wes Peterson
|
120. Visual Studio MRU Cleanup Tool
Sometimes old news is good news.
If you still need to work with Visual Studio 2005, you may find yourself annoyed by that list of Recent Projects on your Start Page; a list you can't clean up - unless you want to go poking around in the Windows Registry.
The nifty little utility at this link takes care of the problem in a clean, straightforward, easy-to-use way.
15 years ago, and updated 15 years ago
(1 Comments
, last by Amanda.B4 )
|
 Download
 8283 Hits
|
 Coding & OO
|
Wes Peterson
|
121. Where Does Your Data Belong?
Back in the wild and wooly days of C/PM, DOS, and early versions of Windows, we programmers could store our data pretty much anywhere. It might not have been a good idea, but we could get away with it.
Things have changed drastically!!
If your program stores data, you need to know where it belongs, and that varies quite a bit from one version of Windows to others.
Read on to find out where your data belongs.
|
 Article
 7744 Hits
|
 Pascal and Delphi Coding
|
Wes Peterson
|
122. Why Use Delphi To Create ISAPI DLLs?
When it comes to creating "CGI" solutions, we have a plethora of tools from which to choose. Pearl and TCL are old standbys. ASP Classic, ASP .NET, and PHP are other viable tools.
Why, then, would you want to take the trouble to use Delphi for some of these tasks?
|
 KB Post
 8134 Hits
|
 Pascal and Delphi Coding
|