CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ApacheOmega

Search: Search took 0.03 seconds.

  1. Need Java Help Error says cannot find symbol symbol:class MyField location FXView.FX

    First of all this program was error free and some how (like a dumb @zz) I deleted one of the classes.

    Everything's fine now until it gets to the MyField part and They are not freakin Classes!!!
    ...
  2. How to see if two tables/array are equal in a hash table

    Hello!!
    Ive created my own hash table and now i've been trying to compare two tables in where I want to see if they're equal, if not, where are the elements that are different in the array's. Can...
  3. Replies
    4
    Views
    1,110

    Re: Math for algorithms help

    @OReubens
    Thanks for the reply fella!
    It's a Design and analysis of algorithms class (definitely Computer science based) It's just the mathematics of calculating the growth i'm just kind of...
  4. Replies
    4
    Views
    1,110

    Math for algorithms help

    I have a quick question.
    Which type of Math subjects should i refresh myself on for algorithms class??
    Is there any Direct resources i can find for this??

    Thank you
  5. Need help and resources on event driven technique e.g. drag n drop, draw, edit shapes

    Whats up fellas?
    I need to know where I can go to find the right tuts allowing me to review how to: A).Click a button, then click my canvas, then have the shape assigned to that button to be drawn...
  6. Re: I'm having trouble with my Merge Sort - tried it a couple different ways and this

    i think i might have accidentally posted twice sorry!!!
  7. I'm having trouble with my Merge Sort - tried it a couple different ways and this sma

    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...
  8. Re: how do I use the .net Framework as a cross platform programming tool

    Thanks for the reply. I guess JavaScript will be my next adventure
  9. how do I use the .net Framework as a cross platform programming tool

    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...
  10. trying to write a program that takes input from Sensor and outputs to LED

    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...
  11. Replies
    0
    Views
    4,115

    how to render/display image at runtime

    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...
  12. trying to populate my dataGridView Dynamicaly while adding/ subtracting cell values

    ]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...
  13. trying to use my Macromedia Flash Factory Object

    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...
  14. Streamlining my Code need help Appending elements from List

    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...
  15. Re: trying to solve a NullReference not handled error(array trouble)

    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
  16. trying to solve a NullReference not handled error(array trouble)

    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...
  17. Re: trouble appending select elements of an array to a string then printing in RichTe

    Thank you
  18. trouble appending select elements of an array to a string then printing in RichTextBo

    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...
Results 1 to 18 of 19





Click Here to Expand Forum to Full Width

Featured