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

Search:

Type: Posts; User: Loosexll

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    2,952

    How to zoom a panel with all control on it?

    Example: i have a panel and one button, one textbox in it. Now, i want to zoom panel to small or lagre, of course, both button and textbot change size with rate. Nobody teach me.
  2. Re: Error: infinite loop in my code(Depth First Search)

    >"< i don't know how to use degger in C#, i'm begginer
  3. Error: infinite loop in my code(Depth First Search)

    I code the algorithm Depth First Search, but it infinite loop, what did i wrong?

    #include <iostream>
    #include <vector>
    using std::cout;
    using std::cin;
    using std::endl;
    const int maxx = 20;...
  4. Re: Error: infinite loop in my code(Depth First Search)

    Oh my god, >"< I'm Sorry, >"<, let me move.
    Close please.
  5. Re: Error: infinite loop in my code(Depth First Search)

    No, not wrong this, can you test on your VS and tell me something else???
  6. Re: Error: infinite loop in my code(Depth First Search)

    No, not wrong this, can you test on your VS and tell me something else???
  7. Error: infinite loop in my code(Depth First Search)

    I code the algorithm Depth First Search, but it infinite loop, what did i wrong?

    #include <iostream>
    #include <vector>
    using std::cout;
    using std::cin;
    using std::endl;
    const int maxx = 20;...
  8. Replies
    10
    Views
    6,605

    Re: C++ to C#

    Thank for all, i think i should like beginner. Thank
  9. Replies
    10
    Views
    6,605

    Re: C++ to C#

    Someone help, i stuck, :(
  10. Replies
    10
    Views
    6,605

    Re: C++ to C#

    I converted, but it not work, someone test and fix it, i stuck, please

    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;

    namespace ConsoleApplication1
    {...
  11. Replies
    10
    Views
    6,605

    Re: C++ to C#

    Thanks
  12. Replies
    10
    Views
    6,605

    Re: C++ to C#

    Thank for help, grateful.
  13. Replies
    10
    Views
    6,605

    Re: C++ to C#

    Suggestions me please, in procedure: void Breadth_first_search(queue<int> &Q, vector<int> &trace, bool grid[][maxx], int start, int nodes). I don't know Q.push, Q.pop, Q.front in C#, >"<.
  14. Replies
    10
    Views
    6,605

    Re: C++ to C#

    Thank for help, maybe i told not well, so, my mean is: i don't know Q.pop, Q.front and pop, push, what is it in C#, and the code: "vector<int> visited(maxx,0);", i can't in C#, it error.
    I'm sorry,...
  15. Replies
    10
    Views
    6,605

    [RESOLVED] C++ to C#

    I code a algorithm by C++(Breadth first search), i'm fluent C++, but i'm learning C#, so i don't know function or keyword between it, i need convert to learning and searching, can you help convert...
  16. Replies
    8
    Views
    6,945

    Re: Coloring algorithm FloodFill

    Oh, help....now, i haven't got it, >"<
  17. Replies
    8
    Views
    6,945

    Re: Coloring algorithm FloodFill

    And now, i'm still stuck, >"<
  18. Replies
    8
    Views
    6,945

    Re: Coloring algorithm FloodFill

    Yeah, that's right, i want it like same:
    30205
    I want my rectangle is painted like this picture, add timer? Yes, i think it, and try, but not result well, maybe i code wrong, can you?
  19. Replies
    8
    Views
    6,945

    Re: Coloring algorithm FloodFill

    Thanks for care, but my problem still not solved, :sick:
  20. Replies
    8
    Views
    6,945

    Re: Coloring algorithm FloodFill

    And this's Project
  21. Replies
    8
    Views
    6,945

    Coloring algorithm FloodFill

    I write Coloring algorithm FloodFill and that ok's, it's work. I can description it: choose a new point X in your drawings, ex: g.drawrectangle(new pen(Color.Blue), 100,100,200,50) , Asolute, a point...
  22. Re: Picturebox transparent on Picturebox, Panel,... it can be?

    Thanks you very much, it solved
  23. Re: Picturebox transparent on Picturebox, Panel,... it can be?

    Oh, that right, thank you. So, in addtion, i have a question: could i have use bitmap in graphics c#, how benefits? it smooth than on form, panel, hub????
  24. Replies
    5
    Views
    5,373

    Re: [RESOLVED] Elliptical orbit

    Yes, thank you, very very, i will learn
  25. Picturebox transparent on Picturebox, Panel,... it can be?

    I reconized: the picturebox only transparent on form, addition can not any more control. So, can i make it woule be? Picturebox can transparent with some control?, like Picturebox transparent on...
Results 1 to 25 of 28
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured