Advanced Forum Search Results
-
Come on, don't talk like you don't know it is a WinForms application. Silverlight can't connect directly to MySQL with the library you mentioned. Read this thread for more info.
The reason I'm talking about this now is because I wouldn't want to see some Googlers reaching this thread and waste an hour of their life figuring ...
-
Tim Heuer pointed out that only SL 3 RTW gets the text rendering improvements including flexible ClearType support. They apparently need more time on this, since wrong implementation could break existing SL2 applications.
-
Is this remotely related to Sivlerlight in anyway? I'm glad that your problem is solved; however, if everyone were posting non-Silverlight topics here, this forum would be screwed up big-time.
-
Davide, thanks for info. Much appreciated.
-
[quote user="jackbond"]Silverlight, Java, and Flash are not limited to the capabilities of javascript or html (which is why people use them.)[/quote]
It is ideal to reuse browser's api and javascript to take advantages of the proven security model and to reduce footprint. As Silverlight is intended to be ...
-
desmond, I heard it from a SL team member that they are considering to implement the Silverlight GAC (your number 2) in the upcoming version.
-
Non-blurry text. It is quite distracting to read text in Silverlight application, since
it's all blurry. The problem is rooted
down to WPF, more specifically in the way it renders text to favor
positioning accuracy over legibility.Bitmap drawing and rendering, so that we can develop face recognition, OCR,
photo editing, button generator, ...
-
This is one strange error. My best guess is that you have a faulty code in loading the web page in the web browser control. Possibly the URL is not encoded or the exceptions are handled improperly. Can you post that piece of code?
This is when remote debugging comes in handy. You should set up Remote Debugging in the deployment PC. After that you ...
-
CFonseca,
I don't get your point. I'm totally sure that SaveFileDialog won't need file encryption/decryption. It won't even need to transmit anything to anywhere. In fact, building a FileUpload control was totally irrelevant to SaveFileDialog.
Maybe you what said was all about saving the file natively by browser API or ...
-
Both Silverlight SDK and run-time are completely free. You won't pay any royalty fees.
But you will definitely need good development tools to help you become much, much more productive. I recommend buying Microsoft Visual Studio 2008 and Expression Blend. You might want to consider buying a MSDN subscription to get all those development ...