Advanced Forum Search Results
-
Thanks!
-
I would also like to know. I'm an Expression MVP
-
Try changing the servicecontract of the webmethod with the SessionMode.Required attribute.
[ServiceContract(SessionMode = SessionMode.Required)]
-
I'm not sure if this is possible. Even WCF duplex uses a polling mechanism to check for updates.
You could set up a videostream and send info in the videostream. That technology is also used for live video of f.i. tennis matches where the scores are sent with the videostream instead of using a separate webservice call.
-
Let me know if it works. If it doesn't, please post your code/project. I'll try to make it work for you then.
-
This is the xaml structure as it should be to create the effect 0bscur3 was after.
<Border></Border>
<Grid>
<TextBlock /><Grid />
</Grid>
-
I'm sorry, but I can't help you there, I'm a c# guy myself...
-
I'm afraid I don't understand your question, and I don't see how it's related to the question posted here.
zakkar asked on how to make an application which has the look and feel of Outlook so the ribbon seemed like a good suggestion.
If you have any better ones, please let us know.
-
If I understand correctly, your help in VS2008 isn't working? Then you're better off posting your question in a Visual Studio forum or something.
I can't help you, sorry.
-
It makes sense that it won't work on the "selected" event because that is not necessarily a user initiated event. You can also set a selected item from code which doesn't make it a user iniated event.
You have to use events that are 100% user initiated only.