Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

nandank81

@nandank81
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Urgent
    N nandank81

    hi, u can keep the items organised in proper tags like shiv 10 then u can declare a class say class DB { public string DbName; public int Size; } then call deserialise method . please refer deserialise method for proper syntax. those who win are those who believe they can

    C# database xml question

  • Setting selection in ListView control
    N nandank81

    listView1.Items[0].Selected = true; those who win are those who believe they can

    C# question

  • Show ContextMenu Automatically
    N nandank81

    try this ContextMenu menu = new ContextMenu(); MenuItem item = new MenuItem("test"); menu.MenuItems.Add(item); menu.Show(this,new Point(10,10)); those who win are those who believe they can

    C# question

  • C# 2005 - childForm setting MDIParent of another childForm
    N nandank81

    hi,if you declare frmOrder's MDiparent as frmmain, then you cannot show frmOrder just like that. you have to show the mdiparent of the formorder and then show formorder. the code inside the button will be like Order frm = new Order (); FrmMain frmMain = new FrmMain(); frmMain.Show(); frm.MdiParent = frmMain; frm.Show(); but infrmmain, the IsMDIContainer property should be set to true. try this. all the best. those who win are those who believe they can

    C# question csharp winforms help

  • user control is not getting loaded
    N nandank81

    use this link to get the solution. this link specifies how to create a usercontrol. I tried and it worked fine. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/ vbwlkwalkthroughcreatinginheritedcontrolwithvisualc.asp those who win are those who believe they can

    C# csharp help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups