Creating & Writing to a Text File in Windows Forms Application - posted in C#: Hello, Ive been trying to save a text from a textbox to a file in a specified folder, but all the guides I found in the Internet refer to a Console Application. So basically Im asking how to: 1. Create a *.txt File in a specified directory, for instance the desktop.
These days I'm aware of the powerful web browser. In order to know what happend behind the screen. I want to write a simple web browser. But When I try to find document about that. Nothing find! Any one konw how to write a simple web browser or know where is the book will be useful. Please tell me !
Thank you very much!
closed as not a real question by user405725, Oded, KevNov 3 '11 at 13:53
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. If this question can be reworded to fit the rules in the help center, please edit the question.
Writing Code In C# In Visual Studio 2017
2 Answers
Start off with a simple browser -- e.g., look at existing text only ones like lynx
or w3m
. Once you've got them cracked, then you can work up to adding graphical elements. It can get complicated fairly quickly, so make sure you've read the appropriate RFCs for HTTP and the W3C standards as well. These aren't light reading material though :-)
Compile C# In Visual Studio
Here's something to get you started:
C might not be the best language for this job.