| |
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.
18 years ago, and updated 18 years ago
(6 Comments
, last by Finlay.H )
|
 Article
 19562 Hits
|
 C# (Visual C# & VS.Net)
|
PS_4982
|
2. AESsuccess
(1 Comments
, last by Donnie.G )
|
 KB Post
 286 Hits
|
 C# (Visual C# & VS.Net)
|
NE Ohio Computer Guy
|
3. An Inventory Transaction Report in C#
This article describes a C# module I created that will generate an inventory transaction report.
6 years ago, and updated 6 years ago
(12 Comments
, last by brian.j )
|
 Article
 3249 Hits
|
 C# (Visual C# & VS.Net)
|
Stephen Berry
|
4. 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.
18 years ago, and updated 18 years ago
(7 Comments
, last by Yukilo.L )
|
 KB Post
 9002 Hits
|
 C# (Visual C# & VS.Net)
|
PS_4558
|
5. 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
(1 Comments
, last by kety.M )
|
 FAQ
 1014 Hits
|
 Coding & OO
|
Wes Peterson
|
6. Book: Delphi 2007 for Win32 Development Essentials
http://www.lulu.com/content/2064073
(3 Comments
, last by wegan.w )
|
 Link
 8020 Hits
|
 Pascal and Delphi Coding
|
Wes Peterson
|
7. Book: Delphi 2007 Handbook
http://www.lulu.com/content/1069254
(4 Comments
, last by Sara.F )
|
 Link
 8896 Hits
|
 Pascal and Delphi Coding
|
Joshua Delahunty
|
8. Borland 2006 New Features Demo
David Intersimone ("David I") of Borland demonstrates the latest versions of the Borland Developer Studio 2006 Product
20 years ago, and updated 16 years ago
(3 Comments
, last by peter.p5 )
|
 KB Post
 6993 Hits
|
 Pascal and Delphi Coding
|
NE Ohio Computer Guy
|
9. 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.
6 years ago, and updated 6 years ago
(3 Comments
, last by Daizy.D )
|
 Article
 1730 Hits
|
 C# (Visual C# & VS.Net)
|
NE Ohio Computer Guy
|
10. 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.
6 years ago, and updated 6 years ago
(2 Comments
, last by Bryan.C )
|
 Article
 1667 Hits
|
 C# (Visual C# & VS.Net)
|
Mike Prestwood
|
11. C# Empty String Check (String.IsNullOrEmpty)
The .Net framework offers a static method in the string class: String.IsNullOrEmpty.
(1 Comments
, last by patricia.w )
|
 Code
 12855 Hits
|
 C# (Visual C# & VS.Net)
|
Mike Prestwood
|
12. C++/CLI Empty String Check (String.IsNullOrEmpty)
The .Net framework offers a static method in the string class: String.IsNullOrEmpty.
(4 Comments
, last by Dennis.H4 )
|
 Code
 22622 Hits
|
 C++
|
Mike Prestwood
|
13. 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?
19 years ago, and updated 16 years ago
(4 Comments
, last by selpinka.p )
|
 FAQ
 25123 Hits
|
 Pascal and Delphi Coding
|
PS_5672
|
14. cloud-based software company
I’m here to make your ServiceTitan sign in a breeze. ServiceTitan is field service management software for home service businesses like HVAC, plumbing, and electrical, streamlining job management software, scheduling software, and customer management software. This article simplifies ServiceTitan access with clear steps.Business & Productivity Software cloud-based software company
I’ll walk you through how to access the ServiceTitan portal login like a pro. Whether you’re a technician in the field or an admin in the office, logging into ServiceTitan via the web portal or mobile app login is your gateway to managing jobs, schedules, and customers. It’s the heart of field service management software, and I’ve seen it save countless hours for contractors.
A smooth ServiceTitan dashboard login keeps your team connected, from technician login to office staff login, ensuring everyone’s on the same page. Here’s the catch: mess up the setup, and you’re locked out, wasting time. Let’s dive into the steps to nail your ServiceTitan website login.
For admin login or technician login, your company admin assigns credentials via the user authentication system. New users get an email with a temporary password. Change it immediately for security.
(2 Comments
, last by Sablen.S )
|
 Article
 69 Hits
|
 Java
|
Mike Prestwood
|
15. CodeGear Blogs
http://blogs.codegear.com/
(3 Comments
, last by velf.f )
|
 Link
 7753 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
16. Coding for Application Virtualization
How do I take advantage of Application Virtualization in the application I'm coding?
18 years ago, and updated 18 years ago
|
 FAQ
 20231 Hits
|
 C# (Visual C# & VS.Net)
|
Wes Peterson
|
17. 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
 21821 Hits
|
 Pascal and Delphi Coding
|
Wes Peterson
|
18. 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.
19 years ago, and updated 18 years ago
(5 Comments
, last by koena.k )
|
 KB Post
 20649 Hits
|
 Pascal and Delphi Coding
|
Sam.H
|
19. Control Structures, and Recursion
Control Flow in a Computer Program: Sequential, Conditional, Iteration. Also has an introduction to Recursion.
(1 Comments
, last by Kyla.E )
|
 Article
 6814 Hits
|
 Coding & OO
|
NE Ohio Computer Guy
|
20. 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.
6 years ago, and updated 6 years ago
|
 Article
 1564 Hits
|
 C# (Visual C# & VS.Net)
|
Sam.H
|
21. Defensive Programming
Defensive programming practice.
|
 Article
 5436 Hits
|
 Coding & OO
|
Daniel Fought
|
22. Delegate
A Delegate is a variable that references a method.
(1 Comments
, last by Theresa.A )
|
 Definition
 13385 Hits
|
 C# (Visual C# & VS.Net)
|
Wes Peterson
|
23. DelForEx: A Delphi Code Formatter
http://www.aew.wur.nl/UK/Delforexp/
|
 Link
 23096 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
24. 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.
18 years ago, and updated 18 years ago
|
 News
 5533 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
25. 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.
18 years ago, and updated 18 years ago
|
 News
 6846 Hits
|
 Pascal and Delphi Coding
|
Wes Peterson
|
26. 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?
21 years ago, and updated 20 years ago
|
 KB Post
 15472 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
27. Delphi Acquired by Embarcadero Technologies
CodeGear, Borland's development tools division is being acquired by Embarcadero Technologies.
(1 Comments
, last by mprestwood )
|
 News
 7415 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
28. Delphi Array (x=Array[0..3] of string;)
Delphi supports both static and dynamic arrays.
(3 Comments
, last by hememo6399.h )
|
 Code |
 KB Post |
25651 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
29. 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
 20923 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
30. 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
 12503 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
31. 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:
18 years ago, and updated 18 years ago
|
 Code
 12344 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
32. 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.
18 years ago, and updated 18 years ago
(1 Comments
, last by Shana.B )
|
 News
 5317 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
33. Delphi for Win32 Home Page
http://www.codegear.com/products/delphi/win32
|
 Link
 7169 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
34. Delphi for Win32 Roadmap
http://dn.codegear.com/article/36620
(3 Comments
, last by Thomas.D2 )
|
 Link
 7470 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
35. Delphi Inline Code (asm)
In Delphi, you can inline assembler code using the asm keyword.
|
 Code
 12438 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
36. Delphi Member Events
In Delphi, member events are essentially properties of the type method pointer.
|
 Code
 10931 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
37. Delphi Prism Assignment (:=)
Same as Delphi.
(1 Comments
, last by Kimono.P )
|
 Code
 9713 Hits
|
 Delphi Prism
|
Mike Prestwood
|
38. 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.
18 years ago, and updated 17 years ago
(5 Comments
, last by Wayne.N )
|
 Code
11884 Hits
|
 Delphi Prism
|
Mike Prestwood
|
39. 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.
18 years ago, and updated 17 years ago
|
 Code
12582 Hits
|
 Delphi Prism
|
Mike Prestwood
|
40. 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.
18 years ago, and updated 17 years ago
|
 Code
 8637 Hits
|
 Delphi Prism
|
Mike Prestwood
|
41. 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 |
 21026 Hits
|
 Delphi Prism
|
Mike Prestwood
|
42. 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
 14840 Hits
|
 Delphi Prism
|
Mike Prestwood
|
43. 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.
18 years ago, and updated 17 years ago
|
 Code
 10327 Hits
|
 Delphi Prism
|
Mike Prestwood
|
44. 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
 11559 Hits
|
 Delphi Prism
|
Mike Prestwood
|
45. 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.
18 years ago, and updated 17 years ago
|
 Code
13150 Hits
|
 Delphi Prism
|
Mike Prestwood
|
46. Delphi Prism vs. CSharp
http://prismwiki.codegear.com/en/Delphi_Prism_vs._CSharp
|
 Link
 6595 Hits
|
 Delphi Prism
|
Scott Wehrly
|
47. 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
 13730 Hits
|
 Pascal and Delphi Coding
|
Larry J. Rutledge
|
48. Delphi: Windows Shell Extensions
How to add functionality to the existing Windowsâ„¢ shell.
23 years ago, and updated 19 years ago
|
 Article
 18955 Hits
|
 Pascal and Delphi Coding
|
ermohan_rp
|
49. 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
 7437 Hits
|
 Pascal and Delphi Coding
|
Adam Lum
|
50. Deploying your .NET Application with ClickOnce (quick tutorial)
A basic introduction to deploying an application using Visual Studio .NET 2005's ClickOnce
19 years ago, and updated 17 years ago
(1 Comments
, last by mprestwood )
|
 KB Post
 45413 Hits
|
 C# (Visual C# & VS.Net)
|
Larry J. Rutledge
|
51. Detecting Windows SafeMode
Use Windows API GetSystemMetrics with SM_CLEANBOOT parameter to determine how Windows was started.
18 years ago, and updated 17 years ago
(1 Comments
, last by moosa.j )
|
 KB Post
 8026 Hits
|
 Pascal and Delphi Coding
|
Mss.Fenny
|
52. Direct2HR Albertsons
What should I do if I’m locked out of my account?
Direct2HR com
(1 Comments
, last by Clover.C )
|
 Tip
 1041 Hits
|
 C# (Visual C# & VS.Net)
|
Joshua Delahunty
|
53. 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)
20 years ago, and updated 17 years ago
|
 Article
 22049 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
54. Dr. Bob 42
http://www.drbob42.com/
|
 Link
 10265 Hits
|
 Pascal and Delphi Coding
|
Adam Lum
|
55. Eclipse
http://www.eclipse.org/
(5 Comments
, last by Bella.H )
|
 Link
 8228 Hits
|
 Java
|
Mike Prestwood
|
56. Embarcadero Technologies
http://www.embarcadero.com/
|
 Link
 6793 Hits
|
 Pascal and Delphi Coding
|
PS_4563
|
57. Enhancing Knowledge Management with Prestwood's ASP Suite
(1 Comments
, last by omder.m )
|
 KB Post
 1071 Hits
|
 Java
|
PS_2544
|
58. essay company com
essay company com
(3 Comments
, last by Donnie.G )
|
 Article
 2126 Hits
|
 C++
|
PS_5278
|
59. EZPassIN
|
 KB Post
 127 Hits
|
 C# (Visual C# & VS.Net)
|
PS_5275
|
60. EZPassKY
|
 KB Post
 130 Hits
|
 C# (Visual C# & VS.Net)
|
NE Ohio Computer Guy
|
61. Fibonacci Spiral App for Windows Phone
This article discusses the C# coding I created to make a Fibonnacci Spiral App for Windows Phone.
6 years ago, and updated 6 years ago
|
 Article
 1371 Hits
|
 C# (Visual C# & VS.Net)
|
Wes Peterson
|
62. Free E-Book on C# .NET Essentials
This is the "Chapter Zero" you've been missing.
|
 Download
 16637 Hits
|
 C# (Visual C# & VS.Net)
|
Joshua Delahunty
|
63. 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
 9165 Hits
|
 Pascal and Delphi Coding
|
Wes Peterson
|
64. GExperts
http://www.gexperts.org/
|
 Link
 10388 Hits
|
 Pascal and Delphi Coding
|
Wes Peterson
|
65. 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
 9904 Hits
|
 C# (Visual C# & VS.Net)
|
PS_5055
|
66. HCTRA
|
 KB Post
 233 Hits
|
 C# (Visual C# & VS.Net)
|
PS_4660
|
67. How do I efficiently update client contact information across multiple accounts in Prestwood?
|
 KB Post
 417 Hits
|
 C# (Visual C# & VS.Net)
|
PS_4795
|
68. How do I enable session state in classic ASP pages using Prestwood's ASPSuite?
Im working on an internal application using classic ASP and noticed some issues with session data not persisting across pages. Im using Prestwoods ASPSuite framework. Can anyone guide me on how to properly enable and manage session state within this environment? Are there any best practices or common pitfalls I should be aware of?
Official Website
|
 KB Post
 289 Hits
|
 C# (Visual C# & VS.Net)
|
PS_2685
|
69. 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
 2673 Hits
|
 Coding & OO
|
PS_4782
|
70. How do I open a service account with Prestwood IT?
Im interested in using Prestwood ITs tech, website, and coding services. What steps do I need to follow to open a service account through their online portal? Is there any Official Website cost involved, and how soon can I start using their services after signing up?
|
 KB Post
 251 Hits
|
 C# (Visual C# & VS.Net)
|
PS_4798
|
71. How Does Prestwood IT Document Legacy Systems for Internal Use?
What are the key steps and best practices followed by Prestwood IT when documenting legacy systems within their Staff Intranet Knowledge Base? Specifically, how do they utilize screenshots, database access, and video walkthroughs to preserve and communicate system functionality?
Credit Card Statement
(1 Comments
, last by Jean.R )
|
 KB Post
 290 Hits
|
 C# (Visual C# & VS.Net)
|
PS_4802
|
72. How does Prestwood IT organize and manage internal procedures through its Staff Intranet?
Explore how Prestwood IT uses its Staff Intranet Knowledge Base to streamline internal operations. From marketing workflows and client forms to office security protocols and tech staff coordination, this resource hub offers structured documentation for staff efficiency. What are the key benefits of using such a centralized system, and how might similar organizations implement one?
CredibleBH Employee Login
|
 KB Post
 289 Hits
|
 C# (Visual C# & VS.Net)
|
NE Ohio Computer Guy
|
73. 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.
8 years ago, and updated 6 years ago
(4 Comments
, last by Pervez.J )
|
 Article
 2500 Hits
|
 C++
|
NE Ohio Computer Guy
|
74. 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.
6 years ago, and updated 6 years ago
(2 Comments
, last by Douglas.M )
|
 Article
 1961 Hits
|
 C# (Visual C# & VS.Net)
|
PS_4680
|
75. How to Generate Your Quarterly Performance Report in Prestwood
|
 KB Post
 274 Hits
|
 C# (Visual C# & VS.Net)
|
NE Ohio Computer Guy
|
76. 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
 1287 Hits
|
 C# (Visual C# & VS.Net)
|
NE Ohio Computer Guy
|
77. 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
 1199 Hits
|
 C# (Visual C# & VS.Net)
|
Mike Prestwood
|
78. 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.
18 years ago, and updated 18 years ago
|
 News
 15292 Hits
|
 Delphi Prism
|
Mike Prestwood
|
79. 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).
18 years ago, and updated 17 years ago
(3 Comments
, last by ivy.h )
|
 Code
 12661 Hits
|
 Java
|
Mike Prestwood
|
80. 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)
18 years ago, and updated 17 years ago
(3 Comments
, last by freya.r )
|
 Code
 11257 Hits
|
 Java
|
Mike Prestwood
|
81. 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
(3 Comments
, last by jack.g )
|
 Code
 13694 Hits
|
 Java
|
Mike Prestwood
|
82. 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
18 years ago, and updated 18 years ago
(1 Comments
, last by Marvin.R2 )
|
 Code
 9411 Hits
|
 Java
|
Mike Prestwood
|
83. 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).
18 years ago, and updated 17 years ago
(2 Comments
, last by Robert.W )
|
 Code
 10653 Hits
|
 Java
|
Mike Prestwood
|
84. Java Static Members (static)
When calling a static method from within the same class, you don't need to specify the class name.
18 years ago, and updated 17 years ago
(2 Comments
, last by deborah.p )
|
 Code
 11242 Hits
|
 Java
|
PS_5016
|
85. KaiserMemberServices
(1 Comments
, last by Izrani.I )
|
 KB Post
 255 Hits
|
 C# (Visual C# & VS.Net)
|
PS_4522
|
86. 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
(1 Comments
, last by dennis.e )
|
 KB Post
 936 Hits
|
 Java
|
narayana
|
87. 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.
20 years ago, and updated 20 years ago
|
 KB Post
 8794 Hits
|
 Pascal and Delphi Coding
|
Wes Peterson
|
88. Magazine: Blaise Pascal
http://www.blaisepascal.eu/
|
 Link
 7445 Hits
|
 Pascal and Delphi Coding
|
PS_4519
|
90. 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
(1 Comments
, last by betty.p )
|
 Tip
 1251 Hits
|
 Java
|
PS_4970
|
91. my cc pay
convenient and secure online platform designed to simplify credit card payments. It allows users to manage multiple credit cards in one place, track due dates, and avoid late fees. With an intuitive interface, users can schedule payments, set reminders, and monitor transaction history easily. The platform prioritizes security with encryption and two-factor authentication, ensuring sensitive financial information is protected. Whether paying monthly bills, tracking spending, or managing multiple accounts, My CC Pay offers a streamlined, user-friendly experience. It empowers users to stay organized and in control of their finances effortlessly.
|
 KB Post
 250 Hits
|
 Coding & OO
|
PS_4970
|
92. my cc pay
convenient and secure online platform designed to simplify credit card payments. It allows users to manage multiple credit cards in one place, track due dates, and avoid late fees. With an intuitive interface, users can schedule payments, set reminders, and monitor transaction history easily. The platform prioritizes security with encryption and two-factor authentication, ensuring sensitive financial information is protected. Whether paying monthly bills, tracking spending, or managing multiple accounts, My CC Pay offers a streamlined, user-friendly experience. It empowers users to stay organized and in control of their finances effortlessly.
|
 KB Post
 180 Hits
|
 Coding & OO
|
PS_4970
|
93. my cc pay
convenient and secure online platform designed to simplify credit card payments. It allows users to manage multiple credit cards in one place, track due dates, and avoid late fees. With an intuitive interface, users can schedule payments, set reminders, and monitor transaction history easily. The platform prioritizes security with encryption and two-factor authentication, ensuring sensitive financial information is protected. Whether paying monthly bills, tracking spending, or managing multiple accounts, My CC Pay offers a streamlined, user-friendly experience. It empowers users to stay organized and in control of their finances effortlessly.
|
 KB Post
 211 Hits
|
 Coding & OO
|
PS_4618
|
94. mycenturahealth.it.com
I’m here to guide you through logging into MyCenturaHealth, the portal that makes managing your health online a total breeze.
Whether you’re checking lab results or messaging your doctor, getting into your account is the first step. I’ve done this a million times, and trust me, it’s easier than it looks. Let’s dive into the login process with a conversational vibe, like I’m explaining it to a colleague over coffee.
1. Visit the Login Page: Open your browser and go to epic.mycenturahealth.org. I use Chrome because it’s reliable, but Safari works too. Make sure mycenturahealth.it.com JavaScript and cookies are enabled (check your browser’s privacy settings).
2. Enter Your Credentials: Type your username (usually your email) and password in the login fields. I set my email as my username for simplicity. Double-check for typos—caps lock is the enemy here.
3. Select Language: Choose your preferred language (English or Spanish) from the dropdown. I stick with English, but it’s cool that Spanish is an option (click “Ver en Español” if needed).
4. Complete Security Check: If you’ve enabled two-factor authentication (2FA), you’ll get a code via text or email. Enter it to verify your identity. I added 2FA after hearing 80% of healthcare breaches involve stolen credentials (Cybersecurity Ventures, 2024).
|
 KB Post
 660 Hits
|
 Java
|
PS_4845
|
95. MyMilestoneCard
(1 Comments
, last by Glenn.C )
|
 KB Post
 259 Hits
|
 C# (Visual C# & VS.Net)
|
Mike Prestwood
|
96. New DevExpress Updates Now Available
List of releases available as part of the newest update of Express Install, v1.36.
|
 News
 6453 Hits
|
 Pascal and Delphi Coding
|
PS_4566
|
97. 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
 787 Hits
|
 Delphi Prism
|
Wes Peterson
|
98. 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.
16 years ago, and updated 16 years ago
(1 Comments
, last by mprestwood )
|
 KB Post
 6901 Hits
|
 Coding & OO
|
PS_4657
|
99. Optimizing Digital Workspace Efficiency
What are three effective strategies or tools that can significantly improve an individuals digital workspace efficiency and help manage tasks more effectively in a remote or hybrid work setup?
|
 KB Post
 559 Hits
|
 C# (Visual C# & VS.Net)
|
Mike Prestwood
|
100. Partial Methods versus Abstract Methods
What is the difference between a partial method and an abstract method?
|
 FAQ
 11903 Hits
|
 Delphi Prism
|
PS_4855
|
101. PaybyPlateMA
(1 Comments
, last by Elma.H )
|
 KB Post
 312 Hits
|
 C# (Visual C# & VS.Net)
|
Joshua Delahunty
|
102. 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.
20 years ago, and updated 18 years ago
|
 KB Post
 6039 Hits
|
 Pascal and Delphi Coding
|
PS_4677
|
103. Prestwood Portal: Empowering Financial Advisors with Integrated Solutions
(1 Comments
, last by Elma.H )
|
 KB Post
 382 Hits
|
 C# (Visual C# & VS.Net)
|
Mike Prestwood
|
104. 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:

17 years ago, and updated 17 years ago
|
 News
 7967 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
105. 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
 26616 Hits
|
 Pascal and Delphi Coding
|
Scott Wehrly
|
106. Proper Use of
Proper use of dynamically created components that doesn't break the built-in garbage collection scheme.
23 years ago, and updated 18 years ago
|
 KB Post
 7421 Hits
|
 Pascal and Delphi Coding
|
Daniel Fought
|
107. 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.
18 years ago, and updated 17 years ago
|
 Definition
 13095 Hits
|
 C# (Visual C# & VS.Net)
|
Bryan Valencia
|
108. Regular Expressions Cheat Sheet
A collection of regular expressions that validate and parse common user data.
18 years ago, and updated 18 years ago
|
 KB Post
 5734 Hits
|
 Coding & OO
|
PS_4671
|
109. Resolving Common Login Issues
|
 KB Post
 404 Hits
|
 C# (Visual C# & VS.Net)
|
Wes Peterson
|
110. Rubicon Delphi Info Search
Find Delphi info at the Rubicon Delphi and C++Builder search page.
19 years ago, and updated 19 years ago
|
 KB Post
 8960 Hits
|
 Pascal and Delphi Coding
|
Joshua Delahunty
|
111. Setting project options for better maintainability
Some tips for every Delphi project to keep things "clean", "neat", and well maintainable down the road.
20 years ago, and updated 20 years ago
(1 Comments
, last by Anonymous )
|
 KB Post
 10631 Hits
|
 Pascal and Delphi Coding
|
NE Ohio Computer Guy
|
112. Shuffle a Sequentially Ordered Deck of Playing Cards Using C#
This article describes C# coding I use to shuffle a deck of playing cards.
6 years ago, and updated 6 years ago
|
 Article
 1500 Hits
|
 C# (Visual C# & VS.Net)
|
PS_4869
|
113. Smart Solutions for College Homework Challenges
Whether you are just beginning your freshman year or already a sophomore, handling college homework can often feel overwhelming. Many students face obstacles such as limited time, insufficient subject knowledge, lack of motivation, or the challenge of balancing studies with part-time jobs. These issues can make it difficult to stay consistent with academic performance. Fortunately, modern solutions are available that can ease the burden and help you succeed. One such option is turning to professional academic assistance platforms designed specifically to support students with their assignments. Bill Pay
Instead of stressing over deadlines or spending sleepless nights searching for the right answers, you can explore reliable services that provide tailored writing help. These platforms not only deliver completed assignments but also allow you to access sample papers, sharpen your writing skills, and gain practical insights into tackling academic tasks. Getting started is usually simple: browse the website, check service details, and estimate the cost of your assignment to confirm it suits your budget. After creating an account, you can place an order, provide clear instructions, and make the payment. Once submitted, experienced writers will take care of your homework, ensuring it is completed within your chosen timeframe. This way, you save time, reduce stress, and focus on other priorities while still excelling academically.
|
 KB Post
 204 Hits
|
 Coding & OO
|
Kim Berry
|
114. SSL not working on Indy IdHTTP POST
How to enable SSL transactions with the Indy HTTP v9 component.
23 years ago, and updated 16 years ago
(8 Comments
, last by saeed.k )
|
 KB Post
 17132 Hits
|
 Pascal and Delphi Coding
|
Stephen Berry
|
115. 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
 17957 Hits
|
 Java
|
PS_4787
|
116. Start Your Prestwood IT Journey Today
Ready to tap into expert-level coding, development, and technical support? Creating your free Prestwood IT account is your first step toward accessing their suite of professional services—from project planning to software development. Learn what details you’ll need to sign up and discover how quickly you can get started!
Official Website
|
 KB Post
 241 Hits
|
 C# (Visual C# & VS.Net)
|
Daniel Fought
|
117. Struct
A value type used to encapsulate a small set of related data.
18 years ago, and updated 18 years ago
|
 Definition
 12194 Hits
|
 C# (Visual C# & VS.Net)
|
Joshua Delahunty
|
118. Sub-Classing the BDE TQuery Component
First in a series
20 years ago, and updated 18 years ago
|
 Article
 14403 Hits
|
 Pascal and Delphi Coding
|
PS_4550
|
119. Take Away
|
 Article
 907 Hits
|
 Coding & OO
|
Mike Prestwood
|
120. TechTricks.com Delphi Articles
http://www.techtricks.com/delphi/
|
 Link
 6844 Hits
|
 Pascal and Delphi Coding
|
PS_4553
|
121. The Benefits of Adopting Agile Methodologies in Software Development
|
 Article
 932 Hits
|
 Coding & OO
|
Wes Peterson
|
122. 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
 7905 Hits
|
 Pascal and Delphi Coding
|
PS_4561
|
123. The Evolution of Technology: From Past to Future
(3 Comments
, last by jerry.m )
|
 KB Post
 932 Hits
|
 Java
|
NE Ohio Computer Guy
|
124. 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.
8 years ago, and updated 6 years ago
(4 Comments
, last by Winston.S )
|
 Article
 2574 Hits
|
 Coding & OO
|
Mss.Fenny
|
125. 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
 674 Hits
|
 Java
|
PS_4790
|
126. Understanding Key-Value Pairs: A Simple and Powerful Data Structure
In programming, a key-value pair is a fundamental concept that allows us to store data in a structured and efficient way. Think of it as a two-column table where each unique key is linked to a corresponding value. This type of data structure is commonly referred to as a dictionary, map, or associative array depending on the language. For instance, consider MyArray[CA] = California and MyArray[AR] = Arizona. Here, CA and AR are the unique keys, and they are associated with the values California and Arizona respectively. This approach makes it easy to look up information using a key without scanning through the entire data set. It’s especially useful when working with large amounts of data where quick access and organization are important. Whether you’re storing state names, user information, or configuration settings, key-value pairs provide a reliable and readable structure. This makes them ideal for tasks like building APIs, managing user sessions, or even creating simple databases. Understanding and using key-value pairs effectively can significantly improve the efficiency and clarity of your code. cat sounds
|
 KB Post
 268 Hits
|
 Coding & OO
|
PS_4499
|
127. Unlocking the Potential of Advanced System Projects: A Comprehensive Guide
(2 Comments
, last by lethala.a )
|
 Article
 994 Hits
|
 Java
|
PS_4769
|
128. upsers.us.com
The UPSers login page is your gateway to a secure platform that’s a one-stop shop for employee resources. Whether it’s checking your payroll access or tweaking your benefits management, this portal’s got it all. Why’s it a big deal? It saves you from endless phone calls and keeps your job details at your fingertips. I remember scrambling for my pay stubs before this existed—pure chaos. Now, it’s all about convenient access through the UPSers employee login that works for every role, from part-timers to full-blown corporate staff.
UPSers is the employee portal for UPS workers, from warehouse workers to logistics employees, offering pay stubs, work schedules, and health insurance. It’s your hub for benefits management, training programs, and company news. With the upsers.us.com UPSers employee login, accessing everything from payroll to personal info updates is just a few clicks away. This guide makes the login process a cinch, keeping employee self-service safe and easy!
|
 Article
 292 Hits
|
 Delphi Prism
|
NE Ohio Computer Guy
|
129. Useful C# Windows Forms Input Masks
This article discusses three C# input masks I have used in my program design.
6 years ago, and updated 6 years ago
|
 Article
 1376 Hits
|
 C# (Visual C# & VS.Net)
|
Joshua Delahunty
|
130. 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
 6658 Hits
|
 Pascal and Delphi Coding
|
Joshua Delahunty
|
131. 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
20 years ago, and updated 20 years ago
|
 KB Post
 8040 Hits
|
 Pascal and Delphi Coding
|
Daniel Fought
|
132. Value Data type variables
A Value data type variable contains values.
|
 Definition
 12831 Hits
|
 C# (Visual C# & VS.Net)
|
Mike Prestwood
|
133. 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
13232 Hits
|
 Visual Basic Classic
|
Mike Prestwood
|
134. 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
 13248 Hits
|
 Visual Basic Classic
|
Mike Prestwood
|
135. VB Classic File Extensions
- .BAS = VB source code file.
- .CLS = VB class file (one class per file).
18 years ago, and updated 17 years ago
(1 Comments
, last by Alex.J5 )
|
 Code
 9109 Hits
|
 Visual Basic Classic
|
Mike Prestwood
|
136. 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.
18 years ago, and updated 17 years ago
|
 Code
11984 Hits
|
 Visual Basic Classic
|
Mike Prestwood
|
137. 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.
18 years ago, and updated 17 years ago
|
 Code
9916 Hits
|
 VB.Net Language
|
Mike Prestwood
|
138. 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.
18 years ago, and updated 17 years ago
|
 Code
 17703 Hits
|
 VB.Net Language
|
Mike Prestwood
|
139. 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
18435 Hits
|
 VB.Net Language
|
Mike Prestwood
|
140. 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).
17 years ago, and updated 17 years ago
|
 Code
 10634 Hits
|
 VB.Net Language
|
Mike Prestwood
|
141. VB.Net If Statement (If..ElseIf..Else..End If)
Same as VB classic.
18 years ago, and updated 17 years ago
|
 Code
10857 Hits
|
 VB.Net Language
|
Mike Prestwood
|
142. 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.
18 years ago, and updated 18 years ago
(2 Comments
, last by Bryce.M )
|
 Code
 29137 Hits
|
 VB.Net Language
|
Mike Prestwood
|
143. 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).
18 years ago, and updated 17 years ago
|
 Code
10113 Hits
|
 VB.Net Language
|
Wes Peterson
|
144. 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
 6418 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
145. Visual Basic User Group Meeting
Mike and Brian Prestwood presenting on the Unified Modeling Language.
20 years ago, and updated 18 years ago
|
 News
 5051 Hits
|
 Visual Basic Classic
|
Wes Peterson
|
146. 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.
16 years ago, and updated 16 years ago
(1 Comments
, last by Amanda.B4 )
|
 Download
 9137 Hits
|
 Coding & OO
|
Wes Peterson
|
147. 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
 8862 Hits
|
 Pascal and Delphi Coding
|
PS_4793
|
148. Why Choose Delphi for Web Development?
Delphi offers a versatile development environment capable of producing WinCGI executables, ISAPI DLLs, and even Apache modules. You can easily start with a WinCGI executable during development and seamlessly transition to an ISAPI DLL for deployment—without needing to rewrite your code.
For experienced Delphi developers, the benefits are immediate. You can build powerful web applications using the language and tools you already know, all within a fast, feature-rich IDE.
Delphis Web Broker framework includes a compact yet powerful set of web-aware components, designed to simplify web development. It even comes with a project wizard to help you hit the ground running. Components like TPageProducer and TTableProducer let you dynamically generate HTML content with ease—much like how mail merge works in word processors. dog barks
A major strength of Delphi lies in its deep integration with databases. Virtually every major database system is supported, making it ideal for data-driven applications.
Delphi also shines with its robust object-oriented programming (OOP) capabilities. Complex logic can be elegantly managed by encapsulating functionality into objects, promoting modular and maintainable code.
Another key advantage: your intellectual property remains secure. Unlike scripting-based solutions (PHP, Perl, classic ASP, etc.), which often expose your business logic in plain text, Delphi lets you compile your code into secure binaries. With DLL deployment, your source remains protected.
Lastly, Delphi compiles directly to fast, native machine code. This means no runtime interpreters, no script engines, and no JIT compilation like ASP.NET—just high-performance applications that run natively on Windows.
|
 KB Post
 277 Hits
|
 Coding & OO
|
PS_4797
|
149. Why Delphi Still Shines in Web Development
Delphi remains a powerful and underappreciated tool in the web development world. One of its standout features is its flexibility in producing various types of web server applications. Whether youre building a WinCGI executable, an ISAPI DLL, or even an Apache module, Delphi has you covered. A major advantage here is that you can start developing using a simple WinCGI model for ease and testing, and later shift to the more performance-oriented ISAPI deployment—with little or no code changes.
For seasoned Delphi programmers, the learning curve is virtually non-existent. You can leverage your existing knowledge of the language and continue working within Delphi’s robust and familiar Integrated Development Environment (IDE). This speeds up development time and allows teams to focus on building features rather than re-learning tools. mybalancenow.it.com
At the heart of Delphi’s web capabilities is its Web Broker framework. This framework provides a lightweight yet effective set of web components tailored to dynamic content generation. For instance, components like TPageProducer and TTableProducer allow developers to dynamically create HTML pages in a way that’s reminiscent of a mail merge—content is generated on the fly using templates and data sources.
Additionally, Delphi provides a project wizard to streamline the creation of web projects, enabling you to scaffold your application and get productive right away. Whether youre creating internal tools, client dashboards, or customer-facing web apps, Delphi offers a stable and high-performance solution—especially for those who value speed, native compilation, and integration with existing Windows systems.
|
 KB Post
 277 Hits
|
 Coding & OO
|
Wes Peterson
|
150. 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
 8713 Hits
|
 Pascal and Delphi Coding
|