How to create customer defined user interface layout with xaml
Tue, 26 Aug 2008 10:24:49 -0700 (PDT)
We are developing a new WPF application. We have created an
application that code generates some of the user interface controls
into XAML from earlier created Entities. The problem I am stuck with
is that some of our customers want their WPF form controls laid out in
a different order than other customers. Ha ...
|
Dynamically creating an ActiveX on a WPF/Windows .Net app
Tue, 26 Aug 2008 16:29:50 +0200
Hi there,
I have problems creating the Windows Media player ActiveX using this C# code
in a Windows Form project:
Type objType = Type.GetTypeFromProgID("AxWMPLib,
AxWindowsMediaPlayer");
oStibil = Activator.CreateInstance(obj);
Of course, I didn't reference the COM component in my .Net p ...
|
Decryption
Mon, 25 Aug 2008 15:28:55 -0700 (PDT)
Hi All,
I am trying to take a string that has been encrypted and decrypt it.
Here is the string: MMP61ubfQt4=
The following code runs, but the result is an empty string at the
end. Can anyone see what I am doing wrong?
Thanks,
Jeff
Public Shared Function decryptUser(ByVal userName As Strin ...
|
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 ...
|