Kerala Microsoft Users Group
All Tags » .Net 3.5 (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Is there any problem in this class design?

    Is there any problem in this class design? public class Users : List<users.user> { public class User { public int UserId { get; set; } public string UserName { get; set; } public string Password { get; set; } public string Email { get; set; } } }
    Posted to Microsoft Technologies (Forum) by Anuraj on 10-14-2009
  • How to add and display items in a Listview

    Here is my problem, When I am adding ListViewItems to a ListView in a loop, items getting added and the size of the scrollbar decreaing but it is not getting displayed on the Listview. Items getting displayed only after completing the loop. I am using this with Background Worker. Is there anyway that...
    Posted to Microsoft Technologies (Forum) by Anuraj on 09-28-2009
  • Creating Installer for Web application

    Hi all, I am trying to create a setup for one of our asp.net web application. We are using framework 3.5 and backend as Sql server 2008 advanced services since we are using Fulltext search feature of MS Sql server. Sql server 2008 advanced server requires a lot of prerequisites like Windows installer3...
    Posted to Microsoft Technologies (Forum) by Srehari k v on 09-25-2009
  • Disable application icon in ALT + TAB

    Hi All I am creating a Windows application, when minimizing it, it should be minimized to System Tray. This is working fine. But the problem is that when users press ALT + TAB, the application icon is displaying. How can I disable it? I am using C#, and .Net 3.5
    Posted to Microsoft Technologies (Forum) by Anuraj on 07-23-2009
Page 1 of 1 (4 items)