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

Visual Basic

 
GeneralRe: WebBrowser Control Pin
SoftDev4U18-Sep-09 5:22
SoftDev4U18-Sep-09 5:22 
QuestionRE:Missing Oracle InProc server 5.0 type library Pin
Lee Mwangi18-Sep-09 4:32
Lee Mwangi18-Sep-09 4:32 
AnswerRe: RE:Missing Oracle InProc server 5.0 type library Pin
Lee Mwangi18-Sep-09 4:33
Lee Mwangi18-Sep-09 4:33 
QuestionMessage Box Pin
RyJaBy18-Sep-09 2:48
RyJaBy18-Sep-09 2:48 
AnswerRe: Message Box Pin
Johan Hakkesteegt18-Sep-09 3:06
Johan Hakkesteegt18-Sep-09 3:06 
AnswerRe: Message Box Pin
Eddy Vluggen18-Sep-09 10:36
professionalEddy Vluggen18-Sep-09 10:36 
QuestionScroll bar for showing waveform data Pin
D_A_V_E18-Sep-09 2:43
D_A_V_E18-Sep-09 2:43 
AnswerRe: Scroll bar for showing waveform data Pin
Johan Hakkesteegt18-Sep-09 3:17
Johan Hakkesteegt18-Sep-09 3:17 
It depends on how exactly you are drawing the wave at the moment.

If you did it right (used the paint method, points and brushes, etc.), you don't need to use a picturebox at all. You can draw directly onto the form.

However, your basic problem is that an EKG changes continuously. If you would leave it recording for long enough, You could end up scrolling for minutes on end.

You should probably look into a grid type solution, and maybe an array of maximum visible pulses or something. Each time a new pulse is recorded, you drop away the oldest entry from the beginning of the array, add the new pulse to the end, and redraw the whole thing onto the available surface.

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

AnswerRe: Scroll bar for showing waveform data Pin
Dave Kreskowiak18-Sep-09 3:44
mveDave Kreskowiak18-Sep-09 3:44 
GeneralRe: Scroll bar for showing waveform data Pin
Luc Pattyn18-Sep-09 3:53
sitebuilderLuc Pattyn18-Sep-09 3:53 
GeneralRe: Scroll bar for showing waveform data Pin
Dave Kreskowiak18-Sep-09 3:56
mveDave Kreskowiak18-Sep-09 3:56 
QuestionMessage Removed Pin
17-Sep-09 21:32
josefvz17-Sep-09 21:32 
AnswerRe: VB.Net Remoting Chat App. Multiple Clients not 'Seeing' each other, Pin
Dave Kreskowiak18-Sep-09 2:05
mveDave Kreskowiak18-Sep-09 2:05 
GeneralSorry for that. Pin
Mussawarx17-Sep-09 21:26
Mussawarx17-Sep-09 21:26 
AnswerRe: C++ character counting?? Pin
Tom Deketelaere17-Sep-09 21:35
professionalTom Deketelaere17-Sep-09 21:35 
AnswerRe: C++ character counting?? Pin
Christian Graus17-Sep-09 22:01
protectorChristian Graus17-Sep-09 22:01 
QuestionREMOTE LOGIN ??? Pin
JC.KaNNaN17-Sep-09 20:52
JC.KaNNaN17-Sep-09 20:52 
AnswerRe: REMOTE LOGIN ??? Pin
Christian Graus17-Sep-09 21:17
protectorChristian Graus17-Sep-09 21:17 
AnswerRe: REMOTE LOGIN ??? Pin
Dave Kreskowiak18-Sep-09 1:52
mveDave Kreskowiak18-Sep-09 1:52 
AnswerRe: REMOTE LOGIN ??? Pin
EliottA18-Sep-09 4:59
EliottA18-Sep-09 4:59 
QuestionRunning a vb application in background? Pin
Mussawarx17-Sep-09 19:59
Mussawarx17-Sep-09 19:59 
AnswerRe: Running a vb application in background? Pin
Christian Graus17-Sep-09 20:36
protectorChristian Graus17-Sep-09 20:36 
AnswerRe: Running a vb application in background? Pin
Dave Kreskowiak18-Sep-09 1:48
mveDave Kreskowiak18-Sep-09 1:48 
Questionreading each line and creating a file with that line Pin
nicetohaveyou17-Sep-09 19:39
nicetohaveyou17-Sep-09 19:39 
AnswerRe: reading each line and creating a file with that line PinPopular
Christian Graus17-Sep-09 20:35
protectorChristian Graus17-Sep-09 20:35 

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.