Search results for query: *

  • Users: weeshen
  • Content: Threads
  • Order by date
  1. W

    need help adding ctrl + c, x, v

    So I have written a really really basic word processor and am having trouble figuring out how to add the keys ctrl+c, ctrl+x, ctrl+v so that i can highlight text copy, cut, or paste when i want without using the buttons i have created. Please help. Here is my code. Option Strict On Option...
  2. W

    HeapSorting II

    So I have sat down and written some code out and looked at my book for some reference and read and read and all of the code looks ok except for a few things which are heapArray, currsize, Heap(SIZE) at bottom of program...if someone can get me in the right direction to getting these to work...
  3. W

    Heap Sorting...

    Hey guys, its crunch time again and i have an assignment due next wednesday and don't have a clue on how to do this or where to start. I learned what heap sorting is and what it does except that i have a problem. The book that was used to teach me this does not give nearly enough code for what...
  4. W

    writing some numbers...

    Ok guys here my problem...its pretty simple but i can't think of a way to write it so simple... the console app is supposed to take a number input by a user from 1 - 999 and output its written equivalent...example...52 from user would output fifty-two ... what is the simplest way of doing...
  5. W

    class has no default property

    Hello everyone, I am new to this forum and have little experience with vb.net I have written the following code that generates an error at the end that I will explain after I show you the code. Module Module1 Public compcount AsInteger = 0 PublicClass Carray Private arr() AsInteger Private...
Back
Top