Munna on .net

Masudur Rahman (Munna) is sharing ideas and interesting learning experience on Microsoft dot net framework

Recent posts

Tags

Categories

Navigation

Pages

Archive

Blogroll

    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    Is Excel Present in client machine?

    In one of our application we had to make sure that whether client have excel installed or not. We tried few codes and have some experience while resolving the solution. Bello the solution code is given to detect if client have excel 2007 installed or not.   The bellow code works fine. But it ... [More]

    Using the Build event of visual studio 2008

    Background Some times we need to execute some custom task just before we build our solution or project, I have no idea how others IDE do that, but recently we have gathered some experience about Visual Studio 2008, and doing these kind of task became pretty easy. In one of our project we had to us... [More]

    Web browser control does not display data in WPF window if window's allow transparency is true

    Windows from have web browser control since .net 2.0, WPF also introduced a browser control from .net 3.5 sp1, well the controls are very good as far as functionality is concern, i my self prefer windows forms browser since it have more control with the functionality. Today i encountered with a str... [More]

    WPF ItemsControl with alternating item and hover effect

    Introduction In this short article we are going to see few tricks about WPF ItemsControl. ItemsControl is one of the simplest yet powerful control in WPF. ItemsControl is just like the repeater control in asp.net. It supports Binding and supports custom template to display the data. for detail stud... [More]
    Posted: Apr 24 2009, 10:53 by munnaonc | Comments (0) RSS comment feed |
    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    A Beginner's Guide for "Using WCF in JavaScript using Asp.net Ajax"

    Contents Development Platform Introduction Using Ajax-Enabled WCF Service item template Using Service Interface defined in a class library Configure the Web Application To Use TODO Service Using Service In JavaScript Summery References Develop... [More]

    Improved Resource file project template in vs2008

    Visual Studio 2008 resource file project template is now more improved! and more usable.It has very user friendly and easy to edit environment, providing the user with the ease of managing resource better than ever. I have been using resource file since Visual Studio 2003. Previously I got to write... [More]
    Posted: Jun 22 2008, 10:32 by munnaonc | Comments (0) RSS comment feed |
    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Using Background Process in WPF

    WPF applications often needs to call time consuming methods or processes, the time consuming methods or processes can be, huge time consuming calculation or perhaps a web service call. In case of WPF specially XBAP (wpf browser application) which run on remote client machines browser, this sort of c... [More]

    Wpf Image ,Working with Image Source

    Hi after a long time I am back in my blog. In this post I will discuss few things about WPF image object. Recently I have been working in a project whose UI Layer is build entirely with windows presentation foundation. Background WPF has another way to display image. That is, using BitmapImage ... [More]

    No Scroll content of wpf xbap in iframe

    In my previous blog post i have discussed about how to hide the navigation ui of xbap while you hosting Xbap ( Xaml browser application) in iframe. Note that xbap can be accessed directly from browsers url address and can also be viewed in a iframe in existing web site. In both case user can have co... [More]
    Posted: Mar 06 2008, 09:23 by munnaonc | Comments (0) RSS comment feed |
    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Creating web application and web site that run in IIS 7 of windows vista from vs2008

    While creating a web site in vs2005 or vs2008 , web site location has three options and the options are 1. File System 2. HTTP 3. FTP Previous version of Visual studio (VS2002,VS2003) supports web application that run only on IIS. User can easily create web applications cause Visual Studio au... [More]