Search results for query: *

  1. J

    Question Change file permission to Read & Execute

    @Herman I see. May be I'm asking the wrong question, or performing a nonsense code. @JohnH I'll look unto that. Thanks for all of your help. Mods may now close this thread.
  2. J

    Question Change file permission to Read & Execute

    I'm working on a program on where I need to changed the file's permissions. My problem is that I can't set the file to "Read and Execute". I can set the file into "Read" with the code below, but how about "Read and Execute"? File.SetAttributes("C:\testfolder\sample.txt"...
  3. J

    Question Folder Watcher Problem with files that has no extensions

    Oh God! Thank you very much Herman! :D Moderators may now close this.
  4. J

    Question Folder Watcher Problem with files that has no extensions

    Good evening, Just like the title said, my problem is that in my folder watcher, when a file has no extension, it doesn't trigger my folder watcher. Here is my 'incomplete' code ' NOTE: This was inside a class. Private WithEvents _FW3 As FolderWatcher ' NOTE: This was inside a function. _FW3...
  5. J

    How to sort stacked bar chart (Y-AXIS)

    Good afternoon everyone, Please see the image below. How am I going to sort the y-axis in an rdlc? From highest DPM tp lowest DPM. Thank you and God bless.
  6. J

    How to show all values in x-axis? (RDLC)

    Moderator may now close this thread. My solution: Right click the build ids > Axis Properties > check Enable variable interval My solution doesn't show all build ids, still, at least it shows more than before.
  7. J

    How to access html objects via class property?

    Moderator may now close this thread. Thank you.
  8. J

    How to access html objects via class property?

    For example I have these codes in HTML: <asp:TextBox ID="textBox1" runat="server" class="MyClass1"></asp:TextBox> <asp:TextBox ID="textBox2" runat="server" class="MyClass1"></asp:TextBox> My question is, in code behind, how can I access those text boxes via vb.net? Is there any code that is...
  9. J

    How to show all values in x-axis? (RDLC)

    Good morning, as you can see in the image below, I have DPM in y-axis, and Builds in x-axis. My question is that how am I going to show all Build values? Everytime I have plenty of Builds, the rdlc is only showing 3 Builds. Thanks and God bless.
Back
Top