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

Member 9986689 PandaLion98

@Member 9986689 PandaLion98
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Programmer vs software engineer
    M Member 9986689 PandaLion98

    Instructors in schools and universities need to realize this. I agree completely.

    The Lounge visual-studio architecture question

  • AI-Forums
    M Member 9986689 PandaLion98

    I support the idea of having an AI subforum. It would really help :-D

    - Uncategorised posts - tutorial question discussion lounge

  • window form application
    M Member 9986689 PandaLion98

    Try making a Boolean variable. On login, the app must determine if the logged in user is admin or not. Then, set the appropriate values.

    On login:
    If user is admin: adminbool = true
    else
    adminbool = false

    On form_load
    If(adminbool=false)
    {
    Menustripitem_name.enable=false;
    }

    else

    {
    Menustripitem_name.enable=true;
    }

    You get the idea, right?

    Windows Forms help tutorial

  • C# assign ProcessID
    M Member 9986689 PandaLion98

    I don't think so. You can, however, use Process.Id to identify your runnung app.

    C# csharp question

  • Till death, my code and I
    M Member 9986689 PandaLion98

    Just do your own thing if it's comfortable. What other people say are just opinions.

    The Weird and The Wonderful question

  • In the words of Sallah -- bad dates
    M Member 9986689 PandaLion98

    string[] days = {"", "1st", "2nd", "3rd", "4th", "5th", "6th", "7th", "8th", "9th", "10th", "11th", "12th", "13th", "14th", "15th", "16th",
    "17th", "18th", "19th", "20th", "21th", "22nd", "23rd", "24th", "25th", "26th", "27th", "28th", "29th", "30th", "31st", "32nd"};

    32nd day? But how? :confused:

    The Weird and The Wonderful csharp announcement
  • Login

  • Don't have an account? Register

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