Search:

Type: Posts; User: riteshtechie

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    1,077

    VS 2008 Re: Help with CopyFile

    OOPs my bad

    But it still it won't work can some1 do the coding for me
  2. Replies
    8
    Views
    1,077

    VS 2008 Re: Help with CopyFile

    No, I haven't done that Check out my code, I written copy command after the file is opened.
  3. Replies
    8
    Views
    1,077

    VS 2008 Re: Help with CopyFile

    I added a overwrite command but still no success in the system32 drive.




    Imports Microsoft.Win32

    Public Class Form1
    Dim regkey As RegistryKey
    Dim BG_Logon As String
  4. Replies
    8
    Views
    1,077

    VS 2008 Help with CopyFile

    I am trying toi run the below code but it is giving error.


    Dim BG_Logon As String
    OpenFileDialog1.ShowDialog()
    BG_Logon = OpenFileDialog1.FileName
    ...
  5. How to uplaod SMS and Contacts in WIndows Phone 7

    Hello everyone,

    I am trying to learn Windows Phone 7 programming and wanted to create a project wherein I can upload all my SMS and Contact on internet. If anyone can provide me an idea - how to...
  6. VS 2008 How to make a Frame Transparent in Windows

    I want to make a frame transparent, but not my forms only but of the whole system, for eg when I click on enable all frame and caption area must change to transparent

    Is it possible in VB.NET?
  7. Replies
    5
    Views
    812

    VS 2008 Re: [RESOLVED] How to use trackbar

    Thanks a lot
  8. Replies
    5
    Views
    812

    VS 2008 Re: How to use trackbar

    One more question How to set the slider to a previously defined value in track bar
  9. Replies
    5
    Views
    812

    VS 2008 Re: [RESOLVED] How to use trackbar

    Thanks you that worked fine
  10. Replies
    5
    Views
    812

    VS 2008 [RESOLVED] How to use trackbar

    I have never used track bar before so i need help from you guys.

    I want to add values to trackbar as shown below in figure.

    If someone scroll the track bar resp value should be shown in that...
  11. Replies
    15
    Views
    1,552

    VS 2008 Re: How to reset Windows Seven password

    any ideas
  12. Replies
    15
    Views
    1,552

    VS 2008 Re: How to reset Windows Seven password

    ^ neither of the above two I am creating an application which give user the flexibility to reset password in 1 click.
  13. Replies
    15
    Views
    1,552

    VS 2008 Re: How to reset Windows Seven password

    Here is the text



    Yeah I am too looking for that thanks for helping me
  14. Replies
    15
    Views
    1,552

    VS 2008 Re: How to reset Windows Seven password

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click


    Dim myReg As String =...
  15. Replies
    15
    Views
    1,552

    VS 2008 Re: How to reset Windows Seven password

    @weirddemon

    But this one also doesn't help all it does is it opens Command Prompt and thats it, no argument were passed using this method.
  16. Replies
    15
    Views
    1,552

    VS 2008 Re: How to reset Windows Seven password

    Nope it doesn't work Win32Exception program doesn't run

    any other ideas
  17. Replies
    15
    Views
    1,552

    VS 2008 How to reset Windows Seven password

    I am looking forward to reset password of Windows Seven by my app.

    Using command


    net user user_name *

    But I don't know how to run this command
  18. Replies
    13
    Views
    1,093

    Re: program for monitoring folder

    Can some one look at this one, i too didn't get it completely. Also How to send email?
  19. Replies
    2
    Views
    860

    VS 2008 Re: Close external application

    Hey thanks I didn't knew about CloseMainWindow
  20. VS 2008 Re: [RESOLVED] How to delete multiple file extension

    Great thanks.

    Thanks a million.
  21. VS 2008 Re: [RESOLVED] How to delete multiple file extension

    Yeah oops sorry I did a typo and thought somethings wrong with the code thanks for help.

    How Can I add WIndows folder to "C:\Somedirectory"

    This code is not working

    Dim FilesToDelete =...
  22. VS 2008 Re: How to delete multiple file extension

    Thanks Kleinma that worked

    But is there a way that i can delete multiple file by doing recursive search

    ie I want to scan all folder and subfolder.
  23. VS 2008 [RESOLVED] How to delete multiple file extension

    I want to delete multiple file extensions like txt, vbs how to do that.

    My.Computer.FileSystem.DeleteFile

    don't allow me to delete multiple files
  24. VS 2008 [RESOLVED] How to delete multiple files

    I am trying to delete multiple files (.reg files) by using following code.



    But its is generating an exception: Argument Exception was Unhandled.
    Illegal Characters in path.

    Any ideas what...
  25. Replies
    4
    Views
    706

    VS 2008 Re: Help me with regedit

    @Kevin

    That line gives error

    Error 1 Expression expected.

    @Joacim: thanks that worked
  26. Replies
    4
    Views
    706

    VS 2008 Re: Help me with regedit

    This don't work any ideas how to make reg file merge silently
  27. Replies
    4
    Views
    706

    VS 2008 [RESOLVED] Help me with regedit

    1. I have a regfile in my RESOURCE

    2. I Copied it to my systemdrive.



    3. I added the code to add it to registry.
  28. Replies
    7
    Views
    955

    Re: Panels for menu management

    oh if someone know any such code please help US (yes i need to know about it too)
  29. Replies
    7
    Views
    955

    Re: Panels for menu management

    Do you want to create something like this (IE Tweaker)

    http://www.ietips.net/tweaker/
  30. Re: Take ownership of registry key with .NET 2.0?

    Bump......

    I tried a lot but couldn't find anything
  31. Re: Take ownership of registry key with .NET 2.0?

    Yeah I looked out and got these two functions for VB.NET

    Declare Auto Function RegOpenKeyEx Lib "advapi32.dll" ( _
    ByVal hKey As IntPtr, _
    ByVal lpSubKey As String, _
    ByVal...
  32. Take ownership of registry key with .NET 2.0?

    How does one go about taking ownership of a registry key using VB.NET 2008 *IF* one has only TakeOwnership privilege?

    The problem is exactly as specified in MS KB Article ID: 111546 at:...
  33. Replies
    7
    Views
    1,164

    VS 2008 Re: [URGENT] Problem with editing Registry

    Even if its work, than also it is of no use. Since no one will use my application if they had to reboot in safe mode so any other alternatives.
  34. Replies
    7
    Views
    1,164

    VS 2008 Re: [URGENT] Problem with editing Registry

    Thanks for your reply, so what do you suggest what i should do. I ahve to update the regedit anyhow
  35. Replies
    7
    Views
    1,164

    VS 2008 Re: [URGENT] Problem with editing Registry

    Indeed it is......

    I didn't found a working example thats why I asked for help. (Google result)
  36. Replies
    7
    Views
    1,164

    VS 2008 [URGENT] Problem with editing Registry

    When I try to Import a registry file I get this error.



    The content of the file is



    Windows Registry Editor Version 5.00
  37. Replies
    4
    Views
    732

    Re: Whats wrong with this line

    So how do I do that.

    I just want to run REG file located at SystemRoot, but in silent mode
  38. Replies
    4
    Views
    732

    Whats wrong with this line

    Can anyone tell me what is wrong with the following line.


    Process.Start("regedit", "/S Environ("%systemdrive%") &"\FixAVI.reg")


    I get err with the "%" = Character is not valid.
  39. VS 2008 Re: What's wrong with this 2 lines

    Thanks everyone, I got it.
  40. VS 2008 [RESOLVED] What's wrong with this 2 lines

    I have added bat_fix_w7.reg as a resource file, with binary type, now when i run the code it gives me err

    System cannot found the file specified, but when i checked my F: drive the file is there...
Results 1 to 40 of 76
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width