ModelUIElement3D PreviewMouseDown Outer/Inner Object
Mon, 25 Aug 2008 12:14:19 -0700
Let's say I have 2 cubes; "OuterCube" and "InnerCube". Both are
ModelUIElement3D objects. The inner one is .8 scaled on each axis compared to
the outer cube which makes it the inner cube. The outer has a rather
translucent material so you can see through it easily. Both InnerCube as well
as OuterCube both ha ...
|
Directory.GetCurrentDirectory()
Mon, 25 Aug 2008 07:37:16 -0700 (PDT)
The documentation for ?Directory.GetCurrentDirectory()? states:
Gets the current working directory of the application.
My problem is that I am not sure what that means.
1) What does the current directory represents?
2) I this value set by Windows when a process starts?
3) Is this value set once by Windows ...
|
Time Line Display of Data
Mon, 25 Aug 2008 06:48:02 -0700
We're looking at building a scheduleing app using ASP.NET for the reporting
aspect of it. The front end will be an Access database connected to SQLServer
which will serve up the data via ASP.NET everywhich way you can think of.
I know that there are ways to dispaly DB data in the typical row column
format, ...
|
Auto refresh paretn window
Mon, 25 Aug 2008 05:38:01 -0700
How to autorefresh parent window after closing child window?..
I've used window.opener.location = window.opener.location;
But it's not working..how to do it??? ...
|
Setting object property by reflection
Sun, 24 Aug 2008 01:27:00 -0700 (PDT)
Hi
I would like to set a property of an object (like Web UI control)
based on the property name to given value (as string.)
I have:
Dim obj_FinalProperty As System.Reflection.PropertyInfo =
obj_ref.GetType().GetProperty(PropertyName)
Dim obj_MethodInfo As MethodInfo =
obj_FinalProperty.GetSetMethod(Tr ...
|
help with VS 2008 new install
Fri, 22 Aug 2008 12:19:24 -0700 (PDT)
I have both VS 2005 and a brand new version of 2008. I can use VB, C#,
and J#, but CANNOT use C++ at all.
I click File->New->Project. I then select Visual C++m Win32, Win32
Console application, enter a name and click OK. The next dialog box is
the 'Welcome to the Win 32 Application Wizard, and everything freez ...
|
User settings two different folders for MyApp ClickOnce and .exe
Fri, 22 Aug 2008 11:04:34 -0700
Hi,
I have MyApplication published through ClickOnce.
MyApplication has 2 functionalities: can be restarted if user chooses so,
and user can save one custom user setting, i.e. his/her name.
User installs MyApplication from the ClickOnce location. Then runs it using
MyApplication ClickOnce application refer ...
|
|
|
Software Testing ? .Net Unit Testing - Software Development Tools
Fri, 22 Aug 2008 10:06:52 -0700 (PDT)
TestDriven.NET - .NET Unit Testing software development tool /
developer tool (add-in) for Visual Studio .NET
xUnit.net - a .NET unit testing software developer tool / development
tool for the .NET unit testing (in Visual Studio).
Typemock Isolator ? A powerful mocking framework for .NET unit
testing an ...
|
Aministrator
Fri, 22 Aug 2008 00:15:00 -0700
How do I log on as an "Administrator" to Word, or Outlook, or Publisher or
any other microsoft program. Thanks. ...
|
Linq Entity question regarding Where clause
Thu, 21 Aug 2008 22:27:31 -0700 (PDT)
Hi, Thanks for reading the post. I would like to pass a search Entity
(for instance a "WorkerSearchEntity" that has several properties a
user can search on. Not necessarily all "search" properties will be
searched against. My question, is there a way to create a Linq to
Entity or Linq to SQL that will accept t ...
|