Click here to Skip to main content
15,916,280 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MsgBox Pin
Christian Graus21-Feb-05 16:34
protectorChristian Graus21-Feb-05 16:34 
GeneralRe: MsgBox Pin
Arnooel21-Feb-05 21:31
Arnooel21-Feb-05 21:31 
GeneralOnPaint method Pin
cadorna200321-Feb-05 16:27
cadorna200321-Feb-05 16:27 
GeneralRe: OnPaint method Pin
Christian Graus21-Feb-05 16:36
protectorChristian Graus21-Feb-05 16:36 
GeneralRe: OnPaint method Pin
cadorna200321-Feb-05 16:57
cadorna200321-Feb-05 16:57 
GeneralRe: OnPaint method Pin
Christian Graus21-Feb-05 17:08
protectorChristian Graus21-Feb-05 17:08 
GeneralRe: OnPaint method Pin
Dave Kreskowiak22-Feb-05 0:22
mveDave Kreskowiak22-Feb-05 0:22 
GeneralRe: OnPaint method Pin
cadorna200322-Feb-05 0:45
cadorna200322-Feb-05 0:45 
Thank you Dave.

I'm using a suite of free controls downloaded from www.Softwire.com. There are very interesting things there. You can use this controls programmaticaly or graphicaly connecting one to each other.

I'm using it programmaticaly for example

Dim WithEvents myStripChar as new Softwire.VI.Stripchart
...
For i=0 to 100
myStripChart.value = i
myStripChart.Operate()
Next

That's all code necesary to run something basic.

So, I wanted modify it adding a vertical line to the control and I thought to do it overwithing the OnPaint event, But it never happened.

Thanks a lot





german
GeneralIBindStatusCallback Pin
Jack Clift21-Feb-05 14:32
Jack Clift21-Feb-05 14:32 
GeneralWin32 Hooks Pin
jcrussell21-Feb-05 14:20
jcrussell21-Feb-05 14:20 
GeneralRe: Win32 Hooks Pin
Dave Kreskowiak21-Feb-05 15:30
mveDave Kreskowiak21-Feb-05 15:30 
GeneralRe: Win32 Hooks Pin
jcrussell21-Feb-05 17:04
jcrussell21-Feb-05 17:04 
GeneralRe: Win32 Hooks Pin
rwestgraham21-Feb-05 22:53
rwestgraham21-Feb-05 22:53 
GeneralRe: Win32 Hooks Pin
Dave Kreskowiak22-Feb-05 3:36
mveDave Kreskowiak22-Feb-05 3:36 
GeneralRe: Win32 Hooks Pin
jcrussell22-Feb-05 16:30
jcrussell22-Feb-05 16:30 
GeneralRe: Win32 Hooks Pin
rwestgraham22-Feb-05 19:13
rwestgraham22-Feb-05 19:13 
QuestionHow i can create myself component with vb.net? Pin
MGunes21-Feb-05 12:21
MGunes21-Feb-05 12:21 
AnswerRe: How i can create myself component with vb.net? Pin
Christian Graus21-Feb-05 13:00
protectorChristian Graus21-Feb-05 13:00 
GeneralRe: How i can create myself component with vb.net? Pin
MGunes21-Feb-05 23:39
MGunes21-Feb-05 23:39 
GeneralRe: How i can create myself component with vb.net? Pin
MGunes21-Feb-05 23:39
MGunes21-Feb-05 23:39 
GeneralRe: How i can create myself component with vb.net? Pin
Christian Graus22-Feb-05 8:38
protectorChristian Graus22-Feb-05 8:38 
QuestionChange order in Registry? Pin
endurekona21-Feb-05 10:03
endurekona21-Feb-05 10:03 
AnswerRe: Change order in Registry? Pin
Dave Kreskowiak21-Feb-05 12:18
mveDave Kreskowiak21-Feb-05 12:18 
Generalan easy way to change the initial view state of the listview in the Open/SaveFileDialog. Pin
DavidMLevine21-Feb-05 7:18
DavidMLevine21-Feb-05 7:18 
GeneralRe: an easy way to change the initial view state of the listview in the Open/SaveFileDialog. Pin
Dave Kreskowiak21-Feb-05 15:29
mveDave Kreskowiak21-Feb-05 15:29 

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.