Search:

Type: Posts; User: casper.mta

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    1,768

    Re: Just a question

    Yeah, that's it
  2. Replies
    12
    Views
    1,768

    Re: Just a question

    Open it, surely. I think it's the easier thing, cuz displaying is so hard and I don't know its code
  3. Replies
    12
    Views
    1,768

    Re: Just a question

    Sorry for the title, I wanna this program to load these types of files, for example when I click on button_1, it loads casper.doc, and when I click on button_2, it loads casper.ppt. I don't want it...
  4. Replies
    12
    Views
    1,768

    Just a question

    I wanna make a vb project which is like network to make connection between files. I wanna make it to open files like PowerPoint , DOC files, pictures, videos, and other VB projects. Is it possible to...
  5. Replies
    7
    Views
    1,034

    Re: If else coding help!

    Thank you a lot! I made all things that I want :D
  6. Replies
    7
    Views
    1,034

    Re: If else coding help!

    Thanks
  7. Replies
    7
    Views
    1,034

    Re: If else coding help!

    forgot to post the code:
    Dim ComboBox1 As Boolean
    Dim ComboBox2 As Boolean
    Dim TextBox1 As Boolean
    TextBox1 = Val(TextBox1)
    If (ComboBox1 = True And ComboBox2 = True) Then
    textbox1 = "True"...
  8. Replies
    7
    Views
    1,034

    If else coding help!

    Hello
    I want to make a program with if else, I wanna get True in the text box when ComboBox1 and ComboBox2 are True and a green color in the text box.

    here is a screenshot that tells what I want,...
  9. Replies
    11
    Views
    3,016

    Re: Physics help!

    The first rule was my bad, I forgot to change 360 to 180, and the second one now it works, thanks dude.
  10. Replies
    11
    Views
    3,016

    Re: Physics help!

    I saw them and I changed it but it still give zero
  11. Replies
    11
    Views
    3,016

    Re: Physics help!

    I know these rules, but it still gives zero -_-
  12. Replies
    11
    Views
    3,016

    Re: Physics help!

    here is my code;
    Const Gravity = 9.8
    Dim Angel As Double
    Dim initialvelocity As Double
    Angel = Val(txtAngel.Text)
    initialvelocity =...
  13. Replies
    11
    Views
    3,016

    Physics help!

    Hello
    I wanna make a program that calculates maximum height, horizontal range, time of flight, and the time of maximum height, and this is called projectile motion, I wanna the codes of equations to...
  14. Replies
    7
    Views
    1,796

    Re: I wanna make two programs in one.

    If I export the project as exe, I am talking about the form that opens the two programs, does it require the other files to use them? for example I wanna copy them into CD, can I open both programs...
  15. Replies
    7
    Views
    1,796

    Re: I wanna make two programs in one.

    Yeah
  16. Replies
    7
    Views
    1,796

    I wanna make two programs in one.

    Hi guys
    I made to programs and I wanna put them into one program, something like I open a program and gives me two choices a.k.a buttons, If I choose button one, it opens program one, and If I...
  17. Re: I need a small help in visual studio regarding to math..

    Thank you again, sir!
  18. Re: I need a small help in visual studio regarding to math..

    @2kaud, can you try these equations?
    x-y-z=-2
    x+y+z=12
    2x+2y=18

    The answers I get: x= 14, y= 4, z= 3
    The expected answers: x=5, y=4, z=3
  19. Replies
    8
    Views
    2,178

    Re: Another help!

    Thank you again!
  20. Replies
    8
    Views
    2,178

    Re: Another help!

    hm? still waiting you :(
  21. Replies
    8
    Views
    2,178

    Re: Another help!

    The Equations:
    -1x+2y=2
    3x^2 +4y^2=28

    The expected answers:
    X= 2 Y= 2

    The given answers:
    X1= 2 X2= 2
    Y1= -3 Y2= -0.5
  22. Replies
    8
    Views
    2,178

    Re: Another help!

    It was like this but didn't work correctly.
  23. Replies
    8
    Views
    2,178

    Re: Another help!

    Here is a picture:
    154311
  24. Replies
    8
    Views
    2,178

    Another help!

    Hello again, I faced a new problem with math, I'm not smart in English math because I don't study Math in English, hope you understand this situation!

    This time with Simultaneous mixed equations:...
  25. Re: I need a small help in visual studio regarding to math..

    How stupid am I. Thank you very much!!
  26. Re: I need a small help in visual studio regarding to math..

    I will try it out, but I was talking to 2kaud :D
  27. Re: I need a small help in visual studio regarding to math..

    Which program can I make program like the picture I uploaded with C++? I don't know anything about C++ maybe I'll need your help again :|
  28. Re: I need a small help in visual studio regarding to math..

    Oh, that's right bro! but my project is different!! I wanna something like the picture I provided :(
  29. Re: I need a small help in visual studio regarding to math..

    I tried to send you a private message, but, I failed. I don't know who the system which you provided works, I don't even know how to use it. :(
  30. Re: I need a small help in visual studio regarding to math..

    First, http://www.vbforums.com/showthread.php?673571-RESOLVED-Solving-the-equation-with-three-unknowns from here i got the solution for the 3 equations.
    Second, I'm sorry for saying this but I tried...
  31. Re: I need a small help in visual studio regarding to math..

    the equations:
    1x+1y+1z=9
    2x+1y-2z=-1
    3x+1y-1z=5

    The answers I get: X= 4 Y= -5 Z=2
    The expected answers: X= 2 Y= 3 Z= 4

    154309
  32. Re: I need a small help in visual studio regarding to math..

    Like this?
    t = a * e * i - a * h * f + d * h * c - d * b * i + g * b * f - g * e * c
    x = (a * e * l + b * k * g + j * d * h - j * e * g - b * d * l - a * k * h) / t
    y = (a...
  33. Re: I need a small help in visual studio regarding to math..

    I don't even know what is this and how it works, I don't think it will help me
    ps: the link you provided is for something different
  34. I need a small help in visual studio regarding to math..

    Hello, I'm making a program to solve equation with three unknowns, I got the solution of the three simultaneous from here, I don't know how it works.
    So, I faced a problem which is the 3 answers of...
Results 1 to 34 of 34



Click Here to Expand Forum to Full Width