Search results

  1. D

    moon speed is what blah blah blah?

    The mean distance of a moon from a planet is 2.67*10^5 miles. Assuming that the orbit of the moon around the planet is circular and that 1 revolution takes 24.7 days(1 day is 22 hours), find the linear speed of the moon. Express your answer in miles per hour.
  2. D

    How do I make another class pop up in another window in c sharp?

    I have 2 classes and I want to have one pop up in a separate window. Code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using...
  3. D

    How do I make another class pop up in another window in c sharp?

    I want the class on this program to popup when the button I created is pressed. namespace MusicPlayer { public partial class Form1 : Form { private string _command; private bool isOpen; [DllImport("winmm.dll")] private static extern long mciSendString(string strCommand, StringBuilder...
Back
Top