Sign In
robgruen's WebLog
my intelligence is artificial...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Remoting
Debugging
Digital Photography
Misc .Net Runtime
MIX06
MOSS
SharePoint
SPACE
Technology "Tidbytes"
Archive
Archives
November 2009
(1)
November 2007
(1)
August 2007
(1)
January 2007
(2)
July 2006
(1)
March 2006
(4)
February 2006
(1)
January 2006
(1)
December 2005
(3)
November 2005
(2)
October 2005
(2)
September 2005
(4)
August 2005
(2)
July 2005
(2)
June 2005
(5)
May 2005
(7)
April 2005
(8)
March 2005
(5)
February 2005
(4)
January 2005
(2)
December 2004
(7)
November 2004
(2)
October 2004
(3)
September 2004
(1)
August 2004
(5)
July 2004
(3)
June 2004
(4)
May 2004
(6)
April 2004
(7)
March 2004
(9)
February 2004
(4)
May, 2004
MSDN Blogs
>
robgruen's WebLog
>
May, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
robgruen's WebLog
Q & A - What does the new modifier do?
Posted
over 8 years ago
by
robgruen
0
Comments
Q: In the Visual Studio Object Browser the method CollectionBase.Clear() is marked as "virtual new." The same happens with other Methods and in other Classes (e.g CollectionBase.GetEnumerator). Opening CollectionBase.Clear with ILDASM it is marked as...
robgruen's WebLog
Q: How do yo change the size of one Winforms application from another in VB.NET?
Posted
over 8 years ago
by
robgruen
1
Comments
A: Dim p() As System.Diagnostics.Process p = System.Diagnostics.Process.GetProcessesByName("WindowsApplication2") If p.Length > 0 Then Dim res As Integer Dim rc As RECT GetWindowRect(p(0).MainWindowHandle().ToInt32, rc) res...
robgruen's WebLog
How come you can pass an array into a C# attribute class but not a VB.NET attribute class?
Posted
over 8 years ago
by
robgruen
1
Comments
Q: In C# you can pass an array into an attribute class using the code below but when you try to do this from VB.NET you get an error. Why can’t you do this in VB.NET? public sealed class FooAttribute : Attribute { private int [] intarr;...
robgruen's WebLog
Calling SendInput() from C# using MOUSEINPUT Structure
Posted
over 8 years ago
by
robgruen
1
Comments
I couldn't find any samples (of course after only searching breifly) that show how to call SendInput from C# using the MOUSEINPUT struct. After getting it to work I figured I'd post it so other folks can make use of it: [DllImport("User32.dll",...
robgruen's WebLog
SUPER SHOES – They’ve got a horsepower rating AND a clock rate!
Posted
over 8 years ago
by
robgruen
6
Comments
Adidas creates ‘smart shoe’ Now here goes Adidas research and develops a cool techno/fitness toy that will be sure to land on Popular Mechanics top 100 best products list for the year. I’ve always been a big Adidas fan (ever...
robgruen's WebLog
MP3 Player Woes
Posted
over 8 years ago
by
robgruen
11
Comments
A while back I was searching for an MP3 player that had the following features: · approximately 256MB Memory built in · Great Asthetics · FM Radio Tuner · Backlit LCD · Small & Lightwieght · Runs...
Page 1 of 1 (6 items)