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
M

Maciej Pirog

@Maciej Pirog
About
Posts
76
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I want...
    M Maciej Pirog

    6, 11, 26, 34, 44, 51

    Ñ There is only one MP Ð

    The Lounge php

  • I miss header files. Do you?
    M Maciej Pirog

    leppie wrote: And what infomation are you talking about? That the Object Browser come from VB. That was a joke about people who are talking that VB is a shit but know nothing about it.

    Ñ There is only one MP Ð

    C# xml question learning

  • I miss header files. Do you?
    M Maciej Pirog

    leppie wrote: I find the Object Browser extremely helpful The Object Browser come from VB. There are many people that will stop using it now, because of this information. ;-) As you can see there *are* some coll things from VB :-)

    Ñ There is only one MP Ð

    C# xml question learning

  • Windows Form Designer
    M Maciej Pirog

    I just don't get those strange indexers. Nnamdi Onyeyiri wrote: EBGroup this[int index] It looks like the good old C++'s operator[]

    Ñ There is only one MP Ð

    C# css winforms com tutorial question

  • Adding Outlook toolbar to a .NET form?
    M Maciej Pirog

    http://www.codeproject.com/cs/miscctrl/OutlookBar.asp

    Ñ There is only one MP Ð

    C / C++ / MFC csharp c++ question

  • #define and data types
    M Maciej Pirog

    Yeah! He's right. This code:

    #define XXX void function(int r)
    static XXX
    {

    }

    will be seen by the comiler as:

    static void function(int r)
    {

    }

    You can write anything after #define

    Ñ There is only one MP Ð

    C / C++ / MFC question collaboration

  • Custom collection and Properties window
    M Maciej Pirog

    Thanks! :-D Now it's working!

    Ñ There is only one MP Ð

    C# help

  • OfficeXP visual style???
    M Maciej Pirog

    Paul Watson wrote: Though as my 2 cents MS should really stick to one set of styles and make it available for all controls. I do agree.

    Ñ There is only one MP Ð

    C# csharp visual-studio winforms question

  • OfficeXP visual style???
    M Maciej Pirog

    Paul Watson wrote: Check the CP articles, the answer is there. These are Windows XP Visual Styles. That guy meant OfficeXP/VS.NET visual styles. Try http://www.dotnetmagic.com/[^]

    Ñ There is only one MP Ð

    C# csharp visual-studio winforms question

  • Custom collection and Properties window
    M Maciej Pirog

    Strange! Take a look at my code:

    public class R
    {
    public R(){a=10;b=56;}
    int a, b;
    public int A{
    get{return a;}
    set{a = value;}}
    public int B
    {
    get{return b;}
    set{b = value;}
    }
    }

    public class Col: CollectionBase
    {
    public Col(){}
    public virtual void Add(R valueT)
    {
    this.List.Add(valueT);
    }
    // ...
    }

    But the designer still adds the System.Object item, not the R item. What's wrong?

    Ñ There is only one MP Ð

    C# help

  • Custom collection and Properties window
    M Maciej Pirog

    Hey! I've got a problem with my custom collection! The collection is used as a type for a property in my control. When I put the control to the form in the Designer, and Click the (...) button at that property, new window is shown. I can add and remove elements in collection. But when I click the Add button, the type of new element is System.Object, not the type of elements of my collection. I want to do sth like ListView.ListViewItemCollection, which is editable through the designer! Thanks!

    Ñ There is only one MP Ð

    C# help

  • Is CP slow?
    M Maciej Pirog

    No! That's your internet connection! :zzz: :zzz:

    Ñ There is only one MP Ð

    The Lounge question

  • For those who worry about windows security...
    M Maciej Pirog

    AGHHH! That's the problem (advantage ???) of the contemporary informatics: There is always a way... :omg: I'm so happy that I am not a freak about security!

    Ñ There is only one MP Ð

    The Lounge c++ com security question announcement

  • For those who worry about windows security...
    M Maciej Pirog

    That's why I don't use MS Virtual Machine, but JVM provided by SUN Microsystems!

    Ñ There is only one MP Ð

    The Lounge c++ com security question announcement

  • IE 6
    M Maciej Pirog

    Matthew R. Miller wrote: I noticed that they made all the icons all cute and snuggly Only on WinXP! I've installed IE6 on my Win98 and all icons were old and ugly(:~ )! What I found interesting in IE6 is privacy. You can block *all* cookies (except that from CP ;) ) It also has usless "discussion" button. There is another new button: "Multimedia". I fifn't use it yet, so I can't say anything about it.

    Ñ There is only one MP Ð

    The Lounge csharp question

  • Angular gradient in GDI+
    M Maciej Pirog

    Hello everybody! I want to create an angular gradient in GDI+, but I don't know how! Angular gradient is: "Shades in a counterclockwise sweep around the starting point." [Adobe Photoshop help] You can see it there (picture at the top): http://s9000.furman.edu/DD/labs/photo/pix/grad.gif[^] Please, help me!

    Ñ There is only one MP Ð

    .NET (Core and Framework) adobe javascript winforms graphics help

  • windows bug ? need confirmation.
    M Maciej Pirog

    Tomasz Sowinski wrote: I can't use COM9 as file name??? What are they thinking? They didn't told that, but you aren't allowed to use also filenames like: MS_SUCKS, I_HATE_MS, BILL_GATES_IS_JUST_AN_IDITOT, I_LOVE_LINUX, I_WANT_TO_DELETE_IE. ;)

    Ñ There is only one MP Ð

    The Lounge help question

  • Request to Christian Graus (2)
    M Maciej Pirog

    Are you in love with Christian Graus? I'm three articles away from being silver, but I will not post 3 shitty articles, just to be silver! They do not give money for being platinium, aren't they? :~ Navin wrote: You could do CodeProject and yourself a favor by just posting another article. NOOOOOO!!! The prices of the platinum will fall if there's so many platinum members! :laugh:

    Ñ There is only one MP Ð

    The Lounge

  • How do I get the size of a character array of unspecified size?
    M Maciej Pirog

    Maciej Pirog wrote: (don't forget to include )! Don't forget to include <string.h> of course! :-O

    Ñ There is only one MP Ð

    C / C++ / MFC question data-structures

  • How do I get the size of a character array of unspecified size?
    M Maciej Pirog

    Use strlen function (don't forget to include )! David Z wrote: I always get 4 as the return cause sizeof(cArray1) always gives me 4 and 4/1=4 cArray1 is a pointer, not an array. It points at the first element of an array (null-terminated string). It is 4, because in Win32 pointers are 32-bit (4 * 8 bits - that's why you get 4)!

    Ñ There is only one MP Ð

    C / C++ / MFC question 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