User Profile

Collapse

Profile Sidebar

Collapse
method
method
Last Activity: May 17 '07, 02:46 AM
Joined: Feb 9 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • method
    started a topic Problem writing multiple values to registery

    Problem writing multiple values to registery

    Hi all i am usiing this code to write mulitiple values to registery but it only write one value. could any one help me make this code so that it write multiple values to registery. Currently it only writes nickname but not pwd value!!
    I tried this but gave me error :


    Code:
    'Save the value to the registry
        SaveString HKEY_CURRENT_USER, "Software\xyz\" + Text6.Text, "nickname",+Text7.Text
    ...
    See more | Go to post

  • Problem deleting registery values with its subkeys

    I am trying to delete registery key encluding all its subkeys . I want to delete the bold part

    HKEY_CURRENT_US ER, "Software\x yz\foldername\"

    using an api that i found on the net but i keep geting error!! could any one tell me how to delete entire key with its subkeys ?


    I changed :

    Code:
    Private Sub Command3_Click()
        'Delete the setting from the registry
        DelSetting
    ...
    See more | Go to post

  • method
    started a topic How to highlight external listview item?

    How to highlight external listview item?

    Hi all.I got external listview and i want to be able highlight and click perticuler item. i be happy if some one show me how this can be done. Note : i am have very little experince dealign with external windows.Thanks
    See more | Go to post

  • method
    replied to How do I do a ListView Search?
    want to subscribe
    See more | Go to post

    Leave a comment:


  • method
    replied to How do I do a ListView Search?
    Randy Birch Thank u for u nice code. could tell me how i can search external listview usiing your code?Thanks
    See more | Go to post
    Last edited by method; Jun 17 '06, 09:38 AM.

    Leave a comment:


  • method
    replied to Reading Folders
    in PHP
    Hi guys. could any one tell me how i can reead sub directory content using php and then write it to mysql database ? I be happy if an expert show me how .Thanks
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...