General > Official Announcements and News
Working with the Forum. How To...
(1/1)
Ruslan:
Here you can find some useful tips about using our Support Forums.
Give us as more information as possible
Sometimes the hardest part for us is just reproducing the problem, so please make sure that you've provided us with all the important information like:
* Flexible TreeView version number.
* Visual Studio.NET version (if applies to your problem).
* Operation system version.
* Description of the problem.
* Necessary steps to reproduce the problem.
* Create and attach the sample project if possible. This is extremely helpful to help us reproduce the issue.If you found the solution yourself while waiting for our help, please let us know.
Stay in touch with us
If you wish to be notified via email of responses to your support posts, check the 'Notify me of replies' check box at the bottom of the page.
Posting a source code
If you want to post sample code, wrap it with [code]CodeHere[/code] tags to make it more readable.
For example:Code: [Select]>>>>for(int i=0; i<10; i++)
{
treeview.Nodes.Add(new Node("Test node #" + i));
}<<<<
Navigation
[0] Message Index