User Profile

Collapse

Profile Sidebar

Collapse
Karl Raams
Karl Raams
Last Activity: May 6 '12, 01:23 PM
Joined: Jul 20 '11
Location: Riverland, South Australia
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Oh... yes I see what you mean. Good spotting. Thank you a lot for your responses and the time you've spent to help answer my question. I've been able to make some headway and should be able to work out the final pieces to the puzzle now.
    See more | Go to post

    Leave a comment:


  • Thanks for pointing me in the right direction I was searching up possibility instead of combination formulas. When you say result 7 did you mean the first 7 (SSTM) or the second 7 (ST). I don't see what is wrong with either of them. Could you please explain.
    See more | Go to post

    Leave a comment:


  • Karl Raams
    started a topic Possibility List Calculation

    Possibility List Calculation

    Hi Guys,

    I've got this unique situation that I've never come across before. What I want to do is create a piece of code that will add to a list all the possibilities based off of settings that have been set.

    What I currently have is a list of possible entries that looks somthing like this:
    1. S
    2. M
    3. T


    I also have an entry in the program where the user defines how many spaces there can be. For this...
    See more | Go to post

  • Thanks Rabbit. I used this code and everything seems to be working fine.
    See more | Go to post

    Leave a comment:


  • The reason I did it this way is because when I tried some of the rename codes that I found off of searching Google I couldn't get them to work. Being new to VB.Net I wasn't even sure if I had the right code for VB.NET.
    See more | Go to post

    Leave a comment:


  • Copy Directory / Folder to same location

    Hi,

    I've been working on some code to rename files and have being doing so by copying them to the same location under a different name and then removing the original. When I do this for files I use the code ...

    Code:
    Dim file As New System.IO.FileInfo(lstFiles.SelectedItem.ToString)
    Dim strNewFile As String
    Dim strRename As String
    Dim strMask As String = ""
    Dim intCurrentNum As
    ...
    See more | Go to post

  • Karl Raams
    replied to Key Press on Form
    Thanks Randy,

    It seems to be working now :)! I think I read up on the documentation of e.Modifiers to see if I can understand a bit more about what the code is doing.

    Regards, Karl
    See more | Go to post

    Leave a comment:


  • Karl Raams
    started a topic Key Press on Form

    Key Press on Form

    Hi,

    I have this form that has all these controls on it such as buttons, entry fields, lists, and combo boxes, and I've been looking around the net for a while now trying to find a way to track key presses on my form so that I can trigger a set of code. For example when the user presses Shift + W call code that moves picture box up. I have the KeyPreview set to True on the form and I have placed this code.

    Code:
        Private
    ...
    See more | Go to post
    Last edited by Meetee; Jul 20 '11, 05:11 AM.
No activity results to display
Show More
Working...