Re: E2161 Duplicate string
It's possible you already have a string ID of 101 . I don't think the
contents of a string matters. It's the ID that is being used.
and if memory serves. 100 range is a common value used for something
in the resource, I just can't remember what it was.
I've changed it to 1001, 2001 etc, same problem.
.
Relevant Pages
- PRE-PEP: new Path class
... Should path be a subclass of str? ... be times a developer wants to use string methods, ... the most common operations should be supported directly. ... to divide (separate) things. ... (comp.lang.python) - Re: Is there a Function and Function Argument generic self-reference?
... Private Class Common ... Public Overridable Function As String ... Sub Stored_Procedure_Common(ByVal Command As DB2Command) ... (microsoft.public.dotnet.languages.vb) - RE: Userform to obtain folder (path) info ?
... You can modify the Common dialog control to open up as a browse folder ... ByVal lpBuffer As String) As Long ... Dim lpIDList As Long ... (microsoft.public.word.vba.userforms) - How display Windows dialog to get a file destination?
... documented how to call the Open common Dialog box. ... '* Created by Microsoft ... Public Function GetOpenFile(strInitialDir As String, ... Dim typWinOpen As API_WINOPENFILENAME ... (microsoft.public.access.formscoding) - Re: Common Dialog questions
... Private Const MAX_LENGTH = 260 ... Private Function GetFolderPathAs String ... There's also a way to directly set the directory in the common dialog by ... the virtual desktop folder and not that of the file system, ... (microsoft.public.vb.winapi) |
|