Instructors in schools and universities need to realize this. I agree completely.
Member 9986689 PandaLion98
Posts
-
Programmer vs software engineer -
AI-ForumsI support the idea of having an AI subforum. It would really help :-D
-
window form applicationTry 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 = falseOn form_load
If(adminbool=false)
{
Menustripitem_name.enable=false;
}else
{
Menustripitem_name.enable=true;
}You get the idea, right?
-
C# assign ProcessIDI don't think so. You can, however, use Process.Id to identify your runnung app.
-
Till death, my code and IJust do your own thing if it's comfortable. What other people say are just opinions.
-
In the words of Sallah -- bad datesstring[] 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: