Search results for query: *

  • Users: JFK
  • Content: Threads
  • Order by date
  1. J

    Nero WaveEditor automating

    Hello, I'd like to automatize using installed Nero WaveEditor for analyzing and removing noise from more wav files. Doesn't anybody know, how to do it through COM? (Which .dll should I to use in references, how to declare and use Nero WaveEditor object etc.). Is it at least possible to do it...
  2. J

    Visual Studio 2005 - code hiding feature in VB

    Does anybody know, why is not available hiding code (Ctrl+M, Ctrl+H) in Visual Studio 2005 - Visual Basic even thought it was available in previous version (VS2003)? It is even described in msdn manual: Not available in Visual Basic. Thanks for any responce... #JFK
  3. J

    how to declare MyTreeNodeCollection Class

    Hi to all, I have a lot of additional information about my TreeNodes, which I am storing in extra array. Because it's not too comfortable and quick to search information every time I wanted to find something about TreeNode, I decidet to make my own TreeNode class and add some own properties...
  4. J

    TextBox offering functionality

    Hi to all, I need some advice. In my application (VB.NET) I need to make TextBox control, which should offer already existing values to user. For instance: in my database already exist values "ahead", "already", "animal", "anything". While user is writing down "a" into TextBox, it offers...
  5. J

    MenuItem.Name in VB.NET

    How can I get Name property of MenuItem object in run time? Now I am only able to get Text and other properties, but not Name... for more details please see last post in: http://www.vbdotnetforums.com/showthread.php?t=6615 Thanks. Regards #JFK
  6. J

    Closing form while opening

    I need solve problem with my MDI and child forms. When user select (thru menu), which child form he wants to show, I would like to check, if user has permission for it. If not, dont want to show child form. I'm not shure, that I am going the right way, but in VB6 it worked OK. Not in VB.NET...
Back
Top