<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 1: Preserve Case for #visible</title><link>https://sourceforge.net/p/invisiblebasic/feature-requests/1/</link><description>Recent changes to 1: Preserve Case for #visible</description><atom:link href="https://sourceforge.net/p/invisiblebasic/feature-requests/1/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 26 Jun 2007 11:06:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/invisiblebasic/feature-requests/1/feed.rss" rel="self" type="application/rss+xml"/><item><title>Preserve Case for #visible</title><link>https://sourceforge.net/p/invisiblebasic/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Subject: InvisibleBasic ver 3&lt;/p&gt;
&lt;p&gt;I have two declarations I added to visible_names.txt&lt;/p&gt;
&lt;p&gt;SHGetPathFromIDListA&lt;br /&gt;
SHBrowseForFolderA&lt;/p&gt;
&lt;p&gt;The case is important, IB reduces them to lowercase&lt;br /&gt;
Can we let names in visible_names.txt pass through with case unchanged too?&lt;/p&gt;
&lt;p&gt;I tried adding #visible on to the original line&lt;/p&gt;
&lt;p&gt;Declare Function SHGetPathFromIDListA Lib "shell32.dll" ( _&lt;br /&gt;
ByVal pidl As Long, _&lt;br /&gt;
ByVal pszBuffer As String) As Long '#visible&lt;/p&gt;
&lt;p&gt;but it still reduced it to lowercase:&lt;/p&gt;
&lt;p&gt;Declare Function shgetpathfromidlista Lib "shell32.dll" ( _&lt;br /&gt;
ByVal pidl As Long, _&lt;br /&gt;
ByVal pszbuffer As String) As Long&lt;/p&gt;
&lt;p&gt;Also, on initial trials I found it would stop at the saving the decoder file and give an Excel GPF. &lt;br /&gt;
There was an 'Automation error' msgbox behind that.&lt;/p&gt;
&lt;p&gt;I found that making recompiling IB and saving the addin made it work.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Patrick</dc:creator><pubDate>Tue, 26 Jun 2007 11:06:27 -0000</pubDate><guid>https://sourceforge.net3226ba7818043d31942146375a49b27174b9099d</guid></item></channel></rss>