Problems with custom control
Hi everyone, I'm here asking some help:
I'm doing a very huge project with compact framework...and...thinking in give manutence in future, I realy need to program it in a good OO...and...the first problem is: I created custom class of TextBox, ComboBox, and others controls, with some propers changed for my default, like background in Gray, but, when I put there in the form, the IDE can't render in a TextBox, for exemple, showing the name of the class.
Creating this same thing in other smartdevice project, my code works, but in this one, something makes it don't...
since now I appreciate the help =)
Answers (4)
0
hello ali
If you know that a log file contains unused space that you will not be needing, than you can reduce the size of the transaction log. this is known as
shrinking the log file. (you can got to MSDN:
http://msdn.microsoft.com/en-us/library/ms178037.aspx)
Shrinking can occur only while the database is online.
open your sql management studio--> Right click on database--> goto task--> shrink --> files than shrink files dialog box will be open you can select Filetype as 'log' and can see neccessary information about log file,select shrink action and click on 'OK'.
thanks
Please mark as answere if it helps