Filip Ekberg

5,265
Reputation
1006 views

Registered User

Name Filip Ekberg
Member for 1 year
Seen 5 hours ago
Website
Location Gothenburg
Age 22
I am a Software Engineer working with various techniques such as C#, WPF, Java, Java Server Faces and much more. Currently working at Vision Software AB in Sweden as a Software Engineer focusing on Client and Server Development.

During my years of Programming I've managed to accomplish some of the following:

Software Engineering Degree @ Blekinge Institute of Technology

Managing my own Software Development Company SmartIT eSolutions Sweden which focused mainly on developing software and websolutions.

Working as an Amanuensis ( Teacher ) @ Blekinge Institute of Technology teaching Java, C++, Sql and Network-programming.
Nov
27
comment WPF + JavaScript
What?... Could you evaluate that a bit more?
Nov
20
awarded  Yearling
Nov
19
comment Using RenderTargetBitmap on WindowsFormsHost
Thanks, just a thought though, is GetWindowRectangle also extrenally defined?
Nov
19
comment Using RenderTargetBitmap on WindowsFormsHost
Awesome.. However! This "only" caputes what you see, it doesn't capture all the content ( if you have a scrollbars ). Is it possible to say something like "Render the whole control and skip the scrollies" ?
Nov
19
comment Binding IsEnabled and other Properties to Public Properties, does it work like Dependency Properties?
This makes everything argumentative, if you were to add a solution to your Answer it would be very good. I get your point and I guess that I've just not seen it from that perspective before. Thanks.
Nov
19
revised Binding IsEnabled and other Properties to Public Properties, does it work like Dependency Properties?
Don't want this to be argumentative.
Nov
18
revised Using RenderTargetBitmap on WindowsFormsHost
typo
Nov
18
comment Using RenderTargetBitmap on WindowsFormsHost
Could you provide an example on how you use the function: public static Bitmap Capture(IntPtr hwnd), in WPF?
Nov
18
asked Using RenderTargetBitmap on WindowsFormsHost
Nov
18
comment Binding IsEnabled and other Properties to Public Properties, does it work like Dependency Properties?
Thanks for the link!
Nov
18
comment Binding IsEnabled and other Properties to Public Properties, does it work like Dependency Properties?
Sorry if it was a bit unclear, hope it's a bit clearer now. I just feel that DP -> DP is a "Bad" design, i rahter use the INotifyPropertyChanged.
Nov
18
revised Binding IsEnabled and other Properties to Public Properties, does it work like Dependency Properties?
added 294 characters in body
Nov
18
comment Binding IsEnabled and other Properties to Public Properties, does it work like Dependency Properties?
No it's not, And I don't want it to be either. As I've written, I want to bind a DependencyProperty ( IsEnabled ) to a Code Behind property and when I trigger the CLR Property, I want the DP to be Notified. Please read my question again.
Nov
18
comment Binding IsEnabled and other Properties to Public Properties, does it work like Dependency Properties?
I know how to create DPs and how to use them, my question was why it didn't behave like ordernary DPs when you change the values.
Nov
18
revised Binding IsEnabled and other Properties to Public Properties, does it work like Dependency Properties?
*meep* compiler error!
Nov
18
comment Binding IsEnabled and other Properties to Public Properties, does it work like Dependency Properties?
Ah.. interesting..
Nov
18
asked Binding IsEnabled and other Properties to Public Properties, does it work like Dependency Properties?
Nov
18
revised Wrapping Controls from System.Windows.Forms in System.Windows.UIElement
deleted 171 characters in body
Nov
18
asked Wrapping Controls from System.Windows.Forms in System.Windows.UIElement
Nov
13
comment how could i create a program for iPhone with c#?
Awesome.. You better cover this in your new book! ;)
Nov
12
comment What creates the stack?
There's really no such thing as a "stack", everything is just memory! ( Not talking about the implementation of the data structure stack now.. ) heh .
Nov
12
comment What creates the stack?
You should really have made this a comment instead!
Nov
12
comment What programming language is IIS written in?
hmm.. he accepted your respons and not mine, funny :)
Nov
12
accepted How to get browser type and version from within an applet?
Nov
12
answered What programming language is IIS written in?
Nov
12
revised Copy folder without overwriting
edited title
Nov
12
comment Hi! I am new in the Field of Programming?
This should definitly be community wiki.
Nov
12
comment How Can I loop with array ?
I would say that this is "bad programming", if you for example work with programming that approach on a follow developer is dangerous, it tend to display a certain lack fundametal understanding in languages and how to address problems. If you first do var_dump and see that it is an object, it should be obvious not to do $groupname[0][0]; because that is completely wrong. But I see your point in "try different steps" even though you failed to show that path here.
Nov
12
comment Delegates in c#
Ah.. and I put the effort to answer it :/
Nov
12
answered Delegates in c#
Nov
12
revised How to sort an array in php
added 568 characters in body
Nov
12
revised How to sort an array in php
added 27 characters in body
Nov
12
revised How to sort an array in php
added 31 characters in body
Nov
12
comment How to sort an array in php
Hmm he might be thinking of a hashtable..
Nov
12
answered How to sort an array in php
Nov
12
comment Want guidence in devlopment of website??
Start out with this tutorial: catb.org/~esr/faqs/smart-questions.html
Nov
12
answered search aspx page data to find out
Nov
12
comment How Can I loop with array ?
You learn by understanding why you made mistakes in the first place. Showing people how to make mistakes + showing the correct path does not help the person to understand why the first one did not work.
Nov
12
revised How Can I loop with array ?
added 500 characters in body
Nov
12
answered How Can I loop with array ?
Nov
11
comment T-SQL - Creating a Local User On Windows OS
0% accept rate.. really?
Nov
11
revised Connect using specific IP (multiple IPs on NIC)
edited title
Nov
11
answered T-SQL - Creating a Local User On Windows OS
Nov
11
accepted How to use XML to configure a Store procedure
Nov
11
comment Why it’s different?
Okaaaay.. and where exatly is the question? In the topic, no?
Nov
11
accepted How to implement drop-down menus like below?
Nov
11
answered How to implement drop-down menus like below?
Nov
10
comment Displaying Content only when ListViewItem is Selected
Neat! thanks a lot!
Nov
10
comment I am a programming student and haveing problems writing a program for guessing random numbers just don’t know where to get started.
Erhm... wrong button? o.O
Nov
10
answered I am a programming student and haveing problems writing a program for guessing random numbers just don’t know where to get started.