o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

key combinations -

basically I would use the GetKeys API, but if polling really doesn't work for you DirectInput can do it with events too, its pretty straight forward just use the code of the SDK (you can take out of bunch of lines, but basically use the same code it's really easy to understand)

 

[2005] Combinations -
Hi, i am creating an application that goes through all possible combinations of letters and tests them against an encryption alogrithm i made. When i use for next loops to do this, it works, but then i have to know the exact lenght of the to be found password. And the application fre


Coin Problem -
Is there a way to mathmatically figure out how many different combinations of coins it would take to make $0.66 cents? and what those combinations are? I was told it would be 93 different combinations. Thanks!


Urgently: Populating a ListBox with lots of items in VB.NET -
Hello, i'm having a problem populating a ListBox. I have a prog with 5 For...Next cicles, that generates combinations of X numbers. The problem is, when i tried to populate a Listbox with the resulting combinations, the Listbox doesn´t put the combinations one by one in it, i


Password combinations -
hiiiiz i have a question... how can i write a program that generates all possible combinations for a number of letters. like if i had 4 digits... the number of possible combinations = 26^4 right?? but how can i display them all ??


Not Maths This Time -
Okay last post has gone off in the wrong direction now Here's what I'm trying to do, in as simple as I can explain (Well I'll try anyway) I need to place some calculated results through a set of combinations. At present there are 5 different objects that these results can be fir


how to make possible combinations of numbers -
Hi i have an array like this groupid number 1 235 2 987 3 781 4 879 and so on ..... and i want to make a combination of groups that has sum between say 1000 and 1500 or what ever how to iterate through all possible combi


Algor Design (Resolved) -
I am writing vb codes which i find it 'inefficient'. I have four checkboxs which the user can click on any 'combinations'.This four checkboxs link to four fields('Y' or 'N') in a db table. The records in the db is in such a way that only one of the four fields is 'Y' per record. Thus w


How many combinations -
Hi there. I need some help here because I am not all that clued up on maths. I have a 3d array, 4x4x4, totalling 64 cells. Now I need to know how many possible combinations there are too have 4 cells in a row, imagine in a connect 4 style. I have done it on paper and reckon there a


Catch key combinations -
Is there a way we can call an event or a form if the user press different key combinations. Like Ctrl + Alt + F1 etc


All the possible combinations -
Hello, I was wonding how to generate all the possible combinations of a group of 6 1-digit numbers. For example 1,2,3,4,5,6 Could be 123456, 234561, 345612, so on. Thanks for the help


al possibl 3 lettered combination using a-z(only small characters),0-9,and -(hyphene) -
I just need a help for me to just generate all the possible combinations as a 3 lettered using a-z(only small characters),0-9,and -(hyphene) only. the possible combinations can be aa9,a-9,s9h,7-g,etc.. Can any one help me with the possible code. This combinations has to be gen


Need help on numbering combination.. -
(see attachment) I'm making a program that lists all possible combinations from the total added values of the items in the combobox, thanks to wokawidget, now i can get this thing to work, if it sounds confusing .. run my program, and click "combination" command, you should


Is there any Function or Method to do this -
I’m not sure what it is call in VB.NET but I the world of Automation and Control this is called Binary Encoded. This means that if I only have 3 electrical signals or inputs-outputs I can mix then in a way that will provide me at least 8 possible combinations For example let’s s


I have 17 numbers... -
I really would appreciate some help with this little problem i have here... I have 17 numbers. I need to figure out how many different combinations there would be of these numbers when there are 7 numbers to a set (i.e. if i had 1 2 3 4 5 6 7 and 8 then i would have many different set


Text Twist - anagram code !! -
I need to know how to make an anagram for the game Text Twist. First, Text Twist picks a random word out of an array, then it creates all of the combinations for that random word and puts them into an array After it knows all of the combinations, the user will enter words of 3-6 lett


Block Windows Key Combinations (Resolved) -
Hi, I need to be able to disable the Windows key combinations in my application, to prevent system functions occuring (e.g. Win+U for Utilities, Win+L for Lock Computer etc) in Windows XP, but I can't for the life of me work out how. I've managed to disable the Start Menu popping


McDonald's Choice Menu... -
I walk past this great big billboard on my way to college every morning. At the moment, a McDonalds advert is up: "The McDonalds New McChoice Menu. <8 pictures of fries, drink, big mac etc>. Only 99p each. In 40312 combinations." This really bugs me. I got think


combinations of numbers -
I want to create a program that'll find all the 6 digit combinations of numbers 1-30 and will display each combination in a text box. How would I do this?


Three Letter Combinations - how many are there -
Hello, I'm trying to find a program or way in Excel in which I can get a full list of 3 letter combinations. Eg: aaa, aab, aac, aad, aae, ... etc.It's been boggling my mind for days now. I started to enter them in Excel but thought there must be an easier way. Does anyone kno


Calculate all possible combinations. -
So, i have got 4 digits and i need to find out all of the differnet combinations. How can you do this in vb? My 4 digits are: 2,3,5,8 Example: 2358 3582 5823 8235


[2005] Get all possible combinations of a word letters -
Hi!!! I have a List with letters with a max length of 10. Lets say for example I have the letters "D","A","D","O". How can I get all the possible combinations that these letters can form like: DADO DAOD DODA DOAD DDAO DDOA ADDO ADOD A


Formula/Patterns -
Hello, I've been trying to figure out this simple problem but I'm just missing something. Here it is: I have 4 lights and at any given point half the lights will be on and the other half will be off. I have figured out that there are 6 different combinations where this is possi


Unique combinations of numbers! -
Hi all, I have this challenging problem that I want to solve. It might not be possible but I want to give a try. Ok now the problem, I have an array of numbers which I want to get all unique combination of five digits. The numbers’ count will always be greater or equal to five. For e


Key Combinations -
I know people ask this all the time but there are so many different ways I just want to find the most convenient one possible. I have use that GetAsyncKeyState but can't get it to work the way I want. I just want a code were Alt + Ctrl + E or Win + G will launch, hide, or activate t


CALCULATE ALL COMBINATIONS Brain Dead -
I've been racking my brain for the past several days trying to write a routine to calculate and show all posible combinations that can be made form a variable set of numbers ie; 123 gives you 6 possible combos and 4 gives you 24 A basic buble or shell sor gets me partially there,


Loop to output number combinations -
Hello. Im using the Visual Basic editor for Excel 2003 and am trying to make a program. I want to create a loop which outputs all the possible combinations of 4 numbers (1,2,3,4) but without the numbers being repeated during any one combination. I have succeeded in producing a loop whi


Testing all possible combination of options -
I have 5 checkboxes on a form. I have written a good couple of If statements to cater for all possible combinations. But I am not too sure if I am catering for all of them. I remember something about a grid that one can use (on paper) to help with identifying all the possible combinati


Where is this combinations Q -
I'm sure I remember someone posting a bit of code that returns a particular combination by number. ie. you call it with (343, 6, 49) and it will return the 343rd possible combination of 6 items from a set of 49. Can anyone post a link to it please? (A search on 'combinations' g


Where is the list of ASCII characters -
I'm not sure that's how I should have worded the subject- I want to know what all the different Chr$(whatevers) are, how many of them there are (I'm guessing 255), and what different combinations there are. Or are there any true combinations? VbCrLF is supposedly chr$(13) + chr$(10) bu


Unique combinations problem -
Hello everyone- I write software where i have to display catogories on a screen (menus on a tv screen) that a user can navigate through. Currently i am implemnting new functionality that involves subscription based categories, so that only certain people who are entitled can view a


my theory...look inside if you're interested -
I've a few theories, but I only remember one... Huh, my #1 theory You have a picture frame, which has a resolution of 320x200 and 16bits of colors. You can put any picture into this frame. But there'll always be a limit. What's the limit? The limit is: 320 * 200 * (2^16) Man, can


[2005] Reg Exp help. -
Hi. I need a regular expression to search a string that contains the possible combinations. C1..C9 D1..D24 Example 1 "C1D2C9" Example 2 "C1D1D2D6D11" maximum number of 5 combinations. Thanks in advance. Jorge.


algorithm for computing combinations of elements -
Hi guys...Im trying to figure out an algorithm for calculating the various combinations of n elements...Iv come to the conclusion that its gotta be a recursive call inside a for loop...and thats where Im stuck...need help here what I need Combinat(ABC)= ABC ACB BAC BCA CAB


Number combinations -
Hi, I have some numbers and I need to find all the possible combinations made by those numbers. For example - 1 and 2 make (1,2) or (2,1) 1,2 and 3 make (1,2,3) (3,2,1) (1,3,2) and so on.. I was wondering if anyone could help me with this. Thanks


Combinations and Permutations -
Has anybody built a Combinations and Permutations Generator? I'd like to see your code, perhaps pick up a better way of doing it. Attached you'll find my version. -Lou


Need help ...Getting Unique combinations.... -
hello everyone i'm writing this little application for a friend. basically what it does is to get the combinations of selected numbers in group of 6. just like the philippine lotto the user can select from 6 to 46 numbers and fron this user selected numbers, the program would generat


Number permutations -
Hi there Problem: I have a set of numbers 1-3, what I would like to have is to list all combinations of the 3 numbers. I would like the combinations to display in seperate cells. For example: Columns: A B C 1) 1 2 3 2) 1 3 2 3) 2 1 3 4) 2 3


Loop To Output Number Combinations - 2 -
A while ago i asked for help in producing a loop which took the numbers 1,2,3,4 and output all the possible 4 digit combinations of these 4 numbers but each combination could only use each number once. However, if possible, id like to go one step further. This seems like a bit of a


Combinations of letters -
I'm pretty sure this is called permutation. WHat I need to do is take a variable number of letters/numbers an compute all the possible combinations. Example: Given string: abc Results: abc acb bca bac cab cba And I have no clue as to how to do this. I need to be able to do t


ATTN : Wokawidget -
Thanks for your help man, now i can easily list the combos in my program, but.. i forget to ask one important thing; How do i number the combinations? I need to match the letters with the combinations, and it gets hard to track them down after a while because there's so many of th