|
Need sample c# code for multi selection combobox filled along with search features for windows app. .Please help me. Thank you in advance.
|
|
|
|
|
I'm sorry but you have picked the wrong forum for this question. This forum is intended for people asking questions about how to write articles. I would suggest that you search using the search engine of your choice to find appropriate articles here on Code Project.
|
|
|
|
|
Yesterday (Saturday) I published an article:
Quote: NVMe SSDs versus Traditional SATA SSDs
But some of the images are missing. All images uploaded just fine to your server. Can someone fix this, please? The images all showed up fine in the preview of the article, but some are missing from the published version. Thanks!
|
|
|
|
|
So this is the 4th time I published the article and each time It appears like this in the queue. Can somebody please explain why it's happening over and over again?

|
|
|
|
|
I can see your article in moderation . Without images, but what I guess the whole text.
it starts with:
Big Data is not a fad. In fact we’re living at the verge of a revolution that is touching every industry, business and life on this planet...
and ends with:
The .Net implementation of Apache Spark can also be used with ML.Net and a lot of complex machine learning tasks can also be performed. Feel free to experiment along.
Maybe is a cache issue?
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.
|
|
|
|
|
Ok now I can see the text but still can't figure out where are all the images going
Even when I try to update the article, it appears fine in preview, with all the images.
|
|
|
|
|
Be patient, you have done the correct thing posting here.
Someone of the staff will have a look as soon as they can.
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.
|
|
|
|
|
I'm trying to post an article and it seems fine in the preview but when I publish it, images are just not there. Not sure what's going on
|
|
|
|
|
I just submitted an article and got approved:
Enterprise Application, the New Way[^]
However all images in this article are broken. It works with preview if I update this article. Any help would be appreciated.
Thanks
|
|
|
|
|
Please email me the images and I will get it fixed.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
Thanks. I've deleted and re-submitted the article, and it looks OK now.
|
|
|
|
|
Hide Copy Code
Your article '' has been reported by Wendelius, Yahya Mohammed Ammouri, Manoj Kumar Choubey, OriginalGriff, Saineshwar Bageri and has been closed, with the reason being given as The post is not clear, or is incomplete and has not been phrased in a way that allows it to be fully understood..
Yes, I can understand, but can you be more clear, what did you not understood ?
I, honestly, cannot improve this article because it's the maximum I can explain, and I think I explain all the aspect around this project.
If you know what is missing or something is not clear, please tell me.
You think it's clickbait ? well no it's not, if you think so, how can I prove you that it's not.
|
|
|
|
|
Which article? Can you give us a link to it so we know which one it is?
Remember, we moderate dozens of articles a day, sometimes many more than that.
When you submit an article, it goes to a moderation queue where it is checked for suitability, and the community of moderators - all of whom are article authors themselves - and let through or not. It would appear that five moderators (including myself) have closed it as "unclear". That's not saying "it's clickbait": it it was clickbait, we would have used a different reporting mechanism and your account would have been closed as well, we don't like spam here!
What it means is that we didn't think it was clear and useful enough for publication in it's present form - that's not the same as saying "this is garbage" or "this is spam" - we have specific reports for those - it's saying that it isn't obvious to the moderators that the article is unready for publication, or that the subject is relevant. 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 in our opinion - at best - be ignored, and more likely downvoted into oblivion. We'd like to save you that pain!
But without knowing which article it is, we can't be at all specific as to why we felt that way.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
|
Better link: How to Generate Every Texts/Images/Sounds Possibilities[^] (It shows the text)
Yes, I remember this one - it appeared several times with no noticable changes.
What is it for? What actual use is it? It doesn't start well - it just seems to be about creating "every possible combination of characters" or "videos", or "sounds" - which isn't possible in a finite amount of time or space!
OK, you then "deconstruct" nested loops to do the same number of iterations within a single loop. That does nothing really useful as there is no performance improvement - in fact it may be slower because you are doing more tests.
Then you try to parallelize it - and that's the point at which I give up reading, because that doesn't speed things up either - in fact it can significantly slow it down unless you have an infinite number of cores as the Threading itself adds a significant overhead and the task you are parallelizing is trivial.
So by now, you're doing the same for videos, and then talk about sound. Why? You aren't going to get any useful movies out of it, you won't generate "Bohemian Rhapsody" any time soon, and your text generated isn't going to be the complete works of Terry Pratchett (including the next five books he would have written if he hadn't sadly died).
So what have I just read? Is it clear why it's here? Is it useful and ready for publication?
I have to say "no, I don't think it is all those things" - and that's why I voted "unclear or incomplete" each time I saw it in moderation. Because if I (and four other moderators) let it through it would be lambasted, downvoted, and / or ignored - and that's very dispiriting, much worse than a "it's not ready" rejection.
Does that make sense?
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Ok, thanks to be giving more detail to why it was refused.
What is for ? generating all possibilities
What actual use is it ? two uses:
- To be able to generate all possibilities giving a space limitation inside SlotNumber
- To have a more powerful algorithm than nested loops
You are defining the possibilities as unlimited amount of time or space.
But we as developers, have all signed a contract, when starting learning programming.
It's to do our job with a limited speed power imposed by the PC hardware elements.
Video games has known about that and they are doing video games, despite the lack of infinite performance
Performance improvement ? no it's impossible since like video games, are limited to the hardware speed.
As I said, we need to run this program on a supercomputer to have something usable, but it's better than nothing to try this program on regular computer, don't you think ?
It's not my purpose anymore to generate stuff that I can sell, it was, when I was a teenager at high school, as mentioned in the introduction
Here's end, for my defense 
|
|
|
|
|
Hi
I have made another approach of this project and it's to focus on the nested loop algorithm alternative.
Nested Loop Alternative[^]
I hope it's all good now, that I don't have the pretentious to make possibilities generator 
|
|
|
|
|
I deleted the QA version of this as requested.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
I may not see the tree in the forest here.
My latest article Microfrontends - From Zero to Hero was (to my eye) correctly released (in the web section). However, I do not see it on the homepage (not in All, nor in Following or "Web").
Maybe I am missing something? Thanks!
Update: The article was also not in The Daily Build. I am quite confused.
modified 21-Nov-19 1:32am.
|
|
|
|
|
Have you told it in the bugs and sugs forum?
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.
|
|
|
|
|
Urgent help needed:
My website size is 12GB approved. On the cpanel > Web Disk it shows that although the public_html folder is GB but "Other Usage" is freaking 34GB.
I have absolutely no idea what this additional 34GB is. Due to this, my hosting is not accepting to upload any file as the limit is 40 GB only. Currently total usage is approx 47GB. Here is the image for your reference:
https://i.imgur.com/JLWSqam.png
Kindly help with "other usage" as unable to upload any file via either FTP or WordPress or directly from Hosting as well.
|
|
|
|
|
You're in the wrong forum. This forum is for discussions about writing articles for CodeProject.
And quite frankly, you're on the wrong site too. The only people who can help you are your hosting provider's support team.
Nobody here has access to the servers hosting your site; nobody here can tell you what that extra data is; and nobody here can resolve the problem for you.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
When you're in the article editor, it says that ZIP files have to be < 10MB--yet, I've downloaded project ZIP files from here that are clearly over 10 MB. What gives? Is there a limit to how large a project folder can be and make it onto CodeProject?
|
|
|
|
|
While we do need to update that number, ZIP files about 10 MB get iffy. I've had plenty of ZIP uploads fail on me when they get bigger than 10 MB. When they get too big, we use an alternative download location (in some cases you will see that as well).
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
What do I do when my project folder, when ZIPped, gets over 10MB? How do I make the "alternative download location" visible to users? With me, the original upload doesn't seem to fail, but when I download my project back to a sample folder, sometimes the extracted project doesn't work right--even when I use Windows Explorer's "Extract All" to manually extract the ZIP rather than letting AOL do it for me.
|
|
|
|