oreon

334
Reputation
93 views

Registered User

Name oreon
Member for 1 year
Seen Nov 20 at 10:25
Website
Location
Age
Nov
27
awarded  Taxonomist
Sep
28
answered C# finding item in List<>
Sep
16
revised C# Performance setting value for each list item.
Followup; deleted 10 characters in body
Sep
16
revised C# Performance setting value for each list item.
refinement
Sep
16
asked C# Performance setting value for each list item.
Sep
12
awarded  Yearling
Aug
27
revised Testing PictureBox in white
added 4353 characters in body; edited tags
Aug
17
comment Binary String to Integer
Yeah no octal^^. The user actually has to choose in combobox which format she wants to use. I thought about your solution too, but it seemed easier with a combobox. Thanks so great input.
Aug
14
answered Binary String to Integer
Aug
14
comment Binary String to Integer
Thanks great solution. I actually went with it. But the requirements changed some what so I decided try - catch is the simplest and cleanest solution
Aug
14
comment Binary String to Integer
You are probably right, it is not that ugly. I actually went with it now because Hex value are suddenly possible aswell. So some simple try - catches are just the simplest and easiest solution. Thanks everybody.
Aug
13
asked Binary String to Integer
Aug
8
comment Combine Multiple Predicates
Thanks! Works perfect!
Aug
8
comment Combine Multiple Predicates
Sure I could but like in this example there is huge number of combinations. not even thinking about combining three filters... Also again unfortunately I can use ONLY .NET 2.0
Aug
8
asked Combine Multiple Predicates
Jul
30
awarded  Citizen Patrol
Jul
28
comment Testing PictureBox in white
No just the path to the image or something. Just Like TextBox.Text I want to be able to get PictureBox.Image
Jul
28
revised Testing PictureBox in white
clearification; added 10 characters in body
Jul
28
comment Testing PictureBox in white
I want to test my own code. Its just for evaluation. I want to automate WinForms. The image retrieval is a non-trivial task. And I now want to test if the correct image is displayed in my PictureBox. I know I probably could just test this in code. But unfortuanetly, "the visual route", is a requirement. I would have done it differently aswell...
Jul
28
comment Word VBA Tabstop Problem
This solved the problem for me. I can see that this is the cleaner way, so thats great. But I still think Word has some kind of memory leak here. Maybe this 'fix' just pushed the boundaries up a bit... Thanks a lot anyway, my problem is gone and thats the most important thing!
Jul
28
asked Testing PictureBox in white
Jul
28
awarded  Notable Question
Jul
22
comment Word VBA Tabstop Problem
It is not every line. I just reapply the format every block of 10 lines. In the real script way more stuff is going on between the blocks.
Jul
22
awarded  Commentator
Jul
22
comment Word VBA Tabstop Problem
No unfortunately this doesn't work, but I do get one extra correctly formatted block. After that it still breaks
Jul
22
asked Word VBA Tabstop Problem
Jul
13
comment Deleting a single item FROM recycle bin
1. same extension 2. cleared everything including hidden recycler folder and only deleted my file Voila it was the only file there
Jul
13
comment Deleting a single item FROM recycle bin
Ah I hoped it wouldn't come to this... I'll have a look
Jul
13
revised Deleting a single item FROM recycle bin
added 138 characters in body; added 42 characters in body; added 185 characters in body
Jul
13
comment Deleting a single item FROM recycle bin
Windows Search can actually do that, but for some reasons GetFiles() returns some weird other files not even in my recycle bin. I can't seem to get the file I'm actually looking for Unfortunately...
Jul
13
comment Deleting a single item FROM recycle bin
no somebody else but it there
Jul
13
asked Deleting a single item FROM recycle bin
Jul
3
comment WPF snapping controls
Thanks, but math isn't the problem here, just the way to implement it in WPF specifically
Jul
2
revised WPF snapping controls
refined the question
Jul
2
comment WPF snapping controls
Ok i thought so too. But how would I actually implement that?
Jun
30
comment How to interact with Windows Media Player in C#
Thanks a lot, this was exactly what I was looking for, worked like a charm. You solved my problem I spend 2 days solving in like 6mins, awesome! Thanks!
Jun
30
asked WPF snapping controls
Jun
10
comment WPF - Border around an itemscontrol
thanks! it worked! I still have to learn a lot about WPF layout system
Jun
10
comment WPF - Border around an itemscontrol
nope unfortunately its the same result :-(
Jun
10
asked WPF - Border around an itemscontrol