CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: RadKrish

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,295

    IDataErrorInfo interface implementation

    Hello All
    I am trying to implement MVVM and use IDataErrorInfo interface to validate data in the model classes

    I base model class implementing IDataErrorInfo interface



    public class...
  2. Replies
    2
    Views
    1,004

    Re: How to find the base class on object?

    I just tried this and it worked....
    ObjecM.GetType().BaseType
  3. Replies
    2
    Views
    1,004

    How to find the base class on object?

    Hello all,
    In one of my work I have a situation as explained below....

    I have an object. I am able to find the type of the object using Gettype() method.

    But to work out my logic, I want to...
  4. XML schema creation on the fly using C Sharp

    Hello all,

    I have a requirement to create XML schema from an XML file inside my application, which I am developing using c#(VS 2008).

    the XML file is also being created by the same application....
  5. Replies
    7
    Views
    1,451

    Re: Shipping .Net Application

    Hello BigED,
    Thank you very much for educating me..... In fact i meant what you have said, but i havent used proper technical terms..... once again thanks...

    But still I havent got answer for my...
  6. Replies
    7
    Views
    1,451

    Shipping .Net Application

    Hello All,

    I have developed a tool using c# 9, .Net 3.5, which has got something to do with our business, electricity distribution

    The solution has got 1 EXE and 4 DLL. In the development...
  7. Replies
    3
    Views
    648

    Re: Query regarding LinQ to Objects

    Hello boudino and SAAM007,
    Thanks a lot and both the solution are working for me.

    Regards
    RadKrish
  8. Replies
    3
    Views
    648

    Query regarding LinQ to Objects

    Hello All,

    I seek your help in the following case.

    I have a base class say ClassBase and two derived class deriving from ClassBase, say ClassD1 and ClassD2.

    I have a collection (List) ...
  9. Application to be run in command prompt and in seperate UI

    Hello all,
    I want to do an application like this;
    I should be able to run the application from command prompt, when i run it from the command prompt, all the messages will come into the command...
  10. Replies
    4
    Views
    910

    Re: Query: MDI Application

    Hello kirants,
    Thank you very much for your reply.

    I have a main frame, and i have one view open on a child frame.....

    now i want another view
    if i click new, it pops up once again the small...
  11. Replies
    4
    Views
    910

    Re: Query: MDI Application

    Hello....

    Is it possible for someone to give me some lead on these..???

    Thanks and Regards

    RK
  12. Replies
    4
    Views
    910

    Query: MDI Application

    Hello All,
    I am developing an MDI application
    and I have three types of views and i have registered respective doc template using doc template:
    so when i start the application i get a small dialog...
  13. Replies
    3
    Views
    830

    Re: How to load JPGS as tool bar icons

    Hello Victor,
    Thanks for the reply.
    But the problem with converting them to BMP is, the look and feel of the icon gets lost like the 3-D features and so on.....

    anyhow if that is the only way...
  14. Replies
    3
    Views
    830

    How to load JPGS as tool bar icons

    Hello all,
    In My application i want a toolbar which contains icons other than standard tool bar icon.
    I also want them to look like more professional tool bar icons
    so i went googling for icons,...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured