Click here to Skip to main content
15,914,488 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: event handler & textbox problem Pin
Dave Kreskowiak11-Jan-06 15:20
mveDave Kreskowiak11-Jan-06 15:20 
GeneralRe: event handler & textbox problem Pin
Christian Graus11-Jan-06 15:25
protectorChristian Graus11-Jan-06 15:25 
GeneralRe: event handler & textbox problem Pin
Dave Kreskowiak11-Jan-06 16:53
mveDave Kreskowiak11-Jan-06 16:53 
GeneralRe: event handler & textbox problem Pin
Christian Graus11-Jan-06 17:14
protectorChristian Graus11-Jan-06 17:14 
GeneralRe: event handler & textbox problem Pin
Dave Kreskowiak12-Jan-06 8:19
mveDave Kreskowiak12-Jan-06 8:19 
AnswerRe: event handler & textbox problem Pin
Dave Kreskowiak11-Jan-06 13:17
mveDave Kreskowiak11-Jan-06 13:17 
GeneralRe: event handler & textbox problem Pin
andrewke111-Jan-06 13:47
andrewke111-Jan-06 13:47 
Questionsending 2-d array into a function Pin
ns11-Jan-06 8:05
ns11-Jan-06 8:05 
Thees a function which takes the name of a 1d array calVolume() like so

CWGraphVolume.ChartY calVolume


However now I have a 2d array calSignals(0 to 1, 0 to numSamples - 1) and want to send in the 2 arrays separately

I tried:

For num = 0 To 1
CWGraph1(num).ChartY calSignals(num,0), TimePeriod / numSamps
Next num


but its not plotting correctly. How do I pass in the two 1-d arrays?
thanks,
sb
AnswerRe: sending 2-d array into a function Pin
Dave Kreskowiak11-Jan-06 9:54
mveDave Kreskowiak11-Jan-06 9:54 
GeneralRe: sending 2-d array into a function Pin
ns13-Jan-06 1:40
ns13-Jan-06 1:40 
Questionhow to detect app killing Pin
edwin16411-Jan-06 8:04
edwin16411-Jan-06 8:04 
AnswerRe: how to detect app killing Pin
Joshua Quick11-Jan-06 8:11
Joshua Quick11-Jan-06 8:11 
GeneralRe: how to detect app killing Pin
edwin16411-Jan-06 9:13
edwin16411-Jan-06 9:13 
GeneralRe: how to detect app killing Pin
Joshua Quick11-Jan-06 9:55
Joshua Quick11-Jan-06 9:55 
AnswerRe: how to detect app killing Pin
Briga11-Jan-06 8:57
Briga11-Jan-06 8:57 
GeneralRe: how to detect app killing Pin
edwin16411-Jan-06 9:07
edwin16411-Jan-06 9:07 
GeneralRe: how to detect app killing Pin
Dave Kreskowiak11-Jan-06 9:43
mveDave Kreskowiak11-Jan-06 9:43 
GeneralRe: how to detect app killing Pin
Briga11-Jan-06 22:42
Briga11-Jan-06 22:42 
Questiontype mismatch compile error Pin
bonosa11-Jan-06 6:15
bonosa11-Jan-06 6:15 
AnswerRe: type mismatch compile error Pin
Dave Kreskowiak11-Jan-06 7:03
mveDave Kreskowiak11-Jan-06 7:03 
GeneralRe: type mismatch compile error Pin
ns11-Jan-06 7:59
ns11-Jan-06 7:59 
QuestionData from external file Pin
vertig073011-Jan-06 6:13
vertig073011-Jan-06 6:13 
AnswerRe: Data from external file Pin
Dave Kreskowiak11-Jan-06 6:58
mveDave Kreskowiak11-Jan-06 6:58 
GeneralRe: Data from external file Pin
vertig073012-Jan-06 5:24
vertig073012-Jan-06 5:24 
QuestionImage in progressbar Pin
Kim Mostinckx11-Jan-06 4:46
Kim Mostinckx11-Jan-06 4:46 

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.