No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
How can I determine position and size of rectangle on my image and fill rectangle with my texture using System.Drawing class or something else? Basically I have to change the color of the particular part of an image on button click. Any idea how to do this?
How can I read and manipulate 3ds or 3dmax files(files created with 3dMax:)) using C#? I need rotating and zooming options too. Are there any good 3rd party libraries that you recommend to do that? I need only basic options - loading, zooming and rotating 3D model, can I do …
hi, i am having problem with closing user control. i have some function in my parent form(with panel2): [code=c#]public void ActivateUserControlOne() { panel2.Controls.Clear(); UserControlOne = new UserControlOne(); panel2.Controls.Add(this.UserControlOne); } [/code] ...and UserControlOne appears. i want to close(remove) UserControlOne on Cancel()(Cancel is function in UserControlOne) and load another User Control (UserControl2) …
Use "custom-made" C# class for accessing ini files, with functions similar to GetPrivateProfileString and WritePrivateProfileString in C++. if you want i will sent you code. I am using simple txt file to read connection string, and parse string later in application.
The End.
milosz