Archiv für Februar 2010

25
Februar
2010

Customize your Windows 7 Logon Screen

von Andreas Bruckner | 0 Kommentare »

Good news: In former times you had to disable System Restore, exchange some dlls n’stuff. Today Windows 7 allows you to change the background of the Logon Screen pretty easy:
It’s only the the following 2 steps:
1) set the value of the registry key from 0 to 1: HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background\OEMBackground (dword)
2) copy the desired new background image [...]

24
Februar
2010

Unrecognized configuration settings UserSettings.

von Andreas Bruckner | 2 Kommentare »

Today I run into a strange error: In an .NET Windows Form I’m referencing a ConnectionString from Application Settings.
At 12:00 it worked.
Changed a line of code; recompiled; started over at 12:01.
The app came up with an error: “Unrecognized configuration settings UserSettings“, the debugger pointed me to the settings file.
Tried a lot. Searched the internet. Found [...]

18
Februar
2010

ASP.NET MVC 2 RC 2 on Visual Studio 2010 RC

von Daniel Siegl | 0 Kommentare »

Visual Studio 2010 RC – doesn’t contain the latest version of MVC2 – which is RC2 luckily I found this post:  Installing ASP.NET MVC 2 RC 2 on Visual Studio 2010 RC After this procedures everything should be fine and ready to exploit the latest versions

18
Februar
2010

CF ComboBox Dropped Down

von Richard Deininger | 0 Kommentare »

ich wurde wieder mal gefragt wie man auf dem CompactFramework abfragt ob die Liste einer Combobox angezeigt wird (Dropdown == true).
hier ein C# CodeSnippet mit dem dies ausgelesen werden kann:
private bool DroppDown(ComboBox comboBox)
{
Message msg = Message.Create(comboBox.Handle, 0×0157, IntPtr.Zero, IntPtr.Zero);
MessageWindow.SendMessage(ref msg);
return (msg.Result != IntPtr.Zero);
}
English:

again I have been asked how to check, in CompactFramwork, if a [...]

18
Februar
2010

MWC Barcelona again Windows CE

von Daniel Siegl | 0 Kommentare »

I was always excited by the long runtimes and the sunlight readability provided by Ebooks! Yet most of them are not really “programmable” – maybe with the Exception of the Rex (but hey we are not Linux C++ guys).  The EBook from Malata based on Windows CE gives you all the options – and yes [...]

18
Februar
2010

augmented-reality maps Boing Boing

von Daniel Siegl | 0 Kommentare »

Rizo just showed me something great on augmented reality and bing maps. :TED: augmented-reality maps Boing Boing

18
Februar
2010

Big>Days 2010 – Surface App

von Christian Zauner | 0 Kommentare »

 
Wir sind heuer als Tourpartner auf der ganzen Tour und wir freuen uns schon auf viele Gespräche bei uns am Stand – aber auch in der Community Lounge, für die wir gerade eine Microsoft Surface Applikation entwickeln. Vor allem die WebCam Anbindung, in unserem Fall eine LifeCam Cinema, die wirklich schöne Fotos machen würde ….
[...]