You are not logged in.

Search results

Search results 1-3 of 3.

Thursday, April 1st 2010, 9:46am

Author: kechele

use global variables in an another Usercontrol

I had forgotten the "Static" keyword: Global Static clip_str As String Now I can access the variable with clip_str = "new content"

Thursday, April 1st 2010, 8:42am

Author: kechele

use global variables in an another Usercontrol

In a Usercontrol "tab1" I have defined a global variable: Global clip_str As String = "" Now in an another Usercontrol "tab2" I want to change "clip_str": tab1.clip_str = "new content" but I got an error message "Verwenden Sie Klassennamen für statistische Methoden" What is wrong in my code? Thank you.

Wednesday, March 24th 2010, 2:44pm

Author: kechele

RichTextBox with wordwrap = false ?

Hello, I want create a RichTextBox with HScrollBar is active when typing a very long line (no automatic word wrapping) In Java I can do this with "this.textBox1.WordWrap = false;" but I cannot find a command in Jabaco to do this. Can you help me please? Thank you.

WoltLab Burning Board