|
I have a problem to install the .Net Framework 4 ... this problem is:
HRESULT 0xc8000222
|
|
|
|
|
That error could have come from any one of thousands of API calls. You need to edit your question and show us the code that threw the error, and the full details of where it occurs.
|
|
|
|
|
|
i programming language on rosetta code homepage.
where to find more information about language i ?
hi,
i found the "i" programming language here : Category:I - Rosetta Code[^]
|
|
|
|
|
|
I’m a non programmer, non developer who, many many years ago, used html as a child to create a couple silly and basic websites but have forgotten most all html since then.
I have interest in dipping my toe in the programmer waters once again, but don’t know where to begin. Are there any suggested free services or devices which I could educate myself and practice some code to both learn coding and also find out if it would be of interest to me to dive in deeper.
Would anyone be able to offer a newbie some direction please?
|
|
|
|
|
The first question you need to address is "what sort of programming do I want to do?".
If it's web development then W3Schools Online Web Tutorials[^] is a good place to start.
If it's desktop then probably C# is a good choice of language, see .NET Book Zero by Charles Petzold[^].
Also, the Articles section (on the menu above) here on CodeProject has a wealth of great tutorials, although it is not always easy to find those aimed at beginners.
|
|
|
|
|
I will start with C# as I have more interest in programming than web design.
Once I begin learning C#, is there a place where I can begin practicing my new knowledge for free? Thank you for helping.
|
|
|
|
|
Yes, you can practice on your own PC. Download the free Community edition of Visual Studio from Visual Studio 2019[^], and you can write, build and test as many examples as you wish.
|
|
|
|
|
|
You are welcome; good luck.
|
|
|
|
|
Hi,
I'm assuming that you wanted to become a web developer. In my opinion, a good start would be at https://www.freecodecamp.org/[^].It basically guides you from HTML, CSS, JavaScript/ES6, Jquery, React, BootStrap a whole lot more. Moreover; after learning the front end, you can choose which backend solution you want to focus on. Backend devs use languages like PHP, Ruby, Python, Java, and .Net. Good luck.
Cheers,
Jin
|
|
|
|
|
Hello Everyone!
I am a Electrical Engineer, I have used basic programming languages such as VBA and Arduino platforms.
I work for a coal mine in WV. I was given the following task:
1. Develop a program that uses a picture of the mine map.
2. Over this mine map I would have movable objects
3. These objects would represent equipment in the mine
4. We move this equipment through out the coal mine. I would like to be able to click and drag and relocate this equipment on the map
5. Also double click and be able to view information that is stored on our shared drive, such as electrical and hydraulic prints for the equipment.
6. Zoom in and out on the map
My hope for this is to get it working on a big screen TV with a touch screen overlay attachment. To run it from a near by designated PC.
I am pretty resourceful I just need a direction to start in and some advice. The mass amounts of information on the web makes it hard to get going in the correct direction.
Thanks in advance
|
|
|
|
|
I would expect such a project to require the use of one of the .NET languages, C# or VB.NET and perhaps also WPF. Those products have rich functionality and support libraries for much of what you want. However the actual project would need more than one person to get it complete in a reasonable time. I think you probably need to get a good consultant in to ensure management understand the amount of work involved, and to help get things started.
|
|
|
|
|
Hi.im new to this forum.
Im a 20 years old and i literally dont know anything about programming but i love to learn Python and become a Python programmer.
Please share any information you think it can help.
Where to start???which book is the best to start??is it too late???
How long its gonna take to learn it from scratch??
|
|
|
|
|
AlterEgo1927 wrote: Where to start???which book is the best to start?? What I do is go to Amazon.com and search for Python books. I then filter to those with high customer ratings. I read through the reviews and find 1 or 2 that I like. Then I usually go to ebay and buy it.
AlterEgo1927 wrote: is it too late??? You're 20. Relax. You have all the time in the world.
AlterEgo1927 wrote: How long its gonna take to learn it from scratch?? You will never fully know everything about the language. But to get proficient will take as long as it takes you, depending on how quickly you learn.
Start with a book and do the exercises. You may find out you don't really want to be a programmer.
Social Media - A platform that makes it easier for the crazies to find each other.
Everyone is born right handed. Only the strongest overcome it.
Fight for left-handed rights and hand equality.
|
|
|
|
|
I would suggest you to take help from online tutorial videos on YouTube, they are very good.
|
|
|
|
|
How can I download an old version of code/binaries an existing article?
For example if someone posted a code/binarie in 2015 and there were changes from that time, How can I access the original code from 2015?
Thanks in advance.
|
|
|
|
|
There is a revisions link on the left side of articles. If it is not there add a comment at the bottom of the article asking that question and it will email the author with your question.
Social Media - A platform that makes it easier for the crazies to find each other.
Everyone is born right handed. Only the strongest overcome it.
Fight for left-handed rights and hand equality.
|
|
|
|
|
For office only. I need xamp for my office because all secured. Except this site
|
|
|
|
|
Download from here, Download XAMPP[^]
Social Media - A platform that makes it easier for the crazies to find each other.
Everyone is born right handed. Only the strongest overcome it.
Fight for left-handed rights and hand equality.
|
|
|
|
|
Hi all,
In Biztalk 2013 R2 i have installed the blogical free adapter(code plex)
to connect with SFTP (port 2222) http Proxy(port 8080) .
getting the following error could you help on this error.
Type: Blogical.Shared.Adapters.Sftp.SftpException
Target: System.Collections.Generic.List`1[Blogical.Shared.Adapters.Sftp.FileEntry] dir(System.String, System.String, Int32, System.Collections.ArrayList, Boolean)
Message: Unable to perform directory list at []
Stacktrace:
at Blogical.Shared.Adapters.Sftp.SharpSsh.Sftp.Dir(String fileMask, String uri, ArrayList filesInProcess, Boolean trace)
at Blogical.Shared.Adapters.Sftp.SftpReceiverEndpoint.PickupFilesAndSubmit()
at Blogical.Shared.Adapters.Sftp.SftpReceiverEndpoint.EndpointTask()
------------------------------
Type: System.IO.IOException
Target: Tamir.SharpSsh.java.util.Vector Dir2(System.String)
Message: channel is broken
Stacktrace:
at Blogical.Shared.Adapters.Sftp.SharpSsh.Sftp.SshTransfer.Dir2(String path)
at Blogical.Shared.Adapters.Sftp.SharpSsh.Sftp.dir(String fileMask, String uri, Int32 maxNumberOfFiles, ArrayList filesInProcess, Boolean trace)
Thanks
Srinivas
|
|
|
|
|
Hi,
I have a requirement where I have to control VSM router from Code. The router uses General Remote Protocol SW-P-88 and General Switcher Protocol SW-P-2. Can anyone help me in creating theses commands and sending to the router, preferably in .net or Java?
Thanks.
|
|
|
|
|
Please edit your question and explain in detail what help you are looking for.
|
|
|
|
|
Member 14068826 wrote: This makes it seem like you have been using a plugin from an article. There are forums at the end of each article. You should ask your question there.
This space for rent
|
|
|
|