in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » Windows Forms » .NET (RSS)
  • Starting Log4Net

    One of the task that a developer needs to accomplish is to code a module for logging, and creating it from scratch will take some of your precious time. So to be a little more productive, we can use a tested library like Log4Net. I have browsed for some pages and found a lot of variations. So putting...
    Posted to Weblog by Comgen on 04-30-2008
  • Websites, better for business solutions.

    I have been learning a lot lately from the .NET community. Being active in the community surely pays off nicely. So to go straight into the subject matter, why are websites better for business solutions than windows forms, WPF, and/or other client platforms. This blog or article has been written from...
    Posted to Weblog by Anonymous on 04-16-2008
  • Use Membership API in Winforms

    I usually code my own authentication module in my Windows Application but since i have been playing with Web Applications lately, I thought, maybe there's a way to use the Membership API inside System.Web on my Windows Applications. So after playing and Googling around i have made it worked. Below...
    Posted to Weblog by Comgen on 08-14-2007
  • log4net is not logging!

    I have been using log4net for a year and a half now and there are scenarios where I'm expecting it to log some data only to find out that it's not logging. I know two possible reasons of log4net not logging: 1. It is not yet configured to log. I am configuring log4net through the XML configuration...
    Posted to Weblog by jokiz on 07-04-2007
  • .NET: Updated: Simple and Stupid BackgroundWorker Example

    I was very busy the past weeks, I cannot imagine I could make it not to code for several days, been a carpenter, janitor, messenger and everything hehe. But I'm here again now. Let me start this out with this stupid sample I just given to one of my junior developer. BackgroundWorker is a special...
    Posted to Weblog by dehran ph on 06-20-2007
  • Where VB.Net My.Settings is Stored

    Its been weeks since my last post since I've been very busy here with some projects. I tried using VB.Net on one of my project since my Project Manager told me so because there are a few C# guys in here. I used the My.Settings feature and found out that its not getting the values from the Config file...
    Posted to Weblog by Comgen on 12-17-2006
  • .NET: Unable to load one or more of the requested types exception in winforms

    I have encoutered this very strange error when Im trying to modify one of my user controls on a winddows forms module. It's the first happened to me so I assume I can fix this just by cleaning up the bin folder, update references, reload or restart the project. To no avail, I have googled around and...
    Posted to Weblog by dehran ph on 11-24-2006
  • L10N: Autosize property of labels on windows forms

    Lately, I was wondering why the Autosize property of label on windows forms is set to true, this is annoying and tiring if you love using windows forms designer(yucks! kidding ), because you often want a properly aligned controls and fixed with labels on data entry textboxes.But not until i want to loicalize...
    Posted to Weblog by dehran ph on 11-07-2006
  • DesignTime vs RunTime on User Controls

    I was playing with user controls this week end and I noticed that the Constructor of my control is called everytime I try to drag one of my user controls into my form. So i tried googling around to find if there's a way to by pass some codes on the constructor and I found this System.ComponentModel.UsageMode...
    Posted to Weblog by Comgen on 10-22-2006
  • ControlInspector for Windows Forms

    I used to use this ConstrolInspector utility from CodeProject utility to know the sequences of events for a control back when i was still a component developer. OT: An ex-officemate of mine, still with my previous employer asked me about this utility through mobile phone. I wondered why she did not email...
    Posted to Weblog by jokiz on 10-09-2006
Page 1 of 3 (27 items) 1 2 3 Next >