Search:

Type: Posts; User: deccoyi

Search: Search took 0.03 seconds.

  1. Sorting Array including negative and positive elements

    I'm coding a statistics program.

    I need to sort an array. Array has 999 elements(some are 0). What I need to do sort the array without zero(0) elements. But if user entered 0 it should show the...
  2. VS 2012 Re: Having Trouble about Array Sorting

    Hmmm I need to stand side by side with a space " ". :)

    How can I create an array that have number of elements as the number of clicks.(i am not sure about that sentence )
    for example if user...
  3. VS 2012 Re: Having Trouble about Array Sorting

    i wrote that under Sortbutton_click. Nothing happened :(

    Here is whole code


    Public Class Form1

    Dim NumberArray(999) As Double
    Dim elementNumber As Integer
  4. VS 2012 [RESOLVED] Having Trouble about Array Sorting

    http://img842.imageshack.us/img842/7281/pi4d.png

    My english is not well. So I add an image to explain my problem easy.

    I need to add numbers (in upper textbox) by inputbox**. But also when user...
  5. Replies
    8
    Views
    1,848

    VS 2012 Re: "Parameter is not valid" Error

    I want to kill myself now :D I thought I wrote Integer instead of string. I think I should sleep.(problem solved)

    About infinity tihng do you have any suggestion ? Or I'll ask my lecturer. My head...
  6. Replies
    8
    Views
    1,848

    VS 2012 Re: "Parameter is not valid" Error

    so I made it:


    Dim angledeg As Integer = 2
    Dim anglerad As Single = (angledeg * PI) / 180
    Dim PI As Single = 3.1416

    And I changed all angles to "anglerad". But still same result :(
  7. Replies
    8
    Views
    1,848

    VS 2012 Re: "Parameter is not valid" Error

    Even when I remove the variable and put a constant number (ex: 30) it still not working.
    (if i didn't understand wrog. You asked this.:o)
  8. Replies
    8
    Views
    1,848

    VS 2012 "Parameter is not valid" Error

    The program starts. Then when I click the button it stops and say http://i.imgur.com/N4N3KWH.png

    Not: The program is in turkish
    "Parametre geçerli değil" means Parameter is not valid


    Public...
  9. Replies
    6
    Views
    1,883

    Re: How Can I Move Rectangles in Picturebox ?

    Thank you a lot. I've been looking for help since morning(it's 1:00 am now). I couldn't find anything in my language.

    Thank you again and again :)
  10. Replies
    6
    Views
    1,883

    Re: How Can I Move Rectangles in Picturebox ?

    in this pic :http://prntscr.com/27sjpd
    red dot is centre (130,130)
    blue arch is angle. Am I right ? But what about R ?
  11. Replies
    6
    Views
    1,883

    Re: How Can I Move Rectangles in Picturebox ?

    Thank you :) Another problem is :

    Can I rotate them together ?? like this = http://prntscr.com/27sd8m
  12. Replies
    6
    Views
    1,883

    How Can I Move Rectangles in Picturebox ?

    I draw 2 rectangles in picturebox and I need to move them with a Timer.
    I wrote this but it didn't work.




    Public Class Form1
    Dim kalem As New Drawing.Pen(Color.Black)
    Dim solx1...
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width