Jump to content
Xtreme .Net Talk

mutant

*Experts*
  • Posts

    1922
  • Joined

  • Last visited

About mutant

  • Birthday July 16

Personal Information

  • .NET Preferred Language
    Any language

mutant's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. That unfortunately is not likely to happen because the top of the page is a strategic place for ad banners.
  2. I believe we already considered compact framework forum, but there was never really enough traffic to warrant adding another section.
  3. That will not work because even if there are no files matching the pattern, the method will still return an array (an empty one). Check the size of the returned array, if it is 0 then there are no files that match the requirement, if > 0 then you got some files.
  4. I don't disagree with your general idea, as I would like to use my computer excatly the way I want to with a good software support, but you make it sound like Microsoft is preparing a government overthrow and will rule the earth. I just don't agree with the idea that everything Microsoft does is a conspiracy.
  5. Look over the StreamReader object. This link to MSDN will help you and also give you an example of using the class: http://msdn2.microsoft.com/en-us/library/system.io.streamreader(VS.80).aspx
  6. End of discussion indeed... nothing valuable besides the given examples will come out of this.
  7. First of all I would not suggest using Modules but that is a topic for another discussion ;). Are you sure you called the initialization sub for all the forms in your array? This error is most likely occuring due to not initialzing some form objects in the array and trying to use them.
  8. Can you provide some more details about your app? That is a very vague question.
  9. This article over at MSDN might help you: http://msdn2.microsoft.com/en-us/library/5ey6h79d.aspx
  10. Close the form which your application uses to start the message loop, and it will end because the message loop will be terminated. That is the only one you need to explicitly close.
  11. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csref/html/vclrfstaticpg.asp
  12. Check out this short intro with code sample on MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcn7/html/vaconSharedMembers.asp
  13. You could build the log class using static methods if you only need one log application wide. Then you would be able to access it like you want: ClassName.LogEvent("Hello World")
  14. You should research interaction between forms, and the following tutorial will help you: http://www.xtremedotnettalk.com/showthread.php?t=83092
  15. Current download on the MS website lists Managed DX components as a part of the redistributable download, but that is through the web installer. If I remember correctly, the Managed components used to be an optional install, ran after the installation of the "normal" DirectX. It appears as though that was changed. The reason that this is not working for you/test computer is your DX version could have been installed from a redistributable which did not include MDX.
×
×
  • Create New...