|
|
|
|
|
|
March 2004 - Posts
Application State
Thursday, March 25, 2004 9:45 AM
Technical skill : Very beginnerNOTE: Just let beginner to know how to use application state. Not more than this.Do you know that: In your asp.net application, there is a file called "global.asax". Open the file using your editor,
protected
Read More
A Simple Mobile Web
Wednesday, March 24, 2004 12:05 PM
Author.aspx---------------<%@ Page language="c#" Codebehind="Author.aspx.cs" Inherits="MobileWebApplication5.MobileWebForm1" AutoEventWireup="false" %><%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile"
Read More
Framework Overview
Wednesday, March 24, 2004 11:50 AM
My IDEA:IMPORTANT: SPEED UP DEVELOPMENT, DECREASE REDUNDANT WORK, INCREASE EFFECIENCY, EFFECITIVENESS>.LAYERS OF PROGRAMMER:--------------------------------------------------------REPORT DESIGNER: Crytal Report / ActiveReport------------------------------------------------------USER
Read More
Indigo
Wednesday, March 24, 2004 7:33 AM
NOTE: Figure aboved taken from somewhere else. Look at "real-time" feature.Indigo = Reduce Instruction Set Mixed Machine, which runs on IRIS OS (Microsoft’s enemy).
However, Microsoft will introduce Indigo, which is communication layer for new OS Longhorn.
Read More
Software Testing
Thursday, March 18, 2004 7:57 AM
Software testing is a fundamental aspect of software development, and can consume as much as 50% of the total cost for a project. This is particularly true for real-time systems, which have to be rigorously tested to ensure their correctness. Further,
Read More
Printer
Thursday, March 11, 2004 11:42 AM
Get Printer ListDim aPrinterSettings As Printing.PrinterSettings
' Declare a variable of type String named aPrinterName.
Dim aPrinterName As String
' Loop through the installed printers.
For Each aPrinterName In aPrinterSettings.InstalledPrinters
Read More
|
|
|
|
|
|
|