<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>VBForums - Visual Basic 6 and Earlier</title>
		<link>https://www.vbforums.com/</link>
		<description><![CDATA[This forum is for all your Visual Basic (versions 3, 4, 5, & 6) coding questions that do not fit into one of the more specific forums below.]]></description>
		<language>en</language>
		<lastBuildDate>Sun, 19 Jul 2026 04:27:32 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://www.vbforums.com/images/misc/rss.png</url>
			<title>VBForums - Visual Basic 6 and Earlier</title>
			<link>https://www.vbforums.com/</link>
		</image>
		<item>
			<title>how to close Access aplication if is opened</title>
			<link>https://www.vbforums.com/showthread.php?912148-how-to-close-Access-aplication-if-is-opened&amp;goto=newpost</link>
			<pubDate>Sat, 18 Jul 2026 05:19:15 GMT</pubDate>
			<description>How to close Access aplication if is opened?</description>
			<content:encoded><![CDATA[<div>How to close Access aplication if is opened?</div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>luca90</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912148-how-to-close-Access-aplication-if-is-opened</guid>
		</item>
		<item>
			<title>Extract date from string</title>
			<link>https://www.vbforums.com/showthread.php?912144-Extract-date-from-string&amp;goto=newpost</link>
			<pubDate>Wed, 15 Jul 2026 08:10:46 GMT</pubDate>
			<description><![CDATA[I just have myvar="Fri, 05 Jun 2026 08:36:39 GMT"

how to transform in:

dt=05/06/2026]]></description>
			<content:encoded><![CDATA[<div>I just have myvar=&quot;Fri, 05 Jun 2026 08:36:39 GMT&quot;<br />
<br />
how to transform in:<br />
<br />
dt=05/06/2026</div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>luca90</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912144-Extract-date-from-string</guid>
		</item>
		<item>
			<title><![CDATA[The character "1" appears to be handled differently with the Print statement]]></title>
			<link>https://www.vbforums.com/showthread.php?912141-The-character-quot-1-quot-appears-to-be-handled-differently-with-the-Print-statement&amp;goto=newpost</link>
			<pubDate>Sun, 12 Jul 2026 07:09:01 GMT</pubDate>
			<description><![CDATA[Unlike any other character, including all the other decimal digit characters, is handled weirdly by the Print statement, in what appears to be a bug. If you have the code:

Code:
---------
Print "1"; "1"; "1"; "1"
Print "1111"
---------
Those two lines of code SHOULD produce identical outputs. However (at least with VB6's default Font for Form1, which is Arial) the result is that the Print statement with 4 concatenated "1" characters is used the digits are displayed as separated slightly more from each other, compared to when the single string "1111" is displayed via the Print statement. I've tried the other numbers, and even skinny letters like "l", but none of those produce this same discrepancy. So I'm guessing this is a bug.]]></description>
			<content:encoded><![CDATA[<div>Unlike any other character, including all the other decimal digit characters, is handled weirdly by the Print statement, in what appears to be a bug. If you have the code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Print &quot;1&quot;; &quot;1&quot;; &quot;1&quot;; &quot;1&quot;<br />
Print &quot;1111&quot;</code><hr />
</div>Those two lines of code SHOULD produce identical outputs. However (at least with VB6's default Font for Form1, which is Arial) the result is that the Print statement with 4 concatenated &quot;1&quot; characters is used the digits are displayed as separated slightly more from each other, compared to when the single string &quot;1111&quot; is displayed via the Print statement. I've tried the other numbers, and even skinny letters like &quot;l&quot;, but none of those produce this same discrepancy. So I'm guessing this is a bug.</div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>Ben321</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912141-The-character-quot-1-quot-appears-to-be-handled-differently-with-the-Print-statement</guid>
		</item>
		<item>
			<title>VB6 on Windows11</title>
			<link>https://www.vbforums.com/showthread.php?912138-VB6-on-Windows11&amp;goto=newpost</link>
			<pubDate>Fri, 10 Jul 2026 19:40:19 GMT</pubDate>
			<description><![CDATA[HAD to update work computer OS from Win10 to Win11.

While everything seems to work ok with existing programs and IDE,
one thing I can see is wrong is:
when I place a new control on a form, I can see on my blank laptop monitor the 
"outlines" of these controls moving.
(my setup is laptop with 2 additional monitors)

Can this moving "artifact" be eliminated somehow?


btw: I really don't like Windows11]]></description>
			<content:encoded><![CDATA[<div>HAD to update work computer OS from Win10 to Win11.<br />
<br />
While everything seems to work ok with existing programs and IDE,<br />
one thing I can see is wrong is:<br />
when I place a new control on a form, I can see on my blank laptop monitor the <br />
&quot;outlines&quot; of these controls moving.<br />
(my setup is laptop with 2 additional monitors)<br />
<br />
Can this moving &quot;artifact&quot; be eliminated somehow?<br />
<br />
<br />
btw: I really don't like Windows11</div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>mms_</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912138-VB6-on-Windows11</guid>
		</item>
		<item>
			<title>delete all dir and file but not the dir CSV</title>
			<link>https://www.vbforums.com/showthread.php?912137-delete-all-dir-and-file-but-not-the-dir-CSV&amp;goto=newpost</link>
			<pubDate>Fri, 10 Jul 2026 16:20:14 GMT</pubDate>
			<description>The path is:

C:\Lavori_Vb6\GARDA_INF\CSV\

how to?</description>
			<content:encoded><![CDATA[<div>The path is:<br />
<br />
C:\Lavori_Vb6\GARDA_INF\CSV\<br />
<br />
how to?</div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
				<div style="padding:10px">
				<img class="attach" src="https://www.vbforums.com/attachment.php?attachmentid=196253&amp;stc=1&amp;d=1783700449" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>luca90</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912137-delete-all-dir-and-file-but-not-the-dir-CSV</guid>
		</item>
		<item>
			<title>Extract date from string</title>
			<link>https://www.vbforums.com/showthread.php?912135-Extract-date-from-string&amp;goto=newpost</link>
			<pubDate>Fri, 10 Jul 2026 09:56:07 GMT</pubDate>
			<description><![CDATA[I just have myvar="gi_db_comuni-2026-07-10-b893f.zip"

how to get date?

note: 
before and after the date are lenght variable]]></description>
			<content:encoded><![CDATA[<div>I just have myvar=&quot;gi_db_comuni-2026-07-10-b893f.zip&quot;<br />
<br />
how to get date?<br />
<br />
note: <br />
before and after the date are lenght variable</div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>luca90</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912135-Extract-date-from-string</guid>
		</item>
		<item>
			<title>HOW to decode this string in ascii code</title>
			<link>https://www.vbforums.com/showthread.php?912131-HOW-to-decode-this-string-in-ascii-code&amp;goto=newpost</link>
			<pubDate>Wed, 08 Jul 2026 08:27:36 GMT</pubDate>
			<description><![CDATA[i just have decoded only:

\u00E8="è"

...
\u00E8
\u00E0
\u0027A
\u0027O
\u00F9
\u00E9r
\u00E8r
\u00E9
\u00C8t
\u00F4n
\u00E7a
\u00E9 
\u00EAm
\u00E9m
\u00E8s
\u0027 
\u00F2
\u00EC
\u00E8y
\u0027E
\u0027I
\u00F9 
\u00E0 
...

in other  case i use this code to return value:

...
URL = "https://situas-servizi.istat.it/publish/reportspooljson?pfun=51&pdata=17/03/1861"
    
    Set xmlhttp = CreateObject("MSXML2.XMLHTTP")
    xmlhttp.Open "GET", URL, False
    xmlhttp.send
    
    STRINGA= xmlhttp.responseText

    Dim F As Integer
    F = FreeFile
    Open "C:\TABULATI\ISTAT_COMUNI.txt" For Output As #F
    Print #F, STRINGA
    Close #F
    
...

For AN idea see the First comune Is Agliè... In txt file]]></description>
			<content:encoded><![CDATA[<div>i just have decoded only:<br />
<br />
\u00E8=&quot;è&quot;<br />
<br />
...<br />
\u00E8<br />
\u00E0<br />
\u0027A<br />
\u0027O<br />
\u00F9<br />
\u00E9r<br />
\u00E8r<br />
\u00E9<br />
\u00C8t<br />
\u00F4n<br />
\u00E7a<br />
\u00E9 <br />
\u00EAm<br />
\u00E9m<br />
\u00E8s<br />
\u0027 <br />
\u00F2<br />
\u00EC<br />
\u00E8y<br />
\u0027E<br />
\u0027I<br />
\u00F9 <br />
\u00E0 <br />
...<br />
<br />
in other  case i use this code to return value:<br />
<br />
...<br />
URL = &quot;https://situas-servizi.istat.it/publish/reportspooljson?pfun=51&amp;pdata=17/03/1861&quot;<br />
    <br />
    Set xmlhttp = CreateObject(&quot;MSXML2.XMLHTTP&quot;)<br />
    xmlhttp.Open &quot;GET&quot;, URL, False<br />
    xmlhttp.send<br />
    <br />
    STRINGA= xmlhttp.responseText<br />
<br />
    Dim F As Integer<br />
    F = FreeFile<br />
    Open &quot;C:\TABULATI\ISTAT_COMUNI.txt&quot; For Output As #F<br />
    Print #F, STRINGA<br />
    Close #F<br />
    <br />
...<br />
<br />
For AN idea see the First comune Is Agliè... In txt file</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://www.vbforums.com/images/attach/zip.gif" alt="File Type: zip" />
	<a href="https://www.vbforums.com/attachment.php?attachmentid=196247&amp;d=1783499519">ISTAT_COMUNI.zip</a> 
(162.6 KB)
</li>
			</ul>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>luca90</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912131-HOW-to-decode-this-string-in-ascii-code</guid>
		</item>
		<item>
			<title>Looking to hire to help with my VB4.0</title>
			<link>https://www.vbforums.com/showthread.php?912130-Looking-to-hire-to-help-with-my-VB4-0&amp;goto=newpost</link>
			<pubDate>Tue, 07 Jul 2026 21:24:06 GMT</pubDate>
			<description>Hey everyone! I am looking to hire someone to give my property management software a revamp/ideas to either convert to vb6 or to help me give it a little face lift along with some bugs that need to be addressed. Thank you for your interest!!</description>
			<content:encoded><![CDATA[<div>Hey everyone! I am looking to hire someone to give my property management software a revamp/ideas to either convert to vb6 or to help me give it a little face lift along with some bugs that need to be addressed. Thank you for your interest!!</div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>cal424</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912130-Looking-to-hire-to-help-with-my-VB4-0</guid>
		</item>
		<item>
			<title>no idea.... save as csv file in c:mydir\test.csv</title>
			<link>https://www.vbforums.com/showthread.php?912127-no-idea-save-as-csv-file-in-c-mydir-test-csv&amp;goto=newpost</link>
			<pubDate>Tue, 07 Jul 2026 00:44:27 GMT</pubDate>
			<description><![CDATA[based this link:
https://situas.istat.it/web/#/territorio/body?id=61&dateFrom=2026-07-06

how to save as csv file in c:mydir\test.csv, based a selction from combobox...

see image]]></description>
			<content:encoded><![CDATA[<div>based this link:<br />
<a rel="nofollow" href="https://situas.istat.it/web/#/territorio/body?id=61&amp;dateFrom=2026-07-06" target="_blank" rel="nofollow">https://situas.istat.it/web/#/territ...rom=2026-07-06</a><br />
<br />
how to save as csv file in c:mydir\test.csv, based a selction from combobox...<br />
<br />
see image</div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
				<div style="padding:10px">
				<img class="attach" src="https://www.vbforums.com/attachment.php?attachmentid=196243&amp;stc=1&amp;d=1783385035" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>luca90</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912127-no-idea-save-as-csv-file-in-c-mydir-test-csv</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED] Lower code does not necessarily mean greater speed]]></title>
			<link>https://www.vbforums.com/showthread.php?912126-RESOLVED-Lower-code-does-not-necessarily-mean-greater-speed&amp;goto=newpost</link>
			<pubDate>Mon, 06 Jul 2026 20:14:58 GMT</pubDate>
			<description><![CDATA[They help me understand why, here are some examples


Code:
---------
        Dim sString  As String: Dim lTemp As Long: Dim iCont As Integer: Dim sText As String
        sString = Replace("First,Second,Third,Fourth,Fifth,Sixth,Seventh", ",", vbTab)
        For lTemp = 0 To 9999999
         'sText = GetIt(sString, iCont)  '20.5715377233699 miliseconds
         'sText = GetIt1(sString, iCont) '39.5765626636905 miliseconds
         'sText = GetIt2(sString, iCont) '23.1855129632397 miliseconds
         If iCont = 9 Then iCont = 0 Else iCont = iCont + 1
        Next lTemp
---------
20 lines

Code:
---------
Public Function GetIt(ByVal vSource As String, vIndex As Integer, Optional vSep As String = vbTab) As String
 Dim oTexto As String
 Dim oTempo As Integer '2025-12-11
 If vSource = "" Then
  oTexto = ""
 Else
  If InStr(vSource, vSep) > 0 Then oTexto = vSource + vSep Else Exit Function
  Do While InStr(oTexto, vSep)
   If oTempo = vIndex Then
    oTexto = Mid(oTexto, 1, InStr(oTexto, vSep) - 1)
    Exit Do
   ElseIf oTempo > vIndex Then
    oTexto = ""
    Exit Do
   End If
   oTexto = Mid(oTexto, InStr(oTexto, vSep) + Len(vSep))
   oTempo = oTempo + 1
  Loop
  If Len(oTexto) > 200 Then oTexto = Trim(oTexto)
 End If
 GetIt = oTexto
End Function
---------
 

8 lines

Code:
---------
Public Function GetIt1(vSource As String, vIndex As Integer, Optional vSep As String = vbTab) As String
 Dim vStrings() As String '2026-07-03
 If vSource <> "" Then
  If InStr(vSource, vSep) > 0 Then
   vStrings = Split(vSource, vSep)
   If vIndex <= UBound(vStrings) Then GetIt1 = vStrings(vIndex) Else Exit Function
   If Len(GetIt1) > 200 Then GetIt1 = Trim(GetIt1)
  End If
 End If
End Function
---------
17 lines

Code:
---------
Public Function GetIt2(ByVal vSource As String, vIndex As Integer, Optional vSep As String = vbTab) As String
 Dim oTempo As Integer '2026-07-06
 If vSource <> "" Then
  vSource = IIf(InStr(vSource, vSep) = 0, "", vSource + vSep)
  Do While InStr(vSource, vSep)
   If oTempo = vIndex Then
    vSource = Mid(vSource, 1, InStr(vSource, vSep) - 1)
    Exit Do
   ElseIf oTempo > vIndex Then
    vSource = ""
    Exit Do
   End If
   oTempo = oTempo + 1
   vSource = Mid(vSource, InStr(vSource, vSep) + Len(vSep))
  Loop
  If Len(vSource) > 200 Then vSource = Trim(vSource)
 End If
 GetIt2 = vSource
End Function
---------
]]></description>
			<content:encoded><![CDATA[<div>They help me understand why, here are some examples<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; Dim sString&nbsp; As String: Dim lTemp As Long: Dim iCont As Integer: Dim sText As String<br />
&nbsp; &nbsp; &nbsp; &nbsp; sString = Replace(&quot;First,Second,Third,Fourth,Fifth,Sixth,Seventh&quot;, &quot;,&quot;, vbTab)<br />
&nbsp; &nbsp; &nbsp; &nbsp; For lTemp = 0 To 9999999<br />
&nbsp; &nbsp; &nbsp; &nbsp;  'sText = GetIt(sString, iCont)&nbsp; '20.5715377233699 miliseconds<br />
&nbsp; &nbsp; &nbsp; &nbsp;  'sText = GetIt1(sString, iCont) '39.5765626636905 miliseconds<br />
&nbsp; &nbsp; &nbsp; &nbsp;  'sText = GetIt2(sString, iCont) '23.1855129632397 miliseconds<br />
&nbsp; &nbsp; &nbsp; &nbsp;  If iCont = 9 Then iCont = 0 Else iCont = iCont + 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; Next lTemp</code><hr />
</div>20 lines<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Public Function GetIt(ByVal vSource As String, vIndex As Integer, Optional vSep As String = vbTab) As String<br />
&nbsp;Dim oTexto As String<br />
&nbsp;Dim oTempo As Integer '2025-12-11<br />
&nbsp;If vSource = &quot;&quot; Then<br />
&nbsp; oTexto = &quot;&quot;<br />
&nbsp;Else<br />
&nbsp; If InStr(vSource, vSep) &gt; 0 Then oTexto = vSource + vSep Else Exit Function<br />
&nbsp; Do While InStr(oTexto, vSep)<br />
&nbsp;  If oTempo = vIndex Then<br />
&nbsp; &nbsp; oTexto = Mid(oTexto, 1, InStr(oTexto, vSep) - 1)<br />
&nbsp; &nbsp; Exit Do<br />
&nbsp;  ElseIf oTempo &gt; vIndex Then<br />
&nbsp; &nbsp; oTexto = &quot;&quot;<br />
&nbsp; &nbsp; Exit Do<br />
&nbsp;  End If<br />
&nbsp;  oTexto = Mid(oTexto, InStr(oTexto, vSep) + Len(vSep))<br />
&nbsp;  oTempo = oTempo + 1<br />
&nbsp; Loop<br />
&nbsp; If Len(oTexto) &gt; 200 Then oTexto = Trim(oTexto)<br />
&nbsp;End If<br />
&nbsp;GetIt = oTexto<br />
End Function</code><hr />
</div>8 lines<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Public Function GetIt1(vSource As String, vIndex As Integer, Optional vSep As String = vbTab) As String<br />
&nbsp;Dim vStrings() As String '2026-07-03<br />
&nbsp;If vSource &lt;&gt; &quot;&quot; Then<br />
&nbsp; If InStr(vSource, vSep) &gt; 0 Then<br />
&nbsp;  vStrings = Split(vSource, vSep)<br />
&nbsp;  If vIndex &lt;= UBound(vStrings) Then GetIt1 = vStrings(vIndex) Else Exit Function<br />
&nbsp;  If Len(GetIt1) &gt; 200 Then GetIt1 = Trim(GetIt1)<br />
&nbsp; End If<br />
&nbsp;End If<br />
End Function</code><hr />
</div>17 lines<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Public Function GetIt2(ByVal vSource As String, vIndex As Integer, Optional vSep As String = vbTab) As String<br />
&nbsp;Dim oTempo As Integer '2026-07-06<br />
&nbsp;If vSource &lt;&gt; &quot;&quot; Then<br />
&nbsp; vSource = IIf(InStr(vSource, vSep) = 0, &quot;&quot;, vSource + vSep)<br />
&nbsp; Do While InStr(vSource, vSep)<br />
&nbsp;  If oTempo = vIndex Then<br />
&nbsp; &nbsp; vSource = Mid(vSource, 1, InStr(vSource, vSep) - 1)<br />
&nbsp; &nbsp; Exit Do<br />
&nbsp;  ElseIf oTempo &gt; vIndex Then<br />
&nbsp; &nbsp; vSource = &quot;&quot;<br />
&nbsp; &nbsp; Exit Do<br />
&nbsp;  End If<br />
&nbsp;  oTempo = oTempo + 1<br />
&nbsp;  vSource = Mid(vSource, InStr(vSource, vSep) + Len(vSep))<br />
&nbsp; Loop<br />
&nbsp; If Len(vSource) &gt; 200 Then vSource = Trim(vSource)<br />
&nbsp;End If<br />
&nbsp;GetIt2 = vSource<br />
End Function</code><hr />
</div></div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>prote01</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912126-RESOLVED-Lower-code-does-not-necessarily-mean-greater-speed</guid>
		</item>
		<item>
			<title>error acedss denied reverse geocode</title>
			<link>https://www.vbforums.com/showthread.php?912124-error-acedss-denied-reverse-geocode&amp;goto=newpost</link>
			<pubDate>Mon, 06 Jul 2026 09:42:12 GMT</pubDate>
			<description><![CDATA[
Code:
---------
Sub Getadress()
    
    Dim myURL As String
    Dim lat As String
    Dim lon As String
    Dim txt As String, test As String
    
    lat = "40.848641"
    lon = "14.225083"
    
    
    myURL = "http://nominatim.openstreetmap.org/reverse?format=xml&lat=" & lat & "&lon=" & lon & "&addressdetails=1"
    Debug.Print myURL
    Dim WinHttpReq As Object
    Set WinHttpReq = CreateObject("Microsoft.XMLHTTP")
    WinHttpReq.Open "GET", myURL, False
    
   * WinHttpReq.send*<<<<<<<<<<<<<error here
    
    If WinHttpReq.Status = 200 Then
        txt = WinHttpReq.responseText
        test = getfield(txt, "road") & getfield(txt, "postcode") & getfield(txt, "village") & getfield(txt, "country")
        Debug.Print test
    End If
    
End Sub
---------
]]></description>
			<content:encoded><![CDATA[<div><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Sub Getadress()<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; Dim myURL As String<br />
&nbsp; &nbsp; Dim lat As String<br />
&nbsp; &nbsp; Dim lon As String<br />
&nbsp; &nbsp; Dim txt As String, test As String<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; lat = &quot;40.848641&quot;<br />
&nbsp; &nbsp; lon = &quot;14.225083&quot;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; myURL = &quot;http://nominatim.openstreetmap.org/reverse?format=xml&amp;lat=&quot; &amp; lat &amp; &quot;&amp;lon=&quot; &amp; lon &amp; &quot;&amp;addressdetails=1&quot;<br />
&nbsp; &nbsp; Debug.Print myURL<br />
&nbsp; &nbsp; Dim WinHttpReq As Object<br />
&nbsp; &nbsp; Set WinHttpReq = CreateObject(&quot;Microsoft.XMLHTTP&quot;)<br />
&nbsp; &nbsp; WinHttpReq.Open &quot;GET&quot;, myURL, False<br />
&nbsp; &nbsp; <br />
&nbsp;  <b> WinHttpReq.send</b>&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;error here<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; If WinHttpReq.Status = 200 Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; txt = WinHttpReq.responseText<br />
&nbsp; &nbsp; &nbsp; &nbsp; test = getfield(txt, &quot;road&quot;) &amp; getfield(txt, &quot;postcode&quot;) &amp; getfield(txt, &quot;village&quot;) &amp; getfield(txt, &quot;country&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Debug.Print test<br />
&nbsp; &nbsp; End If<br />
&nbsp; &nbsp; <br />
End Sub</code><hr />
</div></div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>luca90</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912124-error-acedss-denied-reverse-geocode</guid>
		</item>
		<item>
			<title>IDE Find Window Jumps to Projects</title>
			<link>https://www.vbforums.com/showthread.php?912117-IDE-Find-Window-Jumps-to-Projects&amp;goto=newpost</link>
			<pubDate>Thu, 02 Jul 2026 14:00:35 GMT</pubDate>
			<description><![CDATA[All of a sudden when typing CTRL-F the find dialog pops in the Project Window rather then the Code Window. Not sure what's happening or how to reset it back to it's normal behavior.

Thanks.]]></description>
			<content:encoded><![CDATA[<div>All of a sudden when typing CTRL-F the find dialog pops in the Project Window rather then the Code Window. Not sure what's happening or how to reset it back to it's normal behavior.<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>Dev101</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912117-IDE-Find-Window-Jumps-to-Projects</guid>
		</item>
		<item>
			<title>AI-ness</title>
			<link>https://www.vbforums.com/showthread.php?912116-AI-ness&amp;goto=newpost</link>
			<pubDate>Wed, 01 Jul 2026 18:36:17 GMT</pubDate>
			<description>For example, I ask. What does Claude Pro do (better or?) other than Claude Free does not do in regard to VB6 programming assistance?  I have found the Claude Free and CoPilot make newbie mistakes like using inappropriate variables in a For Each loop and then at my pointing out the error uses a For Next rather than changing the variable type.  Then a week or so later, they make the same mistake.

We are less ignorant than AI it seems.</description>
			<content:encoded><![CDATA[<div>For example, I ask. What does Claude Pro do (better or?) other than Claude Free does not do in regard to VB6 programming assistance?  I have found the Claude Free and CoPilot make newbie mistakes like using inappropriate variables in a For Each loop and then at my pointing out the error uses a For Next rather than changing the variable type.  Then a week or so later, they make the same mistake.<br />
<br />
We are less ignorant than AI it seems.</div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>SteveM22</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912116-AI-ness</guid>
		</item>
		<item>
			<title>VB6 on windows 11</title>
			<link>https://www.vbforums.com/showthread.php?912115-VB6-on-windows-11&amp;goto=newpost</link>
			<pubDate>Wed, 01 Jul 2026 11:27:55 GMT</pubDate>
			<description>I am having a strange problem on Windows 11, not being able to load all controls. On my XP virtual machine running on my iMac, it loads all the custom controls no problem. But on Windows 11, I have to load AUTO32LD.VBP first, then rename the project. Any help will be most appreciated.</description>
			<content:encoded><![CDATA[<div>I am having a strange problem on Windows 11, not being able to load all controls. On my XP virtual machine running on my iMac, it loads all the custom controls no problem. But on Windows 11, I have to load AUTO32LD.VBP first, then rename the project. Any help will be most appreciated.</div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>OxfordGuy</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912115-VB6-on-windows-11</guid>
		</item>
		<item>
			<title>VB6 - on Windows 10: how use\activate the OLDragDrop??</title>
			<link>https://www.vbforums.com/showthread.php?912111-VB6-on-Windows-10-how-use-activate-the-OLDragDrop&amp;goto=newpost</link>
			<pubDate>Mon, 29 Jun 2026 19:22:44 GMT</pubDate>
			<description>how use\activate the OLDragDrop??
the DragMode is manual, but the mouse icon is forbidden :P
how can i resolve it?</description>
			<content:encoded><![CDATA[<div>how use\activate the OLDragDrop??<br />
the DragMode is manual, but the mouse icon is forbidden :P<br />
how can i resolve it?</div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier">Visual Basic 6 and Earlier</category>
			<dc:creator>joaquim</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912111-VB6-on-Windows-10-how-use-activate-the-OLDragDrop</guid>
		</item>
	</channel>
</rss>
