Click here to Skip to main content
15,913,854 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVS 2010 Pin
εїзεїзεїз23-Sep-09 8:42
εїзεїзεїз23-Sep-09 8:42 
AnswerRe: VS 2010 Pin
Ashfield23-Sep-09 9:00
Ashfield23-Sep-09 9:00 
GeneralRe: VS 2010 Pin
εїзεїзεїз23-Sep-09 9:30
εїзεїзεїз23-Sep-09 9:30 
GeneralRe: VS 2010 Pin
Christian Graus23-Sep-09 18:20
protectorChristian Graus23-Sep-09 18:20 
GeneralRe: VS 2010 Pin
εїзεїзεїз23-Sep-09 19:24
εїзεїзεїз23-Sep-09 19:24 
AnswerRe: VS 2010 Pin
Dave Kreskowiak23-Sep-09 9:28
mveDave Kreskowiak23-Sep-09 9:28 
GeneralRe: VS 2010 Pin
εїзεїзεїз23-Sep-09 9:36
εїзεїзεїз23-Sep-09 9:36 
QuestionData from Scanner to Database Pin
Dambod23-Sep-09 5:42
Dambod23-Sep-09 5:42 
AnswerRe: Data from Scanner to Database [Cross Post, please ignore] Pin
Henry Minute23-Sep-09 7:18
Henry Minute23-Sep-09 7:18 
AnswerRe: Data from Scanner to Database Pin
Dave Kreskowiak23-Sep-09 9:25
mveDave Kreskowiak23-Sep-09 9:25 
AnswerRe: Data from Scanner to Database Pin
Steven J Jowett24-Sep-09 0:14
Steven J Jowett24-Sep-09 0:14 
QuestionAuto Suggest Pin
led12323-Sep-09 3:16
led12323-Sep-09 3:16 
QuestionRe: Auto Suggest Pin
Steven J Jowett23-Sep-09 5:17
Steven J Jowett23-Sep-09 5:17 
AnswerRe: Auto Suggest Pin
led12323-Sep-09 5:25
led12323-Sep-09 5:25 
GeneralRe: Auto Suggest Pin
Steven J Jowett24-Sep-09 0:49
Steven J Jowett24-Sep-09 0:49 
GeneralRe: Auto Suggest Pin
led12324-Sep-09 1:45
led12324-Sep-09 1:45 
AnswerRe: Auto Suggest Pin
Drew Stegon24-Sep-09 13:05
Drew Stegon24-Sep-09 13:05 
Questionabout com object Pin
uttam bobalade22-Sep-09 22:03
uttam bobalade22-Sep-09 22:03 
AnswerRe: about com object Pin
Johan Hakkesteegt22-Sep-09 22:22
Johan Hakkesteegt22-Sep-09 22:22 
QuestionHow to put data or data array into chart ? Pin
Kobi_Z22-Sep-09 21:42
Kobi_Z22-Sep-09 21:42 
AnswerRe: How to put data or data array into chart ? Pin
Johan Hakkesteegt22-Sep-09 22:17
Johan Hakkesteegt22-Sep-09 22:17 
Kobi_Z wrote:
I want to make an online chart

Online as in on the internet (that's what it usually means) or online as in live?

Kobi_Z wrote:
1)should i make an array of 32,000 filled with Zeros and send it to the chart whenever new data arrives ?

Yes and no. Don't use an array, but you will have to send all the data that you want to be visible again and again. It'll probably be better to use a datatable, with an added index column (someone will correct me if I am wrong about this, I am sure).

Kobi_Z wrote:
2)Is there a way to send a single incoming data to the chart and adding it to data which came before ?

This depends on your answer to the first question.

Kobi_Z wrote:
3)how do I send data to chart without connecting it to any data source ?
(sending an array or adding values to it ... Chart FX, Microsoft Office Chart 11.0 or any other chart).

Connecting it to a data source by binding is always certainly going to be the fastest / most efficient, so why would you want to avoid doing that?

My advice is free, and you may get what you paid for.

QuestionWindows Authentication... Pin
ashwath197922-Sep-09 21:24
ashwath197922-Sep-09 21:24 
AnswerRe: Windows Authentication... Pin
Eddy Vluggen23-Sep-09 0:18
professionalEddy Vluggen23-Sep-09 0:18 
GeneralRe: Windows Authentication... Pin
ashwath197923-Sep-09 1:42
ashwath197923-Sep-09 1:42 
GeneralRe: Windows Authentication... Pin
Eddy Vluggen23-Sep-09 3:00
professionalEddy Vluggen23-Sep-09 3:00 

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.