DCSIMG
workaround - IronShay

Browse by Tags

All Tags » workaround (RSS)

WinForms in IronRuby

IronRuby holds so much potential. I can say from my perspective, that since I’ve been playing around with it, I became more and more enthusiastic about it and sure that it’s going to succeed big time. However, IronRuby still has a few drawbacks. They focus mainly on the the lack of Visual Studio support and its side-effects. WinForms is one of the technologies that suffer from this shortcoming. Do you expect me to develop WinForms without the precious designer? I know everyone has their love-hate...
Posted by shayf | with no comments

Workaround: WebBrowser Control - Links Do Not Work

Yesterday I had to fix a bug that had been discovered at our form that used the WebBrowser control. Here is the description of the problem and solution. I hope it will save you the time I've spent on this. The problem When you use the WebBrowser.DocumentText in order to set the HTML of the document, some links don't work when you click on them. For example, the following link to the user's desktop doesn't work: <a href="file:///C:/Documents%20and%20Settings/user/Desktop/jon...

"Could not find any resources appropriate for the specific culture (or neutral culture) in the given assembly" error

I had ran into this error a few days ago and spent a few hours until I figured out what the problem was. But eventually I did! The problem I had built a win form, added a few resources for different languages and tested it out. When trying to load this form, I realized that the InitializeComponents method had failed. The error was "Could not find any resources appropriate for the specific culture (or neutral culture) in the given assembly.". The way to the solution After hours of re-building...
Posted by shayf | 1 comment(s)
תגים:, ,

Creating a Toggle Button with Office 2003

Office 2007 has brought us the toggle button control, which was missing as an out-of-the-box control in Office 2003. There is a nice workaround though, and this is what I'm going to talk about on this post. A toggle button is a button that when it's clicked, it stays pressed until another click is made upon it. The most familiar toggle button I guess, is the bold button. When you're in "bold text mode", the button looks like that ==> , and when you work normally, the button...
Posted by shayf | with no comments
תגים:, ,