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
S

Sunil Pandita

@Sunil Pandita
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Window form bottom part hides on restore
    S Sunil Pandita

    hi, you need to catch the form_resize event and do some coding over there so that when the form resizes or restores back the controls on it also change their position accordingly. Hope this helps

    C# help tutorial

  • Update parent form control status from child form [modified]
    S Sunil Pandita

    Hi, What programming language are you using. In C#.net it would be done as below Form1 f=this.Owner as Form1; f.Button1.Text="Sign Out"; Where Form1 is the name of the parent that holds the sign in button with name button1. Hope this helps Thanks

    C# announcement

  • C# dll's in VB6.
    S Sunil Pandita

    Hi, Yes you can do this by implementing a CCW please check http://www.codeproject.com/KB/COM/nettocom.aspx Hope this helps

    C# csharp question

  • Keyword not supported: 'initial catalogue'.
    S Sunil Pandita

    use initial catalog instead. Hope this helps

    C# help security
  • Login

  • Don't have an account? Register

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