Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~7K People Reached
Member Avatar for Quinncunx

Hi, Is there at all a way to sort (numerically) a multidimensional array? I have an array that is as follows `dim points(23,1) as String` The first dimension of the array has the players names in, the second dimension of it has their cumulative points, so I want to sort …

Member Avatar for randysoft1
0
3K
Member Avatar for Quinncunx

Maybe I am missing something, but is it the case that when you set a pictureboxes background to transparent, all it really does is set it to the same color as the forms background? What I am trying to do is draw an animation for the benefit of this, a …

Member Avatar for Oxiegen
0
191
Member Avatar for Quinncunx

When my code gets to a loop it always crashes and I am not sure why the system that I have been tasked (as a school project) to build is an Electronic Point of Sale system for a fast food resturanct. I will load the all the menu items and …

Member Avatar for ObSys
0
120
Member Avatar for Quinncunx

Just a heads up this is a school project. I have been tasked with building a login system for the "mock" company that we have been using on my college course for assignments ect. I have built the regisration, login, logout, user management pages, however I cannot make the activation …

Member Avatar for pritaeas
0
212
Member Avatar for Quinncunx

I have a project for school where I am to create some form of security for an application, our brief was to basically to create and hide a text file in the applications program files (not all that secure really, but heh I don't write the briefs) So I have …

Member Avatar for Quinncunx
0
159
Member Avatar for Quinncunx

I have been working on a school project that is to randomly select 14 names from a class (of 33) and place them in a list box. My thinking behind it was to create an array that would randomly select 14 numbers from 1 to 33 and then use a …

Member Avatar for Reverend Jim
0
2K
Member Avatar for Quinncunx

Hello, I am trying to make a random number generator (its not really a random number generator, more a random order generator) that puts the numbers 1, 14 in a random order, without duplicating the numbers. That is the problem I am having it will often select the same number …

Member Avatar for ChrisPadgham
0
363
Member Avatar for Quinncunx

Hi, I was wondering if anybody who is a more experienced VB developer than I would mind casting an eye over my source code and offering any advice on how it could be improved. The application is timer that runs for 7 minutes, the first minute is phase 1 and …

Member Avatar for jlego
0
235
Member Avatar for Quinncunx

Hi,I have looked around here for the correct way to use Modules and I have not come across anything that seems to point me in the right direction. I am wondering if I can use modules to define what a button would do but I keep getting the error "ModStart" …

Member Avatar for Reverend Jim
0
227
Member Avatar for Quinncunx

Hello Can anyone link me to some really good online resources/videos for realbasic. I have an application timer (which I had to make for a school project) and I would like to also be able to use it on my mac, after doing some research I found that RealBasic would …

Member Avatar for realsoftware
0
143
Member Avatar for Quinncunx

For a school project I need to make a timer with a bell sound that sounds every 60 seconds in VB, I cannot work out how to make the bell sound on the 60th second, I am not getting any errors in the VB console, so I assume that I …

Member Avatar for M.Waqas Aslam
0
148