IT SOLUTIONS
Your full service technology partner! 
-Collapse +Expand
Coder
Search Coder Group:

Advanced
-Collapse +Expand Coder Study Test
PRESTWOODCERTIFIED
-Collapse +Expand Coder Store
PRESTWOODSTORE
   ► KBProgramming   Print This     

Coder KB: Programming Topic

Topics

122 Articles Found in the Programming Topic  (or one of the sub-topics in bold above)

  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.

Posted to KB Topic: C#
17 years ago, and updated 17 years ago
(6 Comments , last by Finlay.H )

Article
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C#
53 months ago, and updated 52 months ago
(10 Comments , last by Kiaolsp.M )

Article
Nothing New Since Your Last Visit
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.
Posted to KB Topic: C#
17 years ago, and updated 17 years ago
(6 Comments , last by velf.f )

KB Post
Nothing New Since Your Last Visit
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

4 days ago

FAQ
Nothing New Since Your Last Visit
46
Hits

Coding & OO

Wes Peterson
5. Book: Delphi 2007 for Win32 Development Essentials http://www.lulu.com/content/2064073
Posted to KB Topic: Delphi for Win32
17 years ago
(2 Comments , last by trnnrisk.k )

Link
Nothing New Since Your Last Visit
7326
Hits

Pascal and Delphi Coding

Wes Peterson
6. Book: Delphi 2007 Handbook http://www.lulu.com/content/1069254
Posted to KB Topic: Delphi for Win32
17 years ago
(4 Comments , last by Sara.F )

Link
Nothing New Since Your Last Visit
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

Posted to KB Topic: Delphi for Win32
19 years ago, and updated 15 years ago
(1 Comments , last by Elena.S )

KB Post
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C#
53 months ago, and updated 52 months ago
(2 Comments , last by Finlay.H )

Article
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C#
53 months ago, and updated 52 months ago
(2 Comments , last by Bryan.C )

Article
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C#
16 years ago

Code
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C++
16 years ago
(2 Comments , last by Dakota.W )

Code
Nothing New Since Your Last Visit
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?

Posted to KB Topic: Delphi for Win32
18 years ago, and updated 15 years ago
(3 Comments , last by Andrew.M2 )

FAQ
Nothing New Since Your Last Visit
23072
Hits

Pascal and Delphi Coding

Mike Prestwood
13. CodeGear Blogs http://blogs.codegear.com/
Posted to KB Topic: Delphi for Win32
17 years ago
(3 Comments , last by velf.f )

Link
Nothing New Since Your Last Visit
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?
Posted to KB Topic: C#
17 years ago, and updated 17 years ago

FAQ
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
17 years ago
(7 Comments , last by aadil.k )

KB Post
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
18 years ago, and updated 17 years ago
(4 Comments , last by Kai.V )

KB Post
Nothing New Since Your Last Visit
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.

10 years ago

Article
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C#
53 months ago, and updated 52 months ago

Article
Nothing New Since Your Last Visit
1071
Hits

C# (Visual C# & VS.Net)

Sam.H
19. Defensive Programming

Defensive programming practice.

10 years ago

Article
Nothing New Since Your Last Visit
4847
Hits

Coding & OO

Daniel Fought
20. Delegate A Delegate is a variable that references a method.
Posted to KB Topic: C#
17 years ago

Definition
Nothing New Since Your Last Visit
12315
Hits

C# (Visual C# & VS.Net)

Wes Peterson
21. DelForEx: A Delphi Code Formatter http://www.aew.wur.nl/UK/Delforexp/
Posted to KB Topic: Delphi for Win32
17 years ago

Link
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
17 years ago, and updated 17 years ago

News
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
17 years ago, and updated 17 years ago

News
Nothing New Since Your Last Visit
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?
Posted to KB Topic: Delphi for Win32
20 years ago, and updated 19 years ago

KB Post
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
17 years ago
(1 Comments , last by mprestwood )

News
Nothing New Since Your Last Visit
6834
Hits

Pascal and Delphi Coding

Mike Prestwood
26. Delphi Array (x=Array[0..3] of string;)

Delphi supports both static and dynamic arrays.

Posted to KB Topic: Delphi for Win32
15 years ago
(3 Comments , last by hememo6399.h )

Code

KB Post
Nothing New Since Your Last Visit  
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.

Posted to KB Topic: Delphi for Win32
16 years ago
(5 Comments , last by Jeannie.C )

Code
Nothing New Since Your Last Visit
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.

Posted to KB Topic: Delphi for Win32
16 years ago

Code
Nothing New Since Your Last Visit
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:

Posted to KB Topic: Delphi for Win32
17 years ago, and updated 17 years ago

Code
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
17 years ago, and updated 17 years ago

News
Nothing New Since Your Last Visit
4765
Hits

Pascal and Delphi Coding

Mike Prestwood
31. Delphi for Win32 Home Page http://www.codegear.com/products/delphi/win32
Posted to KB Topic: Delphi for Win32
17 years ago

Link
Nothing New Since Your Last Visit
6327
Hits

Pascal and Delphi Coding

Mike Prestwood
32. Delphi for Win32 Roadmap http://dn.codegear.com/article/36620
Posted to KB Topic: Delphi for Win32
17 years ago
(3 Comments , last by Thomas.D2 )

Link
Nothing New Since Your Last Visit
6646
Hits

Pascal and Delphi Coding

Mike Prestwood
33. Delphi Inline Code (asm)

In Delphi, you can inline assembler code using the asm keyword.

Posted to KB Topic: Delphi for Win32
16 years ago

Code
Nothing New Since Your Last Visit
11521
Hits

Pascal and Delphi Coding

Mike Prestwood
34. Delphi Member Events

In Delphi, member events are essentially properties of the type method pointer.

Posted to KB Topic: Delphi for Win32
16 years ago

Code
Nothing New Since Your Last Visit
9718
Hits

Pascal and Delphi Coding

Mike Prestwood
35. Delphi Prism Assignment (:=)

Same as Delphi.

Posted to KB Topic: Delphi Prism
16 years ago

Code
Nothing New Since Your Last Visit
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.

Posted to KB Topic: Delphi Prism
17 years ago, and updated 16 years ago
(5 Comments , last by Wayne.N )

Code
Nothing New Since Your Last Visit  
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.

Posted to KB Topic: Delphi Prism
17 years ago, and updated 16 years ago

Code
Nothing New Since Your Last Visit  
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.

Posted to KB Topic: Delphi Prism
17 years ago, and updated 16 years ago

Code
Nothing New Since Your Last Visit
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.

Posted to KB Topic: Delphi Prism
16 years ago
(1 Comments , last by Feni.H )

Code

KB Post
Nothing New Since Your Last Visit
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.

Posted to KB Topic: Delphi Prism
16 years ago

Code
Nothing New Since Your Last Visit
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.

Posted to KB Topic: Delphi Prism
17 years ago, and updated 16 years ago

Code
Nothing New Since Your Last Visit
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

Posted to KB Topic: Delphi Prism
16 years ago

Code
Nothing New Since Your Last Visit
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.

Posted to KB Topic: Delphi Prism
17 years ago, and updated 16 years ago

Code
Nothing New Since Your Last Visit  
12247
Hits

Delphi Prism

Mike Prestwood
44. Delphi Prism vs. CSharp http://prismwiki.codegear.com/en/Delphi_Prism_vs._CSharp
Posted to KB Topic: Delphi Prism
17 years ago

Link
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
22 years ago
(1 Comments , last by Anonymous )

KB Post
Nothing New Since Your Last Visit
12924
Hits

Pascal and Delphi Coding

Larry J. Rutledge
46. Delphi: Windows Shell Extensions How to add functionality to the existing Windowsâ„¢ shell.
Posted to KB Topic: Delphi for Win32
22 years ago, and updated 18 years ago

Article
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
18 years ago

KB Post
Nothing New Since Your Last Visit
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
Posted to KB Topic: C#
18 years ago, and updated 16 years ago
(1 Comments , last by mprestwood )

KB Post
Nothing New Since Your Last Visit
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.

Posted to KB Topic: Delphi for Win32
17 years ago, and updated 16 years ago
(1 Comments , last by moosa.j )

KB Post
Nothing New Since Your Last Visit
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

Posted to KB Topic: C#
51 days ago

Tip
Nothing New Since Your Last Visit
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)

Posted to KB Topic: Delphi for Win32
19 years ago, and updated 16 years ago

Article
Nothing New Since Your Last Visit
21082
Hits

Pascal and Delphi Coding

Mike Prestwood
52. Dr. Bob 42 http://www.drbob42.com/
Posted to KB Topic: Delphi for Win32
17 years ago

Link
Nothing New Since Your Last Visit
9235
Hits

Pascal and Delphi Coding

Adam Lum
53. Eclipse http://www.eclipse.org/
Posted to KB Topic: Java
17 years ago
(5 Comments , last by Bella.H )

Link
Nothing New Since Your Last Visit
7584
Hits

Java

Mike Prestwood
54. Embarcadero Technologies http://www.embarcadero.com/
Posted to KB Topic: Delphi for Win32
17 years ago

Link
Nothing New Since Your Last Visit
5922
Hits

Pascal and Delphi Coding

PS_4563
55. Enhancing Knowledge Management with Prestwood's ASP Suite
Posted to KB Topic: Java
49 hours ago

KB Post
New Stuff Since Your Last Visit
26
Hits

Java

PS_2544
56. essay company com

essay company com

Posted to KB Topic: C++
5 years ago
(3 Comments , last by Donnie.G )

Article
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C#
53 months ago, and updated 53 months ago

Article
Nothing New Since Your Last Visit
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.
Posted to KB Topic: C#
17 years ago

Download
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
19 years ago

Article
Nothing New Since Your Last Visit
8381
Hits

Pascal and Delphi Coding

Wes Peterson
60. GExperts http://www.gexperts.org/
Posted to KB Topic: Delphi for Win32
17 years ago

Link
Nothing New Since Your Last Visit
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.
Posted to KB Topic: C#
18 years ago

Blog
Nothing New Since Your Last Visit
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.

5 years ago
(9 Comments , last by Office.S )

Tip
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C++
7 years ago, and updated 52 months ago
(4 Comments , last by Pervez.J )

Article
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C#
53 months ago, and updated 52 months ago
(2 Comments , last by Douglas.M )

Article
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C#
53 months ago

Article
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C#
53 months ago

Article
Nothing New Since Your Last Visit
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:

  • Delphi Prism screen shot.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.
Posted to KB Topic: Delphi Prism
17 years ago, and updated 17 years ago

News
Nothing New Since Your Last Visit
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).

Posted to KB Topic: Java
17 years ago, and updated 16 years ago
(1 Comments , last by Marvin.R2 )

Code
Nothing New Since Your Last Visit
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)
Posted to KB Topic: Java
17 years ago, and updated 16 years ago
(1 Comments , last by Jordan.Z )

Code
Nothing New Since Your Last Visit
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
Posted to KB Topic: Java
16 years ago
(1 Comments , last by Marvin.R2 )

Code
Nothing New Since Your Last Visit
12271
Hits

Java

Mike Prestwood
71. Java Exception Trapping (try/catch/finally)

Languages Focus: Exception Trapping

A 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

Posted to KB Topic: Java
17 years ago, and updated 17 years ago
(1 Comments , last by Marvin.R2 )

Code
Nothing New Since Your Last Visit
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).
Posted to KB Topic: Java
17 years ago, and updated 16 years ago
(2 Comments , last by Robert.W )

Code
Nothing New Since Your Last Visit
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.

Posted to KB Topic: Java
17 years ago, and updated 16 years ago
(2 Comments , last by deborah.p )

Code
Nothing New Since Your Last Visit
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

Posted to KB Topic: Java
45 days ago

KB Post
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
19 years ago, and updated 19 years ago

KB Post
Nothing New Since Your Last Visit
8015
Hits

Pascal and Delphi Coding

Wes Peterson
76. Magazine: Blaise Pascal http://www.blaisepascal.eu/
Posted to KB Topic: Delphi for Win32
17 years ago

Link
Nothing New Since Your Last Visit
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

  1. Visitor Interface: The user-friendly design ensures that visitors can easily navigate through the portal and access the information they need.

  2. Admin Interface: Administrators have full control over the content allowing them to update and manage documents efficiently.

  3. Search Capabilities: The advanced search functionality enables users to quickly find relevant documents saving valuable time.

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

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

  2. Regular Updates: Ensure that all documents are regularly updated to maintain accuracy and relevance.

  3. Use Metadata: Adding metadata to documents can enhance search capabilities and improve overall efficiency.

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

Posted to KB Topic: Java
49 days ago

Tip
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
17 years ago

News
Nothing New Since Your Last Visit
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.

Posted to KB Topic: Delphi Prism
23 hours ago

KB Post
New Stuff Since Your Last Visit
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
Nothing New Since Your Last Visit
6501
Hits

Coding & OO

Mike Prestwood
82. Partial Methods versus Abstract Methods

What is the difference between a partial method and an abstract method?

Posted to KB Topic: Delphi Prism
16 years ago

FAQ
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
19 years ago, and updated 17 years ago

KB Post
Nothing New Since Your Last Visit
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:

Prestwood Software

Posted to KB Topic: Delphi for Win32
16 years ago, and updated 16 years ago

News
Nothing New Since Your Last Visit
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.

Posted to KB Topic: Delphi for Win32
16 years ago
(6 Comments , last by Amy.G )

Error
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
22 years ago, and updated 17 years ago

KB Post
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C#
17 years ago, and updated 16 years ago

Definition
Nothing New Since Your Last Visit
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
Nothing New Since Your Last Visit
5049
Hits

Coding & OO

Wes Peterson
89. Rubicon Delphi Info Search Find Delphi info at the Rubicon Delphi and C++Builder search page.
Posted to KB Topic: Delphi for Win32
18 years ago, and updated 18 years ago

KB Post
Nothing New Since Your Last Visit
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.
Posted to KB Topic: Delphi for Win32
19 years ago, and updated 19 years ago
(1 Comments , last by Anonymous )

KB Post
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C#
53 months ago, and updated 52 months ago

Article
Nothing New Since Your Last Visit
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.

Posted to KB Topic: Delphi for Win32
22 years ago, and updated 15 years ago
(8 Comments , last by saeed.k )

KB Post
Nothing New Since Your Last Visit
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
Posted to KB Topic: Java
17 years ago
(3 Comments , last by Summer.B )

KB Post
Nothing New Since Your Last Visit
16427
Hits

Java

Daniel Fought
94. Struct A value type used to encapsulate a small set of related data.
Posted to KB Topic: C#
17 years ago, and updated 17 years ago

Definition
Nothing New Since Your Last Visit
11184
Hits

C# (Visual C# & VS.Net)

Joshua Delahunty
95. Sub-Classing the BDE TQuery Component First in a series
Posted to KB Topic: Delphi for Win32
19 years ago, and updated 17 years ago

Article
Nothing New Since Your Last Visit
13275
Hits

Pascal and Delphi Coding

PS_4550
96. Take Away
13 days ago

Article
Nothing New Since Your Last Visit
160
Hits

Coding & OO

Mike Prestwood
97. TechTricks.com Delphi Articles http://www.techtricks.com/delphi/
Posted to KB Topic: Delphi for Win32
17 years ago

Link
Nothing New Since Your Last Visit
5931
Hits

Pascal and Delphi Coding

PS_4553
98. The Benefits of Adopting Agile Methodologies in Software Development
11 days ago

Article
Nothing New Since Your Last Visit
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...

Posted to KB Topic: Delphi for Win32
11 years ago

Article
Nothing New Since Your Last Visit
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
Nothing New Since Your Last Visit
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.

Posted to KB Topic: Java
57 days ago

KB Post
Nothing New Since Your Last Visit
158
Hits

Java

PS_4499
102. Unlocking the Potential of Advanced System Projects: A Comprehensive Guide
Posted to KB Topic: Java
43 days ago

Article
Nothing New Since Your Last Visit
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.

Posted to KB Topic: C#
53 months ago, and updated 52 months ago

Article
Nothing New Since Your Last Visit
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

Posted to KB Topic: Delphi for Win32
19 years ago
(1 Comments , last by Werneree.G )

KB Post
Nothing New Since Your Last Visit
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
Posted to KB Topic: Delphi for Win32
19 years ago, and updated 19 years ago

KB Post
Nothing New Since Your Last Visit
7272
Hits

Pascal and Delphi Coding

Daniel Fought
106. Value Data type variables A Value data type variable contains values.
Posted to KB Topic: C#
17 years ago

Definition
Nothing New Since Your Last Visit
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.

Posted to KB Topic: VB Classic
15 years ago

Code
Nothing New Since Your Last Visit  
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.

Posted to KB Topic: VB Classic
16 years ago

Code
Nothing New Since Your Last Visit
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).
Posted to KB Topic: VB Classic
17 years ago, and updated 16 years ago
(1 Comments , last by Alex.J5 )

Code
Nothing New Since Your Last Visit
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.

Posted to KB Topic: VB Classic
17 years ago, and updated 16 years ago

Code
Nothing New Since Your Last Visit  
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.

Posted to KB Topic: VB.Net
17 years ago, and updated 16 years ago

Code
Nothing New Since Your Last Visit  
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.

Posted to KB Topic: VB.Net
17 years ago, and updated 16 years ago

Code
Nothing New Since Your Last Visit
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.

Posted to KB Topic: VB.Net
16 years ago
(3 Comments , last by Dona.D )

Code
Nothing New Since Your Last Visit  
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).
Posted to KB Topic: VB.Net
16 years ago, and updated 16 years ago

Code
Nothing New Since Your Last Visit
9716
Hits

VB.Net Language

Mike Prestwood
115. VB.Net If Statement (If..ElseIf..Else..End If)

Same as VB classic.

Posted to KB Topic: VB.Net
17 years ago, and updated 16 years ago

Code
Nothing New Since Your Last Visit  
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.

Posted to KB Topic: VB.Net
17 years ago, and updated 17 years ago
(2 Comments , last by Bryce.M )

Code
Nothing New Since Your Last Visit
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).

Posted to KB Topic: VB.Net
17 years ago, and updated 16 years ago

Code
Nothing New Since Your Last Visit  
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.

Posted to KB Topic: Delphi for Win32
16 years ago
(2 Comments , last by Sky.M )

News
Nothing New Since Your Last Visit
5873
Hits

Pascal and Delphi Coding

Mike Prestwood
119. Visual Basic User Group Meeting Mike and Brian Prestwood presenting on the Unified Modeling Language.
Posted to KB Topic: VB Classic
19 years ago, and updated 17 years ago

News
Nothing New Since Your Last Visit
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
Nothing New Since Your Last Visit
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.

Posted to KB Topic: Delphi for Win32
11 years ago

Article
Nothing New Since Your Last Visit
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?
Posted to KB Topic: Delphi for Win32
18 years ago

KB Post
Nothing New Since Your Last Visit
8134
Hits

Pascal and Delphi Coding

Icon Legend:
Since your last logged visit:
- New to you or updated since your last visit (sign in now to activate).
- NOT new to you since your last visit (sign in now to activate).

New Coding & OO Knowledge Base Post...

Share your knowledge with the WORLD! In addition to adding comments to existing posts, you can post knowledge you've acquired. We welcome full articles (intro with screen shots), general posts (shorter), and tidbits (tips, FAQs, definitions, etc.).

Post New...

Tidbit Post: Short Flashcard FAQ Definition Quick Tip Code Snippet
Longer Post: Full Article General Post File Link Error News
Other: Blog Topic
Or, if YOU have a question...
  Coding & OO Message Board
Go ahead!   Use Us! Call: 916-726-5675  Or visit our new sales site: 
www.prestwood.com


©1995-2025 Prestwood IT Solutions.   [Security & Privacy]