all groups > vb.net > november 2006 > threads for sunday november 19
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Passing multiple arguments to the client-side JavaScript function in AJAX
Posted by Nathan Sokalski at 11/19/2006 10:44:27 PM
I am a beginner with AJAX, and have managed to learn how to use it when
passing single parameters, but I want to return more than one value to the
client-side JavaScript function that displays it. My client-side JavaScript
function takes 4 parameters (which are expected to be integers). The id... more >>
DataGridView1 (VS2005)
Posted by vbt at 11/19/2006 9:52:56 PM
I am new to using the DataGridView and I have read most everything I can
find on this subject. But obviously I am not see the hole picture.
I am trying to update a data base using the DataGridView.
The DataGridView displays the data correctly when the program is run. I am
able to c... more >>
thread dead lock
Posted by Don at 11/19/2006 8:54:01 PM
How to stop a process which is running in a separate thread!!!
I've got a class which performs some lengthy process in a background
(separate) thread. And this lengthy process raises events regularly to inform
the main thread of the progress (which is then displayed to the user).
Since the e... more >>
textbox.backgroundImage
Posted by Pascal at 11/19/2006 10:15:37 AM
Hello
I try googling this without success... Does anyone know how to do that ?
Putting an image in the backgroung of a textbox ?
i try this in a usercontrol without success : but it works for a label !
Public Class MonTextBox
Dim back As New Bitmap("C:\max.png")
TextBox1.BackgroundI... more >>
Replace " character in string
Posted by xla76 at 11/19/2006 6:24:11 AM
Can anyone help me, I'm trying to replace any double quotes in a
textbox with a different character.
mystring = Replace(TextBox.Text , " , "*")
I've tried chr(34) and """"" with no luck.
Thanks
Pete
... more >>
|