I have had a search around but am unable to find the forum guide or FAQs. I've been posting some help to a few people in the forums but can't a way of posting code samples and having the syntax highlighted. Alothough I have seen that other people have done this so it must be do-able.
Sorry for asking something so basic.
Thanks Ash.
Loading
Sam HobbsPosted Feb 21, 2011, 4:25 PM
at the end of each line. I have a VS macro that can do that but it is a little cumbersome to use. It seems easy enough to write something such as that. If it is unlikely that the current situation will improve soon then perhaps someone else such as I can develop something.
{
}
static void Main()Application.EnableVisualStyles();Application.SetCompatibleTextRenderingDefault(false);Application.Run(new Form1());Mahesh ChandPosted Feb 17, 2011, 9:20 AM
Syntax highlight is not supported on the forums. But you can copy and paste your code from Visual Studio or Word Doc. That will keep the code format.
Cheers!