CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: farrukh_javeid

Search: Search took 0.02 seconds.

  1. Re: system cannot find the file specified Exception

    Its XP SP2. While executing the program, I get the value myTheme.FileName will have and run it and it gives me no error and opens the file. I cant figure out what is the problem.
  2. system cannot find the file specified Exception

    Hi folks,

    I am having problem with executing a program that uses a cmd command to run through the Visual Basic .Net. The code is as following

    Dim myThemeProcess As New Process
    Dim myTheme As...
  3. Replies
    3
    Views
    6,114

    Re: Index was out of range

    Figured out another way to perform this task. The code is as given below

    Object[] objArray = new Object[4];
    objArray[0] = myProfile.UserName.ToString();
    objArray[1] =...
  4. Replies
    3
    Views
    6,114

    Index was out of range

    Hi folks,

    I am trying to insert the data into DataGridView and I am having this exception

    "Index was out of range. Must be non-negative and less than the size of the collection."!

    The code...
  5. Re: Changing the theme of the Operating System

    Thank you for your help sir and your patience as well :)
  6. Re: Changing the theme of the Operating System

    Sorry.. might be a little redundant :(
    Thanks for your patience.
    Is there no way, we can use the .theme file in VB .Net project? Neither any APIs nor any references?
  7. Re: How do I programmatically change Windows Themes in XP?

    Thanks for the help though. Ive already created a thread and just waiting for the help.
    You're posts have been real helpful.
    Regards,
  8. Re: How do I programmatically change Windows Themes in XP?

    Thank you that was a great help but I want to use .theme files as well in my project. Can you guide me how to accomplish this.
    Thanks in advance.
  9. Re: Changing the theme of the Operating System

    No, actually Ive already read the article about using .msstyles file but I want to use the .theme files as well in my project. Is there any way to change the theme of the operating system using...
  10. Changing the theme of the Operating System

    Hello Folks,

    I need to change the theme of the Windows Operating System on which the application will run. I have to use the files with .theme extension. Can anyone guide how to do this, so I can...
  11. Re: How do I programmatically change Windows Themes in XP?

    I have one more question. Why do we use .msstyles and not .theme files?
  12. Re: How do I programmatically change Windows Themes in XP?

    Thanks for the quick response :).
    I need to ask if you have used the function Registry.SetValue()? If yes, in what shape the parameters might be.
    Sorry, I am new to visual basic .net
  13. Re: How do I programmatically change Windows Themes in XP?

    Hello Folks,

    I am working on the same application that changes the Windows themes. I have two questions
    1. My WriteRegistryValue() is not working. I cant find its references, although I thought...
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured