By Michael van der Meulen on
5/14/2009 12:27 PM
Things are getting easier all the time. I remember setting NTFS file permissions a few years ago for MyTinyTV. What a pain that was in C++. I still am not sure if I really got it quite right (although it did work properly for many years).
Read More »
|
By Michael van der Meulen on
4/29/2009 8:28 AM
Once again, I'm developing a desktop Windows Forms application in C#. But, this one makes extensive use of web access and hosts a WebBrowser control.
I had to be able to call a Javascript function on the web page displayed by the WebBrowser control, from within my C# code. The .NET WebBrowser control is nothing more than a repackaged COM object (or ActiveX control), so all the knowledge with the "old" web browser ActiveX control and all its interfaces comes in really handy.
Read More »
|
By Michael van der Meulen on
4/7/2009 2:56 PM
My list of links to useful information about DotNetNuke.
Read More »
|
By Michael van der Meulen on
3/26/2009 7:48 AM
Once again, the seemingly trivial was an incredible waste of time. While I'm documenting this here mostly for myself, it might help someone else too. The other day I was implementing a small webcontrol for one of my projects. Adding the finishing touches, I needed to add the toolbox bitmap (I hate looking at the default gears icon in my toolbox).
Read More »
|
By Michael van der Meulen on
3/20/2009 3:12 PM
If you regularly (or even just occasionally) use jQuery with ASP.NET / Visual Studio 2008, you have to get the IntelliSense help for jQuery. Scott Gu's blog has all the installation information and it works great!
Read More »
|
By Michael van der Meulen on
3/13/2009 3:37 PM
For quite some time, I have been meaning to get a "better" menu for DotNetNuke.
I really wanted a menu based on CSS with UL, LI tags, instead of the current menu with TABLEs.
I have always been struggling with the CSS for the table-based menu.
Well, someone has been listening!
DotNetNuke 5 has some major enhancements, which most skinners will love.
Read More »
|
By Michael van der Meulen on
3/12/2009 10:23 AM
Here are a few of the open source or free software products I use fairly frequently.
Read More »
|
By Michael van der Meulen on
3/6/2009 2:11 PM
This problem has plagued us since we started using GDI+ in some of our products (http://www.softelvdm.com).
The issue first appeared when we added GDI+ support for translucent images (with alpha-channel) to our DLL-based tree control for C/C++ (SftTree/DLL). During development of the release incorporating GDI+, we found that during application shutdown, the application started to "hang" forever.
Read More »
|
By Michael van der Meulen on
2/28/2009 5:55 AM
Ever since I upgraded to a Vista Ultimate x64 system with Visual Studio 2008, I had a problem simply double-clicking on a solution file (*.sln) in Windows Explorer, to open the solution in Visual Studio 2008. Instead, I had to open Visual Studio 2008, use the File, Open Solution menu command, browse to the folder with the solution file. I did this a few times before I got just a bit annoyed.
Read More »
|
By Michael van der Meulen on
2/17/2009 11:52 AM
The same "people" who are now fixing it? Well, the other day I installed an AMD/ATI driver update. One of my development systems kept crashing, so I swapped the graphics card. But driver installation kept crashing and I couldn't get the driver to install.
Read More »
|