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

sharongav

@sharongav
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Converting form C# alias type to .NET framework type
    S sharongav

    Yes, I can use the switching for the string alias, and I can also use a hard coded hash table. But the .NET has this kind of table built-in, and I wish to use it (I don't like inventing the wheel all over, it's there already). Do you know how can I use this built-in table? ------ Thanks Sharon

    C# csharp dotnet com tutorial question

  • Converting form C# alias type to .NET framework type
    S sharongav

    There is an built-in types table for .NET framework type to C# type which are aliases of predefined types in the System namespace (http://msdn2.microsoft.com/en-US/library/ya5y69ds.aspx). How can use access and use this table (by C# code) to convert the alias to the .NET framework type. For example: if I have: string aliasType = "int"; string frameworkType = ??? ------- Thanks Sharon

    C# csharp dotnet com tutorial question

  • How to put a clickable button on a PropertyGrid ?
    S sharongav

    Hi Gurus, I'm using the PropertyGrid control, and I want it to show a button. But when I set the PropertyGrid.SelectedObject with a object that has a Button property, the PropertyGrid shows the buttons properties, and I want the button to be shown as drawn and clickable button without any access to its properties. How can I do that? ----- Thanks Sharon

    C# question tutorial
  • Login

  • Don't have an account? Register

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