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
O

Osrald

@Osrald
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to access Local Security Policy using c#
    O Osrald

    I think you should use IEnumerator iHeirarchy = SecurityManager.PolicyHierarchy(); then you can loop each policy level PolicyLevel polLevel = iHeirarchy.Current as PolicyLevel; and then you can get the codegroup by taking polLevel.RootCodeGroup.Children or get the named permission set polLevel.NamedPermissionSets from here you can manipulate whatever you wan't like removing or adding.

    C# csharp security tutorial question

  • Datarow Array with foreach question
    O Osrald

    Hi! newbie here just asking which of the following code is more efficient 1. DataRow[] dataRowArray = dtDataTable.Select("TableColumn = 1"); foreach(DataRow drRow in dataRowArray) { ...some processing here } OR 2. foreach(DataRow drRow in dtDataTable.Select("TableColumn = 1")) { ...some processing here } my problem here is do I need to put the result in a datarow array to make it more efficient? or not an issue at all?

    C# help question data-structures

  • SBC Packers
    O Osrald

    Check this out http://www.rikfx.com/humor.php when you are on the site click the link entitled "SBC Packers (title screen is like 20 sec)" then enjoy the show.

    The Lounge php com

  • Disabling Some items in ComboBox
    O Osrald

    Absolutely yes, I've found similar article but was done in VC++ 6.0 and I don't know how to convert it to C#..

    C# csharp tutorial question

  • Disabling Some items in ComboBox
    O Osrald

    Any idea how to disable some items in C# ComboBox?

    C# csharp tutorial question
  • Login

  • Don't have an account? Register

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