Browse by Tags

All Tags » .Net (RSS)

Can't modify the "Key Tip" for the toolbar in Word 2007

We were trying to upgrade an Wod 2003 template (dot) to 2007 template (dotm). This template has a custom toolbar and the toolbar still seemd to work in Word 2007. Problem was, the key tips ware all messed up like my buttons are being assigned key tips...

Still hard to achive a flexible UI (Windows Forms)

This thing is still such a pain in the %#2. Or maybe I just don't have enough UI designing experience. I had to make the UI flexible enough to fit on different screen resolutions , different font sizes and flexible enough even on form resize . I can't...
Posted by lamia | 1 comment(s)
Filed under: ,

Searching for a file in Visual Studio 2008

Ok, some of you might find it bad that I'm triyng to relate Eclipse with Visual Studio too much, feature to feature. But I can't help it, having used Eclipse for the past 3 years. So I was trying to find a functionality like " Open Resource...
Posted by lamia | 1 comment(s)
Filed under: ,

VisualStudio.ImmediateWindow = Eclipse.Display

I had a lot of things to blog during the past 3 months but I just couldn't get myself to write any of them online. Well, since I've been using the Visual Studio.Net immediate window a lot lately so I thought it would be useful for fellow eclipse...
Posted by lamia | with no comments
Filed under: ,

C# Coding Standards and my Motivation for Learning C#/.Net

I could not find a "Standard" coding standards for C#. Instead, I found this download link that cites some of the best practices for coding with C#. I'm a fan of readable code and I'm always happy whenever I find myself proven wrong...
Posted by lamia | 2 comment(s)
Filed under:

Darn .hxs file...

As I was following a tutorial in C# I was instructed to look for the System.Utils. eerrrrr System.Collections.ArrayList class through the .Net SDK Documentation. To my surprise, there was no CHM file but instead .hxs files. WTH!!!? I tried to open in...
Posted by lamia | 4 comment(s)
Filed under:

Accessing a .Net webservice from a Java client

Hmmm... Where is the code selector Keith? Anyway, I'm here to show how a .Net webservice and a Java client(in this case, a method in my JSF project) can inter-operate. Ok, I'm no C# coder. So the code I will be posting here will be a code made...
Posted by lamia | 2 comment(s)

More on Mono

I'm really a fan of mono project. Too bad I don't have my Linux box here yet to try it out (on Linux of course). Perhaps when I get the time, I will get to try this very cool thing. I also stumbled two great articles, I haven't finished reading it but...
Posted by lamia | with no comments
Filed under: