For Programmers: Free Programming Magazines  


Home > Archive > Visual Studio > January 2006 > const declaration









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author const declaration
Lynn

2006-01-28, 7:56 am

Hi,
how can i delcare Const HKEY_LOCAL_MACHINE = &H80000002 in vbscript to
VB.net ?
thanks


Phill W.

2006-01-30, 8:01 am

"Lynn" <MarryLynn@yah00.c0m> wrote in message
news:ekQOAV$IGHA.2912@tk2msftngp13.phx.gbl...

> how can i delcare
> Const HKEY_LOCAL_MACHINE = &H80000002
> in vbscript to VB.net ?


Const HKEY_LOCAL_MACHINE As Integer = &H80000002&

HTH,
Phill W.


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com