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

Megastoffel

@Megastoffel
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Selecting buttons
    M Megastoffel

    Ok thanks it works now!:)

    C# question help tutorial

  • Selecting buttons
    M Megastoffel

    I'm working on a little project for school and I'm having a little problem with selecting a button. I have some buttons and I have to detect which 2 buttons I just clicked so I can compare the values in it. How do I do that? I can compare the two values, so that's not the problem, I want to know how to select two unknown buttons. My code looks a bit like this //the text in my buttons is a number! int comp1; int comp2; Button btncompare1; Button btncompare2; //Here's the problem! this is the only way I can select buttons //but I have to select them by a click. btncompare1=button1; btncompare2=button2; comp1=Convert.ToInt32(btncompare1.Text); comp2=Convert.ToInt32(btncompare2.Text); if(comp1>comp2) ... I hope you understand my problem!!! Thanks

    C# question help tutorial

  • How to save data in listctrl
    M Megastoffel

    I have no idea how to save and load the data in my List Control. Can somebody help me please!

    C / C++ / MFC help tutorial

  • selecting a row in a List Control
    M Megastoffel

    I want to select a row in a List Control and then delete it by pressing a deletebutton in my dialog based program. How do I do that? Please help me, I tried so many things but it doesn't work!

    C / C++ / MFC question help

  • Sorting dates in a Listcontrol
    M Megastoffel

    Hi I have a problem with sorting dates in a Listcontrol. When I add some dates they are sorted by day but I want to sort them by day AND month AND year of course. How do I do that? (sorry for the probably stupid question) now I get e.g. 1. 13 May 2003 2. 14 February 2005 3. 15 August 2001 4. 16 May 2003 And I want 1. 15 August 2001 2. 13 May 2003 3. 16 May 2003 4. 14 February 2005 please help me!:confused:

    C / C++ / MFC question help algorithms learning
  • Login

  • Don't have an account? Register

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