New topic: 

Registry binary data help again

<http://forums.realsoftware.com/viewtopic.php?t=25502>

       Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic         Author  
Message       Dx-Dyablo           Post subject: Registry binary data help 
againPosted: Fri Dec 05, 2008 7:42 am                        
Joined: Fri Feb 08, 2008 10:47 am
Posts: 101
Location: Portland, Oregon, USA              how sopost to get the binary data 
from e reg.value("test") 

im my last post i did this like timhare show me
Code:dim myItem as registryItem
dim i,x as integer
myItem = new RegistryItem("HKEY_CURRENT_USER\Software\Ares\ChatFavorites\")

dim n as integer = len(myItem.Path)
for i = 0 to myItem.FolderCount-1
  ListBox1.AddRow mid(myItem.Item(i).Path, n+1)
next
for i = 0 to listbox1.listcount - 1
  dim reg as registryItem
  reg = new 
RegistryItem("HKEY_CURRENT_USER\Software\Ares\ChatFavorites"+ListBox1.cell(i,0))
  for x = 0 to reg.KeyCount - 1
  ListBox2.AddRow reg.value("ip") // But here i just get this -121357497 thats 
the value but i need get te binary bata how can get it
  ListBox2.cell(ListBox2.lastindex, 1) = reg.value("Port")
  ListBox2.cell(ListBox2.lastindex, 2) = reg.value("Name")
  next
next

     
_________________
Its not the same tell: I'll Kill you, than. It's time To kill...
http://www.bestfreeforums.com/forums/dxteam.html
  
                            Top           Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]     

-- 
Over 900 classes with 18000 functions in one REALbasic plug-in. 
The Monkeybread Software Realbasic Plugin v8.1. 

&lt;http://www.monkeybreadsoftware.de/realbasic/plugins.shtml&gt;

[email protected]

Reply via email to