Palermo4
J. Michael Palermo IV
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.net
.netrocks
ado.net
ajax
americanidol
announcement
apple
apply
asp.net
aspinsiders
author
azgroups
biztalk
blog
book
c#
cardspace
cisco
code
commentary
coveys7habits
defrag
desertcodecamp
devdays
diet
download
dreamscene
ebay
eWallet
extensionmethods
firebug
firefox
gadget
gmail
google
gotcodesnippets.net
gtd
html
ie
interface
jaiku
javascript
jott.com
live
live.com
livewriter
mindmanager
mix
motorola-q
mouse wheel
msi
mvp
mvpsummit
narrative
net
nmug
onecare
open space
orcsweb
partywithpalermo
pdc
personal
primecondition.com
question
rd
reference
regex
sharepoint
silverlight
silverlightusergroup
snagit
soliloquy
sqlserver
statera
steve ballmer
teched
techfest
themomentoftruth
theregion.com
troubleshooting
twitter
vault
video
vista
visualbasic
visualstudio2003
visualstudio2005
visualstudio2008
vpc
windows meeting space
wpc
wpf
xaml
xml
Navigation
Home
Blogs
Archives
June 2008 (3)
April 2008 (11)
March 2008 (9)
February 2008 (7)
January 2008 (12)
December 2007 (8)
November 2007 (4)
October 2007 (9)
September 2007 (2)
August 2007 (8)
July 2007 (33)
June 2007 (1)
April 2007 (5)
March 2007 (2)
February 2007 (6)
January 2007 (4)
December 2006 (7)
November 2006 (7)
October 2006 (10)
September 2006 (1)
August 2006 (4)
July 2006 (1)
June 2006 (2)
May 2006 (3)
April 2006 (2)
March 2006 (8)
February 2006 (7)
January 2006 (1)
December 2005 (2)
October 2005 (1)
September 2005 (3)
August 2005 (6)
June 2005 (7)
March 2005 (2)
February 2005 (3)
January 2005 (3)
December 2004 (1)
November 2004 (4)
October 2004 (5)
August 2004 (1)
July 2004 (3)
June 2004 (9)
May 2004 (15)
April 2004 (7)
March 2004 (1)
February 2004 (2)
January 2004 (1)
Affiliations
Microsoft Regional Director
Microsoft MVP
ASPInsiders
Sites
Palermo4.com
Club Services of America
Custom Audio Workouts
Browse by Tags
All Tags
»
visualbasic
(
RSS
)
.net
asp.net
code
reference
visualstudio2003
Recursive FindContol (Of T As Control)
by
Palermo4
I just posted code to allow recursive search for a control anywhere on the page. Here is the VB (Visual Basic) version: 1 Public Shared Function FindControl(Of T As Control) _ 2 ( ByVal startingControl As Control, ByVal id As String ) As T 3 Dim found...
Filed under:
.net
,
asp.net
,
code
,
visualbasic
Getting a GUID string during design time
by
Palermo4
If you ever need a GUID generated during design time (serviced components, unique ids), you could always use the [Tools]-[Create GUID] menu options in Visual Studio .NET 2003. However, I find that it is too many steps. I created a MACRO to do the same...
Filed under:
code
,
visualbasic
,
visualstudio2003
Getting into shape
by
Palermo4
Last week I was teaching a VB.NET class at Interface , and a student in the class took my classic illustration of abstraction and polymorphism to the next level. I always like using ‘shape’ as an abstract example, where ‘draw’...
Filed under:
visualbasic
,
reference
More Posts