Advanced Forum Search Results
-
[quote user="coolio"]I just posted the source code of an AgHost prototype entirely written in C#. [/quote]
Very cool!
-
[quote user="mchlSync"]
Hey Michael,
I think you haven't gone thru the whole conversation. He found this article in CPP already.
The problem is that he want to use C# and he doesn't want to use Web Browser control in IE Band object.
I found that we should be able to use Agcontrol but it's not working. I'm ...
-
This may help:
http://www.ernzo.com/WindowlessCont.aspx
-
[quote user="andulvar"]
This whole conversation seems flawed. The elements of a TreeView can be any type of DependencyObject, not just TreeViewItems. Since only TreeViewItem has an IsSelected property, if your tree contains anything else then you cannot even do an exhaustive search on the TreeView to discover the element ...
-
[quote user="GearWorld"]Not yet...[/quote]
In a future version of SilverlightDesktop.net we will have a Silverlight Forum. You can see a screen shot of the SketchFlow here:
http://openlightgroup.net/Blog/tabid/58/EntryId/29/SketchFlow-Making-Movable-Draggable-Windows.aspx
The reason we plan to do it, is to allow you to drag and drop ...
-
[quote user="jackmcn"]
Thanks for this information. I have tried this solution (amongst many others) and it works fine on the local server. It is still not working when I upload to my host server (issue also discussed here). Any thought or suggestions?
[/quote]
That is what this page is ...
-
This also works:
object data="data:application/x-silverlight-2," type="application/x-silverlight-2"
style="position:fixed;height:100%;width:100%"
-
[quote user="mshortt"]Ok, so if I understand you correctly I don't need to encrypt at all as long as it uses SSL?[/quote]
Yes :)
-
You will be able to acheive all your objectives by using SSL. The only reason you woudl not use SSL is because the option is not avaliable.
[quote user="mshortt"]Would using InitParams as in the example at http://dnnsilverlight.adefwebserver.com/Silverlight20/SilverlightWebservice/tabid/66/Default.aspx work to initially pass the ...
-
The usual recommendation is to use SSL to transmit sensitive data. The encryption and decryption is done for you automatically.