 |
|
 |
I don't think this requires any further licende & can be freely distributed.
|
|
|
|
 |
|
 |
Hi all, I'm using the CarlosAg.ExcelXmlWriter library but I'm not able to use the style.Interior.Color property for the WorksheetStyle objects.
I tried both the name values (e.g. style.Interior.Color = "Blue";) and the RGB codes (e.g. style.Interior.Color = "#FF0000";) but the cells in the Excel are white!!!
Nor I can understand the cause of such behavior.
Please, help me!!
Thanks, bye
Cristiano
|
|
|
|
 |
|
 |
Hi Vivek, there is a problem with the Pie Control. By adding this Project to VS 2008 I get an error messages for the Pie Control. By compiling the the Pie Project all runs with out a problem. Do yo know a fix?
THX
|
|
|
|
 |
|
 |
then program simply doesn't work.
I guess we could use
loosely coupled dependencies, so that I could plug controls
that are not bugging,
|
|
|
|
 |
|
 |
Turning the visual styles off, I never considered while developing this application.
I agree it should have been loosely coupled.
Once I have some time around, will try to fix this issue.
Regards,
Vivek
|
|
|
|
 |
|
 |
you should add a defrag feature and then ull be set to go!!!
_____________________________
Don't download it, make it.
Visual Basic /C#
|
|
|
|
 |
|
 |
Hello, has anyone received this error when trying to run the program?
EventType : clr20r3 P1 : disk analyzer.exe P2 : 1.0.0.0
P3 : 4776eaa9 P4 : system.windows.forms P5 : 2.0.0.0 P6 : 471ebf68
P7 : 6cb9 P8 : 1f P9 : system.invalidoperationexception
I have VS2008 installed and have reinstalled it, any ideas or suggestions?
Thanks
GSC
|
|
|
|
 |
|
|
 |
|
 |
Nice app. Few notes after a few minutes of experimenting:
1. When sorting the details pan by "Total Size" sort occurs on numbers without taking into account whether it's KB, MB, or GB. So for example the order is:
FileA 1.03 GB
FileB 1.6 MB
FileC 152 B
FileD 2.4 GB
which is not what would be expected...workaround is to sort by "Total Bytes" instead.
2. When double-clicking on a drive which has many files, a "Please wait!!" dialog comes up, which has a button with a typo, "Cancle"
3. If you do cancel, the app proceeds to show as much information as is gathered in the output pane, which isn't really complete, so maybe it should not show anything at all?
4. Unhandled exception occurs when you select a directory that you don't have access to:
************** Exception Text **************
System.UnauthorizedAccessException: Access to the path 'F:\System Volume Information' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path)
at DiskAnalyzer.CalculateDirectorySize.Init()
Once again, nice app. Good work!
Himanshu
|
|
|
|
 |
|
 |
Hi Himanshu, Thanks for sparing you time for inputs.
On 3rd Point, Its done delibrately. Instead of discarding the data collected so far. I am displaying it, even if its partial.
for other things, I will be updating the files sooner.
Thanks,
Vivek
|
|
|
|
 |
|
 |
Solution + Project file.
And one more thing:
In windows .mp3 = .MP3. Case does not matter.
I just did this, added these two lines in CalculateDirectorySize.cs:
at line 38: string Extension = fi.Extension.ToUpper();
at line 187: string Extension = fi.Extension.ToUpper();
And replaced all occurances of "fi.Extension" except the above 2 in the same file to "Extension". :P
modified on Sunday, January 13, 2008 6:42:40 AM
|
|
|
|
 |
|
 |
Sure, I will upload complete solution and with the change you have mentioned.
Thanks
Vivek
|
|
|
|
 |
|
|
 |
|
 |
ExcelXMLLibrary by Yogesh looks good, hadn't had a chance yet to try it yet.
Scope of the library looks good. It would be really nice, if these libraries takes an object of GridView or understand its datasource and generate excel files.
Regards,
Vivek
|
|
|
|
 |
|
 |
Hi,
this looks great and promising from the screenshot, but...any news about the project/solution file? I can't get this to work without it, VS 2005 tells me that the designer code was changed outside.
Regards,
Mathias Wuehrmann
|
|
|
|
 |
|
 |
Article is now updated with the solution and project files.
Regards,
Vivek
|
|
|
|
 |
|
 |
Thanks for posting this article. It's very useful!
|
|
|
|
 |
|
 |
Professional job.
Great.
Raj
Founder
http://www.meetingflex.com
Social Networking and Video Search
|
|
|
|
 |
|
|
 |
|
|
 |
|
 |
Oops!! I am sorry for that. I have updated the article.
Thanks,
Vivek
|
|
|
|
 |
|
 |
Is there a way to compile this without .Net 3.5?
|
|
|
|
 |
|
 |
Hi, I am using LINQ to calculate the directory size.
Please give me little time, I will upload the version for .Net Framework 2.0
Regards,
Vivek
|
|
|
|
 |
|
 |
What framework does this require?
|
|
|
|
 |
|
 |
.Net Framework 3.5 is been used in building the assemblies
|
|
|
|
 |