Displaying 3 results from an estimated 3 matches for "readvalu".
Did you mean:
readval
2005 Oct 27
5
Save output of Ajax.InPlaceEditor to a variable?
All,
The Ajax.InPlaceEditor control is nice but I''d like the ability to
read the changed value. Basically, I''m creating a form with editable
elements but it''s only when I do the submit that the form elements are
submitted. I''d still like to allow in-place editing but what I''d like
to do is get the new value and throw that in a hidden form variable
Is
2010 Jun 25
0
WG: Samba PDC and big files
...ICODE,0x000B
Connection Type=PT_LONG,0x000F
ConnectOID=PT_UNICODE,0x0010
My kixstart script to get the prfs and the location of the psts managed on
sign in writing values to the registry :
$prfloc='HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging
Subsystem\Profiles'
IF ReadValue($prfloc,'DefaultProfile')<>@USERID OR @ERROR
COPY '\\tuepropdc\netlogon\scripts\@USERID.prf' 'C:\windows\temp\'
$exe=ReadValue('HKLM\Software\Microsoft\Windows\CurrentVersion\App
Paths\OUTLOOK.EXE','')
$ver=SPLIT(GetFileVersion($exe),'....
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...n\Internet
Settings", "ProxyOverride", "192.168.0.30", "REG_SZ")
WriteValue("HKEY_CURRENT_USER\Identities", "Migrated5", "01",
"REG_DWORD")
; Identity-specific settings
$identity = "\"
$identity = ReadValue("HKEY_CURRENT_USER\Identities", "Default User
ID") + "\"
WriteValue("HKEY_CURRENT_USER\Identities\"+$identity+"Software\Microsoft\Outlook
Express\5.0", "Accounts Checked", "0", "REG_DWORD")
WriteValue("HKEY_CU...