HotDog's Blog
Hotdog (Robert Verpalen) about C# and vb.net
This blog hosted by:
http://blogs.vbcity.com
Home
::
Syndication
::
Login
Community Forums
::
vbCity.com
::
DevCity.NET
Apr
May 2008
Jun
S
M
T
W
T
F
S
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
Articles
Linq
Archives
February, 2008 (2)
November, 2007 (1)
July, 2007 (1)
April, 2007 (1)
February, 2007 (1)
October, 2006 (3)
September, 2006 (1)
July, 2006 (2)
June, 2006 (2)
March, 2006 (5)
February, 2006 (3)
January, 2006 (2)
December, 2005 (5)
November, 2005 (1)
October, 2005 (1)
September, 2005 (2)
July, 2005 (1)
June, 2005 (1)
May, 2005 (5)
April, 2005 (1)
March, 2005 (5)
February, 2005 (1)
September, 2004 (5)
August, 2004 (5)
Topics
.Net samplettes
General
Programming bits
Projects
Silly things
Test
CONTACT
Contact me
Fun but useful linkies
General
Vbcity blogs homepage
VS 2005
Wolfenstein ET
Clan TDA
test
Code
Copy
Hide
Scroll
Full
using
System;
namespace
Testerdetest
{
///
///
General class to show that an application is still active
///
public
sealed
class
ShowActive
{
public
static
void
Start()
{
int
[] ii =
new
int
[90];
for
(
int
i = 0; i < ii.Length; i++)
{
ii[i]=i;
}
for
(
int
i = 0; i < 5; i++)
{
ii[i]=i;
}
}
}
}
. . .
posted on Monday, September 13, 2004 9:10 AM
Copyright © Robert Verpalen