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
A

aamironline

@aamironline
About
Posts
48
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Database to xml
    A aamironline

    Its simple, read data in all the table and generate xml file...

    M Aamir Maniar aamirOnline.com

    C# question database xml help

  • Date time storing null values
    A aamironline

    Compare ActualStartDate with DateTime.MinValue. if its same treat as null or empty...

    M Aamir Maniar aamirOnline.com

    Database database announcement

  • Change of property attributes during Run-Time (e.g. Brwosable)
    A aamironline

    Simple way to do is, create two classes one base class another derived class. In base class property set browsable attribute to true and in derived class property set browsable attribute to false... Interchange object from baseclass to derived class. Thats it...

    M Aamir Maniar aamirOnline.com

    Visual Basic help question

  • Window Services
    A aamironline

    You are using Window based Timer. User System.Threading.Timer instead...

    M Aamir Maniar aamirOnline.com

    Visual Basic

  • sort generic collection
    A aamironline

    :) New verion of Generics.Net is coming next week. That will solve your problem...

    M Aamir Maniar aamirOnline.com

    C# csharp question

  • hide a file
    A aamironline

    I have not seen those mentioned by you, but you can achive what you are expacting by encrypting, encoding or moving files to Isolated Storage.... There are many ways to do it...

    M Aamir Maniar aamirOnline.com

    C# help

  • listview custom control
    A aamironline

    Even though its possible, its not simple... Why dont you u use datagrid? Its easy to do that with datagrid....

    M Aamir Maniar aamirOnline.com

    C# help

  • string serialization
    A aamironline

    Try this out!!! . . . FileStream fs = new FileStream("str.xml", FileMode.Open); XmlTextReader reader = new XmlTextReader(fs); XmlSerializer sr2 = new XmlSerializer(typeof(MyClass)); MyClass mycls2 = (MyClass)sr2.Deserialize(reader); . . .

    M Aamir Maniar aamirOnline.com

    C# question xml json

  • including another program
    A aamironline

    Yup, and you can also use application as library...

    M Aamir Maniar aamirOnline.com

    C# help

  • [Message Deleted]
    A aamironline

    You will fild lots of projects at codeproject.com, sourceforge.net, codeplex.com... Check them out :cool:

    M Aamir Maniar aamirOnline.com

    C#

  • [Message Deleted]
    A aamironline

    Nope... Thats not required. Cheers :)

    M Aamir Maniar aamirOnline.com

    C#

  • Making a control visible from Form.OnMouseEnter
    A aamironline

    You can avoid flickers but playing with flags...

    M Aamir Maniar aamirOnline.com

    C# question

  • Text editor in c#
    A aamironline

    There are some open source text editors available. You can start by looking their code. For example - SharpEdit : http://sourceforge.net/projects/sharpedit/[^] - Fireball Code Editor : http://www.codeproject.com/useritems/fireballcodeeditor.asp[^]

    M Aamir Maniar aamirOnline.com

    C# csharp help tutorial

  • Generics & ViewState
    A aamironline

    What does this mean?

    M Aamir Maniar aamirOnline.com

    ASP.NET question announcement

  • Simple paint app - problem saving
    A aamironline

    Two things... 1 - You are not dwawing on a PictureBox and 2 - You are trying to fetch drawn image from the PictureBox where painting has not taken place... Cheers ;)

    M Aamir Maniar aamirOnline.com

    C# graphics help question announcement

  • How to regenerate web.config + Seeking tips and info on web.config!
    A aamironline

    On the safer side i would suggest to take latest from VSS and recover your web.config. However i would recommand you to grasp thorough understanding of Web.config. It is must if you are into web delopment with asp.net. Internet is the perfact repository for finding information. At the moment i would just say that Web.Config is an organized configuration file which manages your settings and configration on differenct area of web site development. Following list tells you about different section of configuration file. - AppSettings : Handles custom settings in the form of name and value pair. - SessionState: Session related settings. - ConnectionStrings: An organized place for putting connection strings. - CustomErrors: Centralized error manangement settings. - Trace: Centralized location for application tracing. - Providers: Different provider related settings like MembershipProvider, RolesProvider etc.... - Configuration and ConfigurationSection : Allow creating custom application specific settings.... - Etc... One more thing ============== If you install .Net 2.0, IIS gives you a UI for editing web.config file. Hope this much information if okay for you to get started with the Web.Config

    M Aamir Maniar aamirOnline.com

    ASP.NET windows-admin tutorial announcement

  • Web Service receiving parameters
    A aamironline

    Well what's the problem then. Go ahead, create a dynamic file in you web application directory and use it.:sigh:

    M Aamir Maniar aamirOnline.com

    C# csharp xml help question workspace

  • HOOK YahooMessenger
    A aamironline

    This is juat a hint that yahoo messenger uses InternetExplorer control for displaying messages... You need to get control of the underlaying IE if you need to trap yahoo messages... :)

    M Aamir Maniar aamirOnline.com

    C# csharp tutorial

  • dates
    A aamironline

    I would suggest you to use DateTime because it will be more convanient...

    M Aamir Maniar aamirOnline.com

    C# database csharp question

  • Customising property grid
    A aamironline

    I dont know why do you have such requirement. However I can say that its difficult but not impossible. You will need to create another type at runtime using reflaction emit, from the object you wish to bind to property grid. This type will have only those properties which you want to bind to the grid. Once type is created, assign populated object of newly created type to the grid... Hope this piece of information will be useful to you.

    M Aamir Maniar aamirOnline.com

    C# question css
  • Login

  • Don't have an account? Register

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