Hi!
How you make you code in posts to look formatted as in VS code editor?
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Master BillaPosted Aug 11, 2009, 5:12 AM
I think this question for one specific author,
anyhow i'm also try to answer.
protected void Button1_Click(object sender, EventArgs e)
{
IEnumerator<string> colectiom;
if (colectiom.Current != null)
{
//test
}
}
see, it's very simple, just write code in VS , then copy those and paste in word doc, copy from that and paste hereWhen you are copy from the word it's take formatting from MS word :)
That's' all, i hope this help to you
Thank you
Master BillaPosted Aug 11, 2009, 7:52 AM
Danatas GerviPosted Aug 11, 2009, 6:56 AM