Search results for query: *

  1. G

    Compile Error when migrated From VS2003 TO VS2005

    I migrated a windows application developed in VS2003 (Visual Basic) and migrated to VS2005. The code compiled properly except for the following error. Error 313 The item "obj\Debug\Pulse.Windows.UI.Common.resources" was specified more than once in the "Resources" parameter. Duplicate items are...
  2. G

    Variable Naming Convention

    I am using "ctrl" as prefix for naming my windows controls instead of Hungarian Notation. e.g. ctrlName for Name textbox control. Is it better? --------------------------------------- I have a Persistent Class e.g. Person. Public Class Person Dim _name as string Dim _age as int Public Property...
  3. G

    Design Screen & Project for Common Masters

    In our current system that we r designing, there are lot of masters(e.g. company master, city master, country master) that have common fields e.g. Code, Description, + 3 addl fields. Hence I will have only one table for these masters grouped by a field called mstgrpcode. Hence I dont want to...
Back
Top