|
I mean we will no longer accept your article, tip, Blog, or Project submissions on CodeProject.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
|
|
Quote: Put in the time, make the effort. Take a week or longer.
Quote: Thank you
... 30 minutes later ...
Quote: Finished!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
30 minutes?
The timestamps of the messages say 12
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Long day yesterday ... math was clearly beyond me.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Really good explanation, sadly it seems he is tips-resistent
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Please help, I need more advise
|
|
|
|
|
|
I have revised and submitted, please review it
|
|
|
|
|
Sorry, but that is still not acceptable. There is no description of what actual problem this will help to solve. Two blocks of code with no details of what the code does, where it should be placed, or why. Please go to the links I gave you and read them carefully, in order to understand what an article or tip should contain. If you want further ideas then read some of the articles post by @RichardDeeming, @OriginalGriff. And here is another example of what a well written example looks like FMBomb - A Beginner's Approach to Hardware Programming[^]. And you do not need to be an electronics expert to understand the structure of the article. So stop rushing to post every few lines of code that you write, and think carefully about what you want to say.
|
|
|
|
|
Thank you, just edited, please review the tip/trick
|
|
|
|
|
Please stop posting, and read my suggestions above.
|
|
|
|
|
This is my entirely reviewed post, thanks
|
|
|
|
|
Thank you, just done, please check!
|
|
|
|
|
You have not done anything, you are just reposting the same thing over and over. As I keep suggestiong, stop posting something that we keep telling you is not accptable for publication. Go to the links I gave you and look at examples of properly well written aricles and tips.
|
|
|
|
|
I hope this is my last post, waiting for your comments.
I have added the problem description, outcome and vice versa.
|
|
|
|
|
Just re-worked, there's no more to add for this tip/trick - it's quite clear in the sense of term framework.
|
|
|
|
|
|
Thanks for information, It's a full article for review - IdahoJS
|
|
|
|
|
To add to what @Richard-MacCutchan has said, I sent you a long message two days ago which explained why we keep rejecting it, and suggesting what you need to do to get it through.
As it stand, nothing has changed that invalidates any of what I said - your framework is still unusable without significant effort being put in by every reader to try and work out what you can do with it, and what benefits they might get - and that's before they eve=n try to work out how to use it to get those benefits.
As such (and given the huge number of "frameworks" that are out there already) what you have submitted here is useless - nobody will use your framework because nobody will invest the time in checking if it will help them significantly. It's like you built a new car and hid it in a garage with a sign on the door saying "Good new vehicle inside" but bricked up the doors and windows and didn't leave any contact info! You won't sell any cars that way because nobody is going to see it.
We moderators aren't here to make your life difficult, or to be nasty - quite the reverse, we protect the site from not-ready articles, and authors from the derision and downvotes that poorer articles can receive. And to be a moderator, you have to write articles, so we know what it feels like when you slave away on something and Joe Moron from Stupidity High School, Kansas finds out it's not what he needs to hand in as his homework ...
If we let this though as it stands, it would - at best - be ignored, and more likely downvoted into oblivion.
I'm sure you have put a lot of effort into getting the framework code right but without actual info we as readers have no idea if it's something we could use in our projects.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Thanks
|
|
|
|
|
public class clsb
{
public string subjectName = "";
public string mainsubject()
{
return subjectName;
}
}
public class clsA : clsb
{
public string subjectName = "";
public string Allsubject()
{
return subjectName;
}
}
private void getdata()
{
clsA obj = new clsA();
obj.subjectName = "English";
string A2 = obj.mainsubject();
MessageBox.Show(A2);
}
|
|
|
|
|
|
Dear CodeProject,
I'm really disappointed why my tip/trick is constantly deleted.
Best regards,
Mirzakhmet Syzdykov
M.S.-Developers
|
|
|
|