<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: MS Access: Modal Dialogs with Transparent Backgrounds (redux)</title> <atom:link href="http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/feed/" rel="self" type="application/rss+xml" /><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/</link> <description>Renaud Bompuis on the interwebs!</description> <lastBuildDate>Thu, 09 May 2013 14:27:45 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=179</generator> <item><title>By: Michael</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-14072</link> <dc:creator>Michael</dc:creator> <pubDate>Thu, 26 Jul 2012 07:51:49 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-14072</guid> <description><![CDATA[&lt;p&gt;Awesome work. I changed  m_lngBackColor = vbBlack to  m_lngBackColor = vbred in my application....sweeeeeet!&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Awesome work. I changed  m_lngBackColor = vbBlack to  m_lngBackColor = vbred in my application&#8230;.sweeeeeet!</p> ]]></content:encoded> </item> <item><title>By: mehemt</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-14017</link> <dc:creator>mehemt</dc:creator> <pubDate>Mon, 02 Apr 2012 01:20:11 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-14017</guid> <description><![CDATA[&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;i used this sample on access 2010 and two mode viewed full screen mod.&lt;/p&gt;
&lt;p&gt;main access windows code dosn&#039;t run.&lt;/p&gt;
&lt;p&gt;please correct!&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>hi,</p><p>i used this sample on access 2010 and two mode viewed full screen mod.</p><p>main access windows code dosn&#8217;t run.</p><p>please correct!</p> ]]></content:encoded> </item> <item><title>By: Stephen Poynter</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-13736</link> <dc:creator>Stephen Poynter</dc:creator> <pubDate>Thu, 25 Aug 2011 11:45:45 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-13736</guid> <description><![CDATA[&lt;p&gt;Dude your work is amazing!!
I have been working as access developer for just short of three years now and i thought i has learnt everything possible but u have showed me other wise.
I have a question - will the transparent background work in runtime version? i am referring to run time 2007&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Dude your work is amazing!!
I have been working as access developer for just short of three years now and i thought i has learnt everything possible but u have showed me other wise.
I have a question -- will the transparent background work in runtime version? i am referring to run time 2007</p> ]]></content:encoded> </item> <item><title>By: Justin</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-13725</link> <dc:creator>Justin</dc:creator> <pubDate>Mon, 08 Aug 2011 08:31:36 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-13725</guid> <description><![CDATA[&lt;p&gt;Hi, thanks for this great tip,
Have a question regards Form resize event.
Am trying to capture Access Main window resize event,
and move a custom command bar on statusbar.&lt;/p&gt;
&lt;p&gt;I have done some work with API, but the event and
coordinates are difficult and get out of screen when
move my frmStatusBar accordingly.&lt;/p&gt;
&lt;p&gt;Do You have a suggestion regarding this?!
Regards,
Justin&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Hi, thanks for this great tip,
Have a question regards Form resize event.
Am trying to capture Access Main window resize event,
and move a custom command bar on statusbar.</p><p>I have done some work with API, but the event and
coordinates are difficult and get out of screen when
move my frmStatusBar accordingly.</p><p>Do You have a suggestion regarding this?!
Regards,
Justin</p> ]]></content:encoded> </item> <item><title>By: BellsBells</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-11791</link> <dc:creator>BellsBells</dc:creator> <pubDate>Thu, 26 Nov 2009 08:28:43 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-11791</guid> <description><![CDATA[&lt;p&gt;me again,
sorry accidentally clicked to fast on the cmdbuttom submit..
well the function above is one way and needs to be placed in the &quot;open event&quot; ... the code below is a nother way to hide and show the main window.... btw. be aware, that u need to place function to make the main window visible again...  otherwise u wont have any main ACC window anymore.... here is another code to realize it .... based on the same API&lt;/p&gt;
&lt;p&gt;Option Compare Database
Option Explicit
&#039;Das wirklich komplette Ausblenden geht mit API.
&#039;Im Deklarationsbereich des Formularmodules in deinem Übersichtsformular:&lt;/p&gt;
&lt;p&gt;Const SW_HIDE = 0
&#039;in A00 ist dazu noch nötig:
Const SW_NORMAL = 1&lt;/p&gt;
&lt;p&gt;Private Declare Function ShowWindow Lib &quot;user32&quot; _
(ByVal hwnd As Long, ByVal nCmdShow As Long) As Long&lt;/p&gt;
&lt;p&gt;&#039;In der Öffnen-Sub deines Übersichtsformulares:
&#039;open a sub in ur main form&lt;/p&gt;
&lt;p&gt;Private Sub Form_Open(Cancel As Integer)
Dim hWindow As Long
Dim nResult As Long
Dim nCmdShow As Long&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;&lt;code&gt;hWindow = Application.hWndAccessApp
nCmdShow = SW_HIDE
nResult = ShowWindow(ByVal hWindow, ByVal nCmdShow)&lt;/p&gt;
&lt;p&gt;&#039;in A00 ist dazu noch nötig:
&#039; ONLY in ACC 2000 u additional need :&lt;/p&gt;
&lt;p&gt;Call ShowWindow(Me.hwnd, SW_NORMAL)
&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;End Sub&lt;/p&gt;
&lt;p&gt;&#039; Code to reactivate the Main ACC window placed on close in the START Form&lt;/p&gt;
&lt;p&gt;Private Sub Form_Close()
Dim hWindow As Long
Dim nResult As Long
Dim nCmdShow As Long&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;&lt;code&gt;hWindow = Application.hWndAccessApp
nCmdShow = SW_NORMAL
nResult = ShowWindow(ByVal hWindow, ByVal nCmdShow)
&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;End Sub&lt;/p&gt;
&lt;p&gt;EFFECT: the develop View responds normal&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>me again,
sorry accidentally clicked to fast on the cmdbuttom submit..
well the function above is one way and needs to be placed in the &#8220;open event&#8221; &#8230; the code below is a nother way to hide and show the main window&#8230;. btw. be aware, that u need to place function to make the main window visible again&#8230;  otherwise u wont have any main ACC window anymore&#8230;. here is another code to realize it &#8230;. based on the same API</p><p>Option Compare Database
Option Explicit
&#8216;Das wirklich komplette Ausblenden geht mit API.
&#8216;Im Deklarationsbereich des Formularmodules in deinem Übersichtsformular:</p><p>Const SW_HIDE = 0
&#8216;in A00 ist dazu noch nötig:
Const SW_NORMAL = 1</p><p>Private Declare Function ShowWindow Lib &#8220;user32&#8243; _
(ByVal hwnd As Long, ByVal nCmdShow As Long) As Long</p><p>&#8216;In der Öffnen-Sub deines Übersichtsformulares:
&#8216;open a sub in ur main form</p><p>Private Sub Form_Open(Cancel As Integer)
Dim hWindow As Long
Dim nResult As Long
Dim nCmdShow As Long</p><p><pre><pre><code>hWindow = Application.hWndAccessApp
nCmdShow = SW_HIDE
nResult = ShowWindow(ByVal hWindow, ByVal nCmdShow)&lt;/p&gt;
&lt;p&gt;'in A00 ist dazu noch nötig:
' ONLY in ACC 2000 u additional need :&lt;/p&gt;
&lt;p&gt;Call ShowWindow(Me.hwnd, SW_NORMAL)
</code></pre></pre></p><p>End Sub</p><p>&#8216; Code to reactivate the Main ACC window placed on close in the START Form</p><p>Private Sub Form_Close()
Dim hWindow As Long
Dim nResult As Long
Dim nCmdShow As Long</p><p><pre><pre><code>hWindow = Application.hWndAccessApp
nCmdShow = SW_NORMAL
nResult = ShowWindow(ByVal hWindow, ByVal nCmdShow)
</code></pre></pre></p><p>End Sub</p><p>EFFECT: the develop View responds normal</p> ]]></content:encoded> </item> <item><title>By: HellsBells</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-11790</link> <dc:creator>HellsBells</dc:creator> <pubDate>Thu, 26 Nov 2009 08:09:01 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-11790</guid> <description><![CDATA[&lt;p&gt;@good job there,&lt;/p&gt;
&lt;p&gt;the tool works fine... one thing is to remark... the obvious mistake  mistake(error) of  ACC on the command &quot;hide&quot; and &quot;show&quot; window....it will cause that the main window is getting wider then the actual screen...
obviously ACC is extent the screen to double the area and move the hidden MAIN window in this area...
my suggestion is :&lt;/p&gt;
&lt;p&gt;Declare Function ShowWindow Lib &quot;user32&quot; _
(ByVal hWnd As Long, ByVal nCmdShow As Long) _
As Long&lt;/p&gt;
&lt;p&gt;Function AccessMaximize()
Dim ma%&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;&lt;code&gt;ma% = ShowWindow(hWndAccessApp, 2)
&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;End Function&lt;/p&gt;
&lt;p&gt;&#039;0 = Hide
&#039;1 = Restore
&#039;2 = Minimize
&#039;3 = Maximize&lt;/p&gt;
&lt;p&gt;kind regards from Germany&lt;/p&gt;
&lt;p&gt;mfg Dieter&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>@good job there,</p><p>the tool works fine&#8230; one thing is to remark&#8230; the obvious mistake  mistake(error) of  ACC on the command &#8220;hide&#8221; and &#8220;show&#8221; window&#8230;.it will cause that the main window is getting wider then the actual screen&#8230;
obviously ACC is extent the screen to double the area and move the hidden MAIN window in this area&#8230;
my suggestion is :</p><p>Declare Function ShowWindow Lib &#8220;user32&#8243; _
(ByVal hWnd As Long, ByVal nCmdShow As Long) _
As Long</p><p>Function AccessMaximize()
Dim ma%</p><p><pre><pre><code>ma% = ShowWindow(hWndAccessApp, 2)
</code></pre></pre></p><p>End Function</p><p>&#8217;0 = Hide
&#8217;1 = Restore
&#8217;2 = Minimize
&#8217;3 = Maximize</p><p>kind regards from Germany</p><p>mfg Dieter</p> ]]></content:encoded> </item> <item><title>By: Garry</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-9843</link> <dc:creator>Garry</dc:creator> <pubDate>Thu, 15 Jan 2009 12:35:22 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-9843</guid> <description><![CDATA[&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is it possible to have the layer just fill a form on a database which has the Access Window hidden?&lt;/p&gt;
&lt;p&gt;That is to say just the visible form greyed out while a smaller popup &gt; modal is open?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Garry&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Hi,</p><p>Is it possible to have the layer just fill a form on a database which has the Access Window hidden?</p><p>That is to say just the visible form greyed out while a smaller popup &gt; modal is open?</p><p>Thanks,</p><p>Garry</p> ]]></content:encoded> </item> <item><title>By: Olcay Misirlioglu</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-8934</link> <dc:creator>Olcay Misirlioglu</dc:creator> <pubDate>Fri, 25 Jul 2008 06:13:32 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-8934</guid> <description><![CDATA[&lt;p&gt;Hi Renaud,&lt;/p&gt;
&lt;p&gt;Version 2000 works fine...Thanks...&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Hi Renaud,</p><p>Version 2000 works fine&#8230;Thanks&#8230;</p> ]]></content:encoded> </item> <item><title>By: Renaud</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-8933</link> <dc:creator>Renaud</dc:creator> <pubDate>Fri, 25 Jul 2008 05:54:08 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-8933</guid> <description><![CDATA[&lt;p&gt;Hi Olcay,
this is now fixed. I have included a specific version for Access 2000.
Any issue please let me know.&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Hi Olcay,
this is now fixed. I have included a specific version for Access 2000.
Any issue please let me know.</p> ]]></content:encoded> </item> <item><title>By: Olcay Misirlioglu</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-8932</link> <dc:creator>Olcay Misirlioglu</dc:creator> <pubDate>Fri, 25 Jul 2008 05:03:30 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-8932</guid> <description><![CDATA[&lt;p&gt;Hi,
It is not possible to open the database with Access 2000...&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Hi,
It is not possible to open the database with Access 2000&#8230;</p> ]]></content:encoded> </item> <item><title>By: Edwin Blancovitch</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-8578</link> <dc:creator>Edwin Blancovitch</dc:creator> <pubDate>Wed, 04 Jun 2008 20:52:10 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-8578</guid> <description><![CDATA[&lt;p&gt;Renaud . . .&lt;/p&gt;
&lt;p&gt;i have 2 questions.&lt;/p&gt;
&lt;p&gt;a) did you saw lebans code for conditional formmating?
b) i love excel conditional formatting specially with the icons and all that stuff . . ., do you think we can use that in access 2007?&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Renaud . . .</p><p>i have 2 questions.</p><p>a) did you saw lebans code for conditional formmating?
b) i love excel conditional formatting specially with the icons and all that stuff . . ., do you think we can use that in access 2007?</p> ]]></content:encoded> </item> <item><title>By: Renaud</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-8441</link> <dc:creator>Renaud</dc:creator> <pubDate>Sun, 18 May 2008 11:08:36 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-8441</guid> <description><![CDATA[&lt;p&gt;@Phil: I can&#039;t replicate that behaviour on Vista and the main sample database included in this page seems to be working fine for me.
Did you try the sample databases or did you implement it yourself?
Have you found where the issue could come from?
I&#039;d like to know if this is really a bug or something else.&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>@Phil: I can&#8217;t replicate that behaviour on Vista and the main sample database included in this page seems to be working fine for me.
Did you try the sample databases or did you implement it yourself?
Have you found where the issue could come from?
I&#8217;d like to know if this is really a bug or something else.</p> ]]></content:encoded> </item> <item><title>By: Phil</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-8415</link> <dc:creator>Phil</dc:creator> <pubDate>Thu, 15 May 2008 17:33:14 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-8415</guid> <description><![CDATA[&lt;p&gt;Both options fade the whole screen on my Vista SP1 machine.&lt;/p&gt;
&lt;p&gt;Nice Gentoo logo placement&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Both options fade the whole screen on my Vista SP1 machine.</p><p>Nice Gentoo logo placement</p> ]]></content:encoded> </item> <item><title>By: Renaud</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-8401</link> <dc:creator>Renaud</dc:creator> <pubDate>Tue, 13 May 2008 02:00:50 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-8401</guid> <description><![CDATA[&lt;p&gt;Hi Edwin. Thanks for the vote of confidence :-)
I&#039;ll look into Stephan Leban&#039;s code and see if there is something to expand on there.
The issue with taking row highlighting and conditional formatting further is that Access doesn&#039;t expose a lot of its internal functionalities. One of the problems is that controls like textboxes are not really normal windows controls (with a few exceptions).
These lightweight controls are rendered internally by Access as images on the form until the focus moves to them.
The OnPaint event is also fairly limited and only exists at the form section level and not the control level.
So extending Access&#039; behaviour in that regard is probably too hard to be worth the time, especially when you consider that whatever you do may be rendered useless or incompatible by the next version of Access.
Also to consider is that when more features are needed, it is probably better and easier to just include managed components in your forms: with the Form Interop Toolkit you can use .Net controls in Access. It requires some work and it&#039;s not as tightly integrated or as easy as I&#039;d want but it&#039;s possible.
By doing that you could include just about anything in your forms, and you open your application to a world of more interesting controls than the limited ones provided in Access.
I plan to make a series of articles on that subject in the next few weeks.&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Hi Edwin. Thanks for the vote of confidence :-)
I&#8217;ll look into Stephan Leban&#8217;s code and see if there is something to expand on there.
The issue with taking row highlighting and conditional formatting further is that Access doesn&#8217;t expose a lot of its internal functionalities. One of the problems is that controls like textboxes are not really normal windows controls (with a few exceptions).
These lightweight controls are rendered internally by Access as images on the form until the focus moves to them.
The OnPaint event is also fairly limited and only exists at the form section level and not the control level.
So extending Access&#8217; behaviour in that regard is probably too hard to be worth the time, especially when you consider that whatever you do may be rendered useless or incompatible by the next version of Access.
Also to consider is that when more features are needed, it is probably better and easier to just include managed components in your forms: with the Form Interop Toolkit you can use .Net controls in Access. It requires some work and it&#8217;s not as tightly integrated or as easy as I&#8217;d want but it&#8217;s possible.
By doing that you could include just about anything in your forms, and you open your application to a world of more interesting controls than the limited ones provided in Access.
I plan to make a series of articles on that subject in the next few weeks.</p> ]]></content:encoded> </item> <item><title>By: Edwin Blancovitch</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-8398</link> <dc:creator>Edwin Blancovitch</dc:creator> <pubDate>Mon, 12 May 2008 16:20:44 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-8398</guid> <description><![CDATA[&lt;p&gt;Thanks for your answer, i was reading the comments on microsoft rss, and i think you are the appropiate guy so i can ask this question.&lt;/p&gt;
&lt;p&gt;I used to have code from lebans.com to highlight the current row in datasheet or continuos form, also to highlight the row based on some conditions, (the access embeed conditional format only supports 3)&lt;/p&gt;
&lt;p&gt;lebans created a solution for this, but now is outdated, i think you can revise the api&#039;s and create a new solution(maybe give it to microsoft :-) )&lt;/p&gt;
&lt;p&gt;The thing is that if you look into excel you have a great conditional formatting options even with icons and all that stuff, but that doesnt exist for excel.&lt;/p&gt;
&lt;p&gt;What do you say, can you do it?&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Thanks for your answer, i was reading the comments on microsoft rss, and i think you are the appropiate guy so i can ask this question.</p><p>I used to have code from lebans.com to highlight the current row in datasheet or continuos form, also to highlight the row based on some conditions, (the access embeed conditional format only supports 3)</p><p>lebans created a solution for this, but now is outdated, i think you can revise the api&#8217;s and create a new solution(maybe give it to microsoft :-) )</p><p>The thing is that if you look into excel you have a great conditional formatting options even with icons and all that stuff, but that doesnt exist for excel.</p><p>What do you say, can you do it?</p> ]]></content:encoded> </item> <item><title>By: Renaud</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-8378</link> <dc:creator>Renaud</dc:creator> <pubDate>Thu, 08 May 2008 23:47:09 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-8378</guid> <description><![CDATA[&lt;p&gt;&lt;strong&gt;@Edwin:&lt;/strong&gt; I agree that the version with the Class is actually a bit more complex but it&#039;s still quite educational and it nicely encapsulate the functionality. You end-up using only one global property (&lt;code&gt;LightboxForm&lt;/code&gt;) to manage all layer functions.
Whether you prefer one version or the other is up to you, that&#039;s why I left both samples.&lt;/p&gt;
&lt;p&gt;Regarding the colour formatting of the code, I&#039;m afraid that it just looks that way because I use a &lt;a href=&quot;/2006/wordpress-formating-and-colouring-code/&quot; rel=&quot;nofollow&quot;&gt;code syntax highlighter&lt;/a&gt; in my web pages...&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p><strong>@Edwin:</strong> I agree that the version with the Class is actually a bit more complex but it&#8217;s still quite educational and it nicely encapsulate the functionality. You end-up using only one global property (<code>LightboxForm</code>) to manage all layer functions.
Whether you prefer one version or the other is up to you, that&#8217;s why I left both samples.</p><p>Regarding the colour formatting of the code, I&#8217;m afraid that it just looks that way because I use a <a
href="/2006/wordpress-formating-and-colouring-code/" rel="nofollow">code syntax highlighter</a> in my web pages&#8230;</p> ]]></content:encoded> </item> <item><title>By: Edwin Blancovitch</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-8376</link> <dc:creator>Edwin Blancovitch</dc:creator> <pubDate>Thu, 08 May 2008 15:43:09 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-8376</guid> <description><![CDATA[&lt;p&gt;Im curious:&lt;/p&gt;
&lt;p&gt;what editor you use for the vba editor
that shows the line numbers and that alternate row hightlight.&lt;/p&gt;
&lt;p&gt;It looks very nice and atractive to work on that :-)&lt;/p&gt;
&lt;p&gt;Please share . . .&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Im curious:</p><p>what editor you use for the vba editor
that shows the line numbers and that alternate row hightlight.</p><p>It looks very nice and atractive to work on that :-)</p><p>Please share . . .</p> ]]></content:encoded> </item> <item><title>By: Edwin Blancovitch</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-8375</link> <dc:creator>Edwin Blancovitch</dc:creator> <pubDate>Thu, 08 May 2008 15:37:21 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-8375</guid> <description><![CDATA[&lt;p&gt;I have a small question, why a class module?&lt;/p&gt;
&lt;p&gt;It just work with the old module like in example #1&lt;/p&gt;
&lt;p&gt;Why complicate your life by using a class module, for my experience the purpose of the class module is to expose functionality of your project outside your project, but why to this simple code.&lt;/p&gt;
&lt;p&gt;I will appreciate if you really explain.&lt;/p&gt;
&lt;p&gt;By the way, great work, i will definetly use this in my projects.&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>I have a small question, why a class module?</p><p>It just work with the old module like in example #1</p><p>Why complicate your life by using a class module, for my experience the purpose of the class module is to expose functionality of your project outside your project, but why to this simple code.</p><p>I will appreciate if you really explain.</p><p>By the way, great work, i will definetly use this in my projects.</p> ]]></content:encoded> </item> <item><title>By: Fred Boer</title><link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/comment-page-1/#comment-8369</link> <dc:creator>Fred Boer</dc:creator> <pubDate>Wed, 07 May 2008 18:03:40 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comment-8369</guid> <description><![CDATA[&lt;p&gt;Thanks for posting the demo!&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Thanks for posting the demo!</p> ]]></content:encoded> </item> </channel> </rss>