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

Search:

Type: Posts; User: chillaxzino

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    806

    Re: Hi, noob question

    Sorry I've been away for a while and couldn't respond to your post early enough.

    Here's what I've to say. If you want to loop through a multidimensional array of the rectangular type, that is an...
  2. Replies
    2
    Views
    1,439

    Re: VISUAL STUDIO NOT Responding - C#

    The component actually facilitates a set of syntax colouring. Although I did resolve this, I found out that I needed an event handler to fix that. Thanks for your concern all the same.
  3. Replies
    2
    Views
    1,439

    VISUAL STUDIO NOT Responding - C#

    Created a component that inherited from the RichTextBox in C# 4.0. Now trying to add this component to my form but Visual Studio wont respond. Why?

    What could possibly be the problem?
  4. Replies
    2
    Views
    806

    Re: Hi, noob question

    Do use code tags to post your code and keep it's formatting.
    e.g [code] your code goes here [/code]

    My First suggestion is that you put your implementation in a method.

    If you intend randomly...
  5. Replies
    3
    Views
    2,971

    Re: please help me solving this problem

    Nice contribution @ BioPhysEngr.
  6. Re: [Please Teach Me] C# Delegates and Lambda Expressions

    Nice post. Thanks for the tutorial. God bless you.
  7. Replies
    7
    Views
    1,808

    Re: Reference data type object

    Nice post... Thanks for the tutorial.
  8. [Please Teach Me] C# Delegates and Lambda Expressions

    I have some idea about C#'s Delegates and Lambda Expressions. Please give me a detailed but self explanatory contribution to this.
  9. Replies
    4
    Views
    1,286

    Re: Need Help with C# program

    Below is a complete working class in your name TomTom that implements part of the problem statement.

    Take time to figure out how I use my variables and their scopes.
    Also see that I have used a...
  10. Re: Help on Object string representation. Use of the override keyword.

    Thanks for that contribution. Its marvellous. Please as a support make a version of my code and include in it these variant you are talking about.

    From my understanding of what you said the...
  11. Help on Object string representation. Use of the override keyword.

    Please review this code and proffer a solution where possible.

    Problem: - Error as stated by my compiler is as follows "Cube.ToString(string)': no suitable method found to override"

    Please tell...
  12. Replies
    6
    Views
    5,291

    Re: I need help

    Hasn't your code worked yet?
  13. Re: Working with Generic List collection and LINQ (Need Help)..

    Thanks for that wonderful contribution of yours... Here how I implemented that.


    // public method that uses LINQ Query to reorder these class's lists
    public List<string>...
  14. Working with Generic List collection and LINQ (Need Help)..

    I intend populating variable newOutput with my query result in the method below and return a newOutput to these method's caller. Please fix the population problem.


    // public method...
  15. Replies
    6
    Views
    5,291

    Re: I need help

    I think the problem with your code is in the statement below:

    int RadiusToCircumference = number1 * 2 * pi;

    There are rules for working and converting between C# types. See...
Results 1 to 15 of 15





Click Here to Expand Forum to Full Width

Featured