bitbonk

136
reputation
306 views

Registered User

name bitbonk
member for 1 year
seen 23 hours ago
website
location
age
I am a developer. I like UI, graphics and .NET. UI and software design is my passion. I love learning. It is one of the greatest pleasures that exist. 5dyh0236V0Q4W5o4
1d
asked character based file stream in .NET
Dec
15
accepted Using HashSets with ObservableCollection with WPF
Dec
14
awarded  Good Question
Dec
8
comment Transparent background for MFC-hosted Windows Forms UserControl
@Aidan We have a MFC based framwork that can display various controls on a dialog configured by the user. Most of them are classic MFC controls but the user can write custom Winforms UserControls too this includes animated stuff that requires double buffering. All these Controls may overlap why we need transparency at least for the UserControl. For example the user sets the background to be a image or other controls and wants a transparent UserControl on top of that.
Dec
7
accepted WPF XAML Intellisense doesn’t work correctly for custom routed event handlers
Dec
7
accepted programmatically change the windows color border of windows 7
Dec
7
revised programmatically change the windows color border of windows 7
added 370 characters in body
Dec
7
answered programmatically change the windows color border of windows 7
Dec
7
answered WPF XAML Intellisense doesn’t work correctly for custom routed event handlers
Dec
7
asked Transparent background for MFC-hosted Windows Forms UserControl
Dec
6
awarded  Mortarboard
Dec
6
comment create a JSON DateTime string with .NET
Is this really safe? How about UTC vs., localtime, I noticed DataContractJsonSerializer creates different strings for them. Whoknowswherelse it would create adifferent looking string....
Dec
4
revised create a JSON DateTime string with .NET
added 172 characters in body; deleted 3 characters in body
Dec
4
asked create a JSON DateTime string with .NET
Dec
2
comment System.IO.FileNotFoundException exception when attempting to drop UserControl on Form in designer
Anyway it doesn't work for either location.
Dec
2
comment System.IO.FileNotFoundException exception when attempting to drop UserControl on Form in designer
windows\system2 ? Do you mean c:\Windows\System32 or c:\Windows\System ?
Dec
1
revised ClassName<Type.GetType(”Somenamespace.ClassName”)>
added 270 characters in body
Dec
1
answered ClassName<Type.GetType(”Somenamespace.ClassName”)>
Nov
30
revised What happens to a WeakReference after GC of WeakReference.Target
edited title
Nov
29
comment How to implement this oscillation function
Currently I am using a streched sinus where the top and bottom amplitude a are cut off using Math.Min,Math.Max and
Nov
29
comment How to implement this oscillation function
It is osscilating after the first period (after 10000) instead of 0 it holds 1 (for the same time as it held 0 in the first period).
Nov
28
asked What happens to a WeakReference after GC of WeakReference.Target
Nov
28
answered Learning Dot Net
Nov
28
comment How to implement this oscillation function
@Darin currentCounter is just integer. It is a discrete incrementation.
Nov
28
comment How to implement this oscillation function
Between n in and out it is 0 for some time. Between out and in it is 1 for some time (yeah the drawing is wrong here). For simplicity the in and out function can be linear. But some easein and easout (lik in a sinus function) would be cool.
Nov
28
asked How to implement this oscillation function
Nov
26
comment Draw emf antialiased
We cannot use a propietary format because we need to draw the art with a common drawing software (illustrator, inkscape, coreldraw ... one of those).
Nov
26
comment Draw emf antialiased
Those programs just seem to convert it to other file formats. We chose EMF to display the vector art because this is the only vectorformat that GDI+ can handle. We need to draw the art from code (hence GDI+) because we modify it dynamically at runtime and animate it. Also displaying emf with GDI+ is most likely the most CPU- and memory friendly way to display vector art. Using another format that emf just doesn't seem helpful. A cool solution would be to have a Vectorgrafik (any format) to C# GDI+ instrructions converter.
Nov
25
revised Draw emf antialiased
added 222 characters in body
Nov
25
revised Draw emf antialiased
added 656 characters in body
Nov
24
answered backup project copy
Nov
24
revised Using HashSets with ObservableCollection with WPF
added 267 characters in body
Nov
24
revised Using HashSets with ObservableCollection with WPF
added 675 characters in body; added 68 characters in body; added 85 characters in body
Nov
24
answered Using HashSets with ObservableCollection with WPF
Nov
24
answered Returning a match from a List<KeyValuePair<string,string>>
Nov
24
asked Visual Studio: Make view code default using attribute
Nov
24
comment Calculate the bounding box of a GDI+ drawing
I wonder, how WPF (probably in DWM layer somewhere) does this.
Nov
23
answered Change image using trigger WPF MVVM
Nov
23
revised Draw emf antialiased
added 174 characters in body
Nov
23
comment Calculate the bounding box of a GDI+ drawing
My drawings are not necessarily rectangular. For example if the drawing is a circle the rotation itself would not affect the scale factor.
Nov
23
revised Draw emf antialiased
added 84 characters in body; edited tags
Nov
23
comment Draw emf antialiased
I tried this, at small sizes this still looks ugly Also using this approach there is proably a ugly memory overhead. (I will be displaying lots of such UserControls at once).
Nov
23
asked Draw emf antialiased
Nov
23
accepted How can I change styles of XAML file using Data Binding?
Nov
23
revised How can I change styles of XAML file using Data Binding?
added 541 characters in body; added 172 characters in body; added 35 characters in body
Nov
23
answered How can I change styles of XAML file using Data Binding?
Nov
23
accepted DevExpress WPF Grid - get number of rows
Nov
23
revised Calculate the bounding box of a GDI+ drawing
added 374 characters in body
Nov
23
comment Calculate the bounding box of a GDI+ drawing
The fillmode/stretchmode I am after is Uniform and UniformToFill (like in WPF's Viewbox). The emf should not be distorted an in Uniform mode the emf completely fills the usercontrol at least in one dimension, nothing is cropped. In UniformToFill the emf filles the UserControl in both dimensions and if the aspectratios do not match, the emf is cropped in one dimension.
Nov
23
revised Calculate the bounding box of a GDI+ drawing
added 12 characters in body