July 2009 Entries
If you ever tried to make irregular windows in wpf and used setting windowstyle=none,You might have used some code like this to enable minimising,maximising properties for the window: private void Minimize_Click(object sender, RoutedEventArgs e) { this.WindowState = WindowState.Minimized; } private void Maximize_Click(object sender, RoutedEventArgs e) { this.WindowState = WindowState.Maximized; } But on maximizing ,the window hides the taskbar.i.e it goes fullscreen. To avoid that issue,You can use...
College is opening tommorow and I am thinking what i have done in past 1 and half months of vacations. The only thing i can remember is bluz,my open source project. Where is that p2p thing i decided earlier? All the research papers about skype,overlay networks ,guntella etc are lying there on disk as it is.i have read them only once.I have read not understood.. The positive side of vacations is: 1)I learned a lot about WPF,Blend etc. 2) I am participating in win7 contest based on above experience....
Hii guys, Just heard about this https://www.code7contest.com/ If you have a little experience with MS .Net and you are as empty as me,Have a look over it. The prizes are awesome and mouth watering .You will have to grasp a little about the windows 7 techonolgies though .But you can do that for atleast 17777$. I am getting ready with a killer app idea..yes it is a a killer idea,Either it will Kill MS or my Laptop.lol!(Sorry bill,its a metaphor,don't take it serious.) And the best thing is that ,My...
hi guys. I have just released a pre beta release of next generation media player bluz. Link is here: http://code.google.com/p/bluz/ Its based on vlc libraries and bass and a couple of others for various tasks. Its in c#,WPF but if any of you would like to contribute through any means. The UI is purely in XAML,I am not a good designer,Even all icons are made in XAML. . If any of you would like to contribute through coding various modules or helping me develop the website,it would be nice of you to...