Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
QuestionHow to use entity frame work in MVC web Application Pin
jeenak17-Sep-14 2:44
jeenak17-Sep-14 2:44 
AnswerRe: How to use entity frame work in MVC web Application Pin
Ravi Bhavnani17-Sep-14 4:51
professionalRavi Bhavnani17-Sep-14 4:51 
AnswerRe: How to use entity frame work in MVC web Application Pin
Dave Kreskowiak17-Sep-14 5:03
mveDave Kreskowiak17-Sep-14 5:03 
AnswerRe: How to use entity frame work in MVC web Application Pin
Suraj Sahoo | Coding Passion17-Sep-14 22:31
professionalSuraj Sahoo | Coding Passion17-Sep-14 22:31 
QuestionCodeplex D3 chart Pin
Sunil M P16-Sep-14 21:00
Sunil M P16-Sep-14 21:00 
AnswerRe: Codeplex D3 chart Pin
Bernhard Hiller16-Sep-14 21:24
Bernhard Hiller16-Sep-14 21:24 
AnswerRe: Codeplex D3 chart Pin
Pete O'Hanlon16-Sep-14 22:20
mvePete O'Hanlon16-Sep-14 22:20 
Questionwhy my graph error??? Pin
rikiz16-Sep-14 19:30
rikiz16-Sep-14 19:30 
anyone can help me,.,
i try to make a graph in c# like this video in youtube :

http://www.youtube.com/watch?v=Tay4t1Wo-As[^]

i have been doing all of procedure like this tutorial..
in tutorial
when program running..no error happend..
when i try run my program that i made, error happend

error program is = "axMathworks_Strip1.AddXY(0, a, Convert.ToDouble(textBox1.Text));"

this is a full program
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;

namespace nyobaan_library1
{
public partial class Form1 : Form
{
Double a,b;

public Form1()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
timer1.Start();
button1.Enabled = false;
}

private void timer1_Tick(object sender, EventArgs e)
{

a++;
axMathworks_Strip1.AddXY(0, a, Convert.ToDouble(textBox1.Text));
}
}
}

iam using library MWStrip.ocx active X


computer say :
"nput string was not in a correct format."

any one can help me????
AnswerRe: why my graph error??? Pin
Pete O'Hanlon16-Sep-14 19:56
mvePete O'Hanlon16-Sep-14 19:56 
GeneralRe: why my graph error??? Pin
rikiz18-Sep-14 18:42
rikiz18-Sep-14 18:42 
GeneralRe: why my graph error??? Pin
Pete O'Hanlon18-Sep-14 19:37
mvePete O'Hanlon18-Sep-14 19:37 
GeneralRe: why my graph error??? Pin
rikiz1-Oct-14 9:02
rikiz1-Oct-14 9:02 
GeneralRe: why my graph error??? Pin
rikiz3-Oct-14 17:57
rikiz3-Oct-14 17:57 
AnswerRe: why my graph error??? Pin
V.16-Sep-14 23:18
professionalV.16-Sep-14 23:18 
GeneralRe: why my graph error??? Pin
rikiz18-Sep-14 18:45
rikiz18-Sep-14 18:45 
GeneralRe: why my graph error??? Pin
V.18-Sep-14 19:29
professionalV.18-Sep-14 19:29 
GeneralRe: why my graph error??? Pin
rikiz1-Oct-14 9:01
rikiz1-Oct-14 9:01 
QuestionHow do I select, drag and align the controls like Visual Studio at the running time ? Pin
Javafree16-Sep-14 15:31
Javafree16-Sep-14 15:31 
AnswerRe: How do I select, drag and align the controls like Visual Studio at the running time ? Pin
Pete O'Hanlon16-Sep-14 19:58
mvePete O'Hanlon16-Sep-14 19:58 
AnswerRe: How do I select, drag and align the controls like Visual Studio at the running time ? Pin
BillWoodruff17-Sep-14 0:54
professionalBillWoodruff17-Sep-14 0:54 
QuestionMaximizing Scalability and Cost Effectiveness of Queue-Based Messaging SMPP Pin
mackmacwan16-Sep-14 9:58
mackmacwan16-Sep-14 9:58 
QuestionRe: Maximizing Scalability and Cost Effectiveness of Queue-Based Messaging SMPP Pin
ZurdoDev16-Sep-14 10:28
professionalZurdoDev16-Sep-14 10:28 
AnswerRe: Maximizing Scalability and Cost Effectiveness of Queue-Based Messaging SMPP PinPopular
Ravi Bhavnani16-Sep-14 12:21
professionalRavi Bhavnani16-Sep-14 12:21 
GeneralRe: Maximizing Scalability and Cost Effectiveness of Queue-Based Messaging SMPP Pin
Bernhard Hiller16-Sep-14 21:35
Bernhard Hiller16-Sep-14 21:35 
GeneralRe: Maximizing Scalability and Cost Effectiveness of Queue-Based Messaging SMPP Pin
Dave Kreskowiak17-Sep-14 5:01
mveDave Kreskowiak17-Sep-14 5:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.