February 25th, 2013 11:16 PM
i think i might have accidentally posted twice sorry!!!
February 25th, 2013 11:15 PM
I have created a program that first sorts a series of numbers that are input dynamically then an option is given to either use a sequential search or a Binary search. my sequential search works fine...
February 5th, 2013 12:56 AM
Thanks for the reply. I guess JavaScript will be my next adventure
January 9th, 2013 08:57 PM
I just recently came over to the .NET side of things and I just like it better then everything else I've experimented with but I don't know truly how flexible .NET is. I also have alot of...
December 7th, 2012 01:00 AM
In assembly language how do I write code to take input from a sensor and turns on a LED?
I'm writing an assembly program that will read information from a sensor that will detect whether its raining...
December 5th, 2012 02:30 PM
I'm just doing a basic practice project that envolves a street light and the light/image changes color at the push of a button. at design time I can see all three of my images clearly but at runtime...
November 2nd, 2012 02:13 AM
]Hello I'm working on a project in where I need to print out the header cells dynamically along with the entire 1st row[0] and 1st column[0] dynamically . right now I got it to print from zero to...
October 21st, 2012 02:51 PM
I'm trying to use the Flash Object in my GUI but I keep getting an error saying Failed to import the ActiveX control. Please ensure it is properly registered
how can I fix this
and also what does...
October 19th, 2012 02:55 AM
I got my program working correctly but I want to streamline the code and the GUI for better performance. right now i can press a button, select either a text file with a DNA sequence and it will...
October 15th, 2012 03:37 PM
If the sequence is DNA I have to convert it to RNA first then I guess i compare then. Im not sure. Ill tweek it some more when I get back Home
October 15th, 2012 02:45 PM
I have an error that says Object reference not set to an instance of an object
the program takes a string of DNA characters from a text file and converts them to RNA by way of a for loop and a...
October 14th, 2012 01:53 AM
October 13th, 2012 07:41 AM
I'm trying to recreate a program I made with C++ int a C# windows form program I have the bulk of it done but there's one small thing thats keeping the program from working like it should.
**my...