Re: Registry VB question

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



OH, Ok, I see, I haven't loked at that code in a while. My teamate added
some good functionality to it though. Registry security along with
enumerating ALL root keys.
I can send you guys the code, but it would have to be email. You could
incorporate it into vbAccelerator versio if you like (as long as he is still
accredited for some of the code rev).

-Harry Bates


"Ken Halter" <Ken_Halter@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:O$vXfdQbFHA.3444@xxxxxxxxxxxxxxxxxxxxxxx
> "Harry Bates" <None> wrote in message
> news:eq8u0WQbFHA.3192@xxxxxxxxxxxxxxxxxxxxxxx
> > Hehe, no idea what you guys are talking about.
> >
>
> The DefXXX lines in that class...
>
> From help:
> "Used at module level to set the default data type for variables,
arguments
> passed to procedures, and the return type for Function and Property Get
> procedures whose names start with the specified characters."
>
> AKA, using the DefXXX lines allows the programmer to save about 4
keystrokes
> per variable declaration. Just plain lazy imo.... and confusing too. When
I
> see a line that reads:
>
> Dim X
>
> ...I expect that variable to be a Variant and don't want to start
searching
> the module for left-over DefXXX statements (maybe I'm lazy? <g>). If
DefInt
> A-Z is there, X would be an integer. If DefLng, X is a Long. There's no
> guesswork (or searching) involved when the variable is declared like
> this....
>
> Dim X As Long
>
> --
> Ken Halter - MS-MVP-VB - http://www.vbsight.com
> DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
> Please keep all discussions in the groups..
>
>


.



Relevant Pages

  • Pasting text into a combo-box for browsing
    ... I'm trying to improve the searching ... The query does this concatenation and is sorted ascending on ... I do all this with the mouse after Finding a record: I highlight ... functionality, I'd sure be open to that as well! ...
    (microsoft.public.access.forms)
  • Re: Snap-To-Grid Function - SEND HELP!!!!!
    ... location of the object and dividing the x and y co-ordinates by the grid ... > I'm trying to incoperate "Snap-To-Grid" functionality in a vector drawing ... > Dim oPad As New sdDrawPad ...
    (microsoft.public.dotnet.framework.drawing)
  • cannot contain a null value because the required property for this field is set to true.
    ... while entering data in the tables from the textboxes if i left any textbox ... to add the property or functionality in the below given functionality ... Dim Cn As ADODB.Connection ... Dim objTable1, objtable2 As ADOX.Table ...
    (microsoft.public.dotnet.framework.adonet)
  • cannot contain a null value because the required property for this field is set to true. enter a val
    ... while entering data in the tables from the textboxes if i left any textbox ... to add the property or functionality in the below given functionality ... Dim Cn As ADODB.Connection ... Dim objTable1, objtable2 As ADOX.Table ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: collapse an area with JS
    ... Learn more about JScript ... Start searching the web for sites that have functionality you like, ... their HTML source, and try to copy their code. ...
    (microsoft.public.scripting.jscript)