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
I

ideru

@ideru
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • writing to txtfiles
    I ideru

    if you are just writing to a normal txt file just use normal File create operations. string fname = "C:\\test.txt" using(StreamWriter sw = File.CreateText(fname)) { sw.WriteLine(data_to_be_written); }

    C# help

  • Property Grid
    I ideru

    Hello.. ive been searching and still can't find the answer. This might be a bit trivial for some, but am really confused why this is not working. I have a property grid, am using this to edit/display/manipulate a resource file actually. I've based my code on a C# sample resource Editor. Right now what am trying to do is to capture the double click event on the property grid. That is if a certain row has a double click event, i will retrieve the value on that row. Does anybody knows ?:confused:

    C# csharp css algorithms question learning
  • Login

  • Don't have an account? Register

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