User Profile
Collapse
-
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. -
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.Leave a comment:
-
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:
- S
- M
- T
I also have an entry in the program where the user defines how many spaces there can be. For this... -
Thanks Rabbit. I used this code and everything seems to be working fine.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.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
-
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, KarlLeave a comment:
-
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
Last edited by Meetee; Jul 20 '11, 05:11 AM.
No activity results to display
Show More
Leave a comment: