Re: GUID
Tech-Archive recommends: Speed Up your PC by fixing your registry
Hi
a will return the correct GUID as string, but i do not understand why when i
check the local windows for GuidPtr , it return empty. Is my guid format
correct?
"Cor Ligthert" wrote:
> Notregister
>
> And when you set this after it?
>
> Dim a As String = (GuidPtr.ToString)
> I don't know why this behaviour is as it is.
>
> Cor
>
>
>
.
Relevant Pages
- Re: GUID
... The Debugger does not show the actual contents of the Guid instance (at ... If you want to confirm that the correct Guid has been assigned, ... > check the local windows for GuidPtr, it return empty. ... >> Dim a As String = ... (microsoft.public.dotnet.languages.vb) - Re: Debug.Wrile does not appear on the Output Window
... Cor Ligthert a écrit: ... Public Sub PrintLog(ByVal sMsg As String, Optional ByVal sTitre As String = vbNullString) ... Dim fs As New Scripting.FileSystemObject ... Dim Stream As Scripting.TextStream ... (microsoft.public.dotnet.languages.vb) - Re: someone an idea how i can optimize this a bit more
... "Cor Ligthert" wrote in message ... >> string it has to create a new string and destroy the old one. ... > dim sBody as new stringbuilder ... I thought there was an odbc driver for MySQL. ... (microsoft.public.dotnet.languages.vb) - Re: Problem with strings
... "Cor Ligthert" wrote: ... > You are using strange code see me commenct inline in this message ... >> Dim T As String ... (microsoft.public.dotnet.languages.vb) - Re: SQL query and system DATE problem
... Cor Ligthert wrote: ... > I would in your situation not trying to make my SQL string in the way ... I reading the system date into a string. ... (microsoft.public.dotnet.languages.vb) |
|