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

i BM

@i BM
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Pivot table reporting in VB.Net
    I i BM

    Yes there is. One is infragistics>>NetAdvantage>>UltraGrid Control. It does all you want plus lots of other benefits. Try the trial

    Visual Basic csharp com algorithms help

  • source code text editor in c\c++
    I i BM

    search notepad++ in sourceforge.net, it may help

    Article Writing c++ help

  • GIS development
    I i BM

    There are some articles in this site that will read from an autocad file. Does files are vector drawings too and saved as ASCII text. DGN may be like that too. search for the article.

    IT & Infrastructure question

  • Properties for user controls
    I i BM

    1. I don't know 2. If your property datatype is a structure, or class then the property will appeare like location(x,y) as you mentioned with the "+" sign in property window. What you should do is to use .NET's structures and classes ( as location is a "point" datatype I guess) or define new structures/classes as nested datatypes in your code and use them. 3.as I mentioned in 2, .Net uses system.drawings.color (I guess) for colors. If you simply set this class as the datatype for your property, then the colorpicker will appear in property window.

    IT & Infrastructure csharp question visual-studio winforms design

  • Tree Structures
    I i BM

    In DB you can design tree as the following: NodesTable(NodeID,NodeName,NodeParrent) NodeTable.NodeParrent 1===M NodeTable.NodeID and in ASP.NET use an DataReader to read all records of the table one by one and add them to the Tree datastructure you've designed.

    Article Writing csharp database sysadmin algorithms data-structures
  • Login

  • Don't have an account? Register

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