This is just a place where you can leave a message if the reply system on my main blog (blogs.vbcity.com/hotdog) doesn't work. So please leave a message if you have some feedback :) Cheers, Robert
Dear Sir Your VBA module for powerpoint 2007 (Relinking videos in Powerpoint is extremely useful. I have a small suggestion. If the videos are in multiple directories, your module is not able to relink the videos. Can you please modify the macro so that this function is also included and it becomes more useful. Dr Rao email: neuroped@yahoo.com
Your Formula Parser is very cool and extremely useful. I *think* I may have found a bug in it: when sending an invalid (incomplete) formula that begins with two open parentheses and no closing parentheses, such as "((2.32", it seems to completely crash instead of throwing an exception. I don't know if you've fixed this yet or not and I know it's been many years since you made it :p, just thought I'd point it out. Good work though! It's really great code.
Oooops, apparently I did not turn on email notification for this blog, and I've never seen thse comments. I'll try to look into it soon.
Christopher, all projects posted are normally under the GNU. PS, I've started extracting the rtf to html classes so they can be used seperately, but that may be too late seeing the post date :D
About the AD helper classes...(posting feedback overthere didn't work)
Code works pretty good, very usefull, thanks for this. However it leaks due to the unmanaged memory managed by the AD classes. One needs to dispose the AD (e.g. DirectoryEntry) classes explicitely to free underlying COM memory. (see also this blog http://calendarservermigration.blogspot.com/2009/07/geekspeak-memory-leaks-in.html).
If using this code in long running processes such as a Windows service it will give trouble.
It may be a suggestion to add IDisposable to UserInfo and forward the Dispose to ActiveDirectoryEntry to dispose the underlying DirectoryEntry instance. Also, in the AdSearchInfo.GetEnumerator() method it may be good to dispose the SearchResultCollection.
I've already implemented/tested this. Mail me if you're interested (see my site at http://www.excode.nl).
This is only a feedback for you very good FileSelect control. To handle enable/disable mode change more graphically, I recommend modifying the TextBox.OnPaint() function as follow:
Also, you need to add a handler for event EnabledChanged in FileSelect to call Invalidate(true) so that child controls are redrawn when a FileSelect is enabled/disabled.
I m using DataGridViewerGrouper Component. I m having a problem. I have 2 textboxes. when i click in first textbox i call this component with a group field. it works fine. but when i click in the other textbox where i populate it with colors the group name with collapse/expand sign remains there. How to remove it?
9 opmerkingen:
Hi rverpalen,
we have seen your project "rtf to html". And we need any parts of this project, and we haven't seen some license under this project was published.
Please tell us under which license it is published. Additional, whether we can it use it of a commercial project.
If you have further any questions, don't hesitate to contact us.
Yours sincerely,
Christopher Bremer
Dear Sir
Your VBA module for powerpoint 2007 (Relinking videos in Powerpoint is extremely useful. I have a small suggestion. If the videos are in multiple directories, your module is not able to relink the videos. Can you please modify the macro so that this function is also included and it becomes more useful.
Dr Rao
email: neuroped@yahoo.com
Hi rverpalen,
Your Formula Parser is very cool and extremely useful. I *think* I may have found a bug in it: when sending an invalid (incomplete) formula that begins with two open parentheses and no closing parentheses, such as "((2.32", it seems to completely crash instead of throwing an exception. I don't know if you've fixed this yet or not and I know it's been many years since you made it :p, just thought I'd point it out. Good work though! It's really great code.
Oooops, apparently I did not turn on email notification for this blog, and I've never seen thse comments. I'll try to look into it soon.
Christopher, all projects posted are normally under the GNU.
PS, I've started extracting the rtf to html classes so they can be used seperately, but that may be too late seeing the post date :D
Thanks all for the comments :)
Hi Robbert
About the AD helper classes...(posting feedback overthere didn't work)
Code works pretty good, very usefull, thanks for this. However it leaks due to the unmanaged memory managed by the AD classes. One needs to dispose the AD (e.g. DirectoryEntry) classes explicitely to free underlying COM memory. (see also this blog http://calendarservermigration.blogspot.com/2009/07/geekspeak-memory-leaks-in.html).
If using this code in long running processes such as a Windows service it will give trouble.
It may be a suggestion to add IDisposable to UserInfo and forward the Dispose to ActiveDirectoryEntry to dispose the underlying DirectoryEntry instance. Also, in the AdSearchInfo.GetEnumerator() method it may be good to dispose the SearchResultCollection.
I've already implemented/tested this. Mail me if you're interested (see my site at http://www.excode.nl).
Regards
Bart van Haaff
This is only a feedback for you very good FileSelect control. To handle enable/disable mode change more graphically, I recommend modifying the TextBox.OnPaint() function as follow:
protected override void OnPaint(PaintEventArgs e)
{
Enabled = owner.Enabled;
e.Graphics.Clear(Enabled ? Color.White : System.Drawing.SystemColors.ButtonFace);
if (Enabled)
owner.file.DrawFile(e.Graphics, DisplayRectangle, Font, true);
base.OnPaint(e);
}
Also, you need to add a handler for event EnabledChanged in FileSelect to call Invalidate(true) so that child controls are redrawn when a FileSelect is enabled/disabled.
Hi
I m using DataGridViewerGrouper Component. I m having a problem. I have 2 textboxes. when i click in first textbox i call this component with a group field. it works fine. but when i click in the other textbox where i populate it with colors the group name with collapse/expand sign remains there. How to remove it?
Sincerely,
Syed Adnan Shah
Do you have these files available?
http://blogs.vbcity.com/upload/hotdog/Keyboardhook.zip
thanx
james
jameync@live.com
Een reactie posten