|
balakpn wrote: addhandler sendcommand(),addressof sendcommand
The format for the AddHandler statement is:
AddHandler object.event, handler
You didn't give AddHandler the name of an object event to handle. Something like:
AddHandler SomeObject.Click, AddressOf SendCommand
The signature for the SendCommand function MUST match the signature of the event it's going to handle.
|
|
|
|
|
hi actually i am trying to call a thread
while creating thread object i want to give the address of that function but it shows error so i tried to create like that.
please tell me how i have to pass addressof funtion name on thread pls give some code examples and functions with parameter for the thread
with regards
Balagurunathan.B
|
|
|
|
|
You can find examples and walkthroughs of using the BackgroundWorker componet here[^].
|
|
|
|
|
Is there a way to insert a picture in to a Richtextbox and save it?
thanks in advance
|
|
|
|
|
Y r u doing that ? What's the need?
|
|
|
|
|
|
Hi! I would like to; "really" know how to get the current text line number where the caret is at.
(not the "line number" just the "text line number":
when you use textbox1.lines(0) it takes the entire text in line 0 even if some text are in line 1, because the text in line 1(as long as it didn't get there by pressing the return key) belongs to line 0, but when I use the code below it just says the text in line 1(even thought it belongs to line 0) as belonging to line 1.)
a = Rtb.GetLineFromCharIndex(rtb.SelectionStart)
So can anyone tell me a way to get the real line number of the selected text.
thanks in advance
ps:
(pls don't tell me to explain again!
|
|
|
|
|
make the 1 increment and u will get the exact line number.
|
|
|
|
|
can you pls elaborate on that, it will be greatly appreciated.
|
|
|
|
|
|
this smilies have sounds? I don't seem to get any sound at all.
|
|
|
|
|
No, they don't.
Putting a bunch of them in your posts turns your post into unreadable noise.
|
|
|
|
|
i agree with u Guffa.Either he is not serious and playing games, I think this is the first time he is putting the query .
|
|
|
|
|
Yes I'm new here, just posted 5 or 6 times so far.
Sorry for any inconvenience.
and sorry about the subject, I was just trying to get some attention to my string, I guess I was wrong, I guess proper subject will get even more attention.
and I didn't know these smilies produced sound, even if it did I didn't get any sound so far.
|
|
|
|
|
Dear All,
I am getting the following error when i am trying to update a datagrid.I am using remoting concept to connect to the server..The datagrid is updated but before that the following erro message is thrown...
"Server encountered an internal error. To get more info turn on customErrors in the server's config file."
Someone help in this regard..
Regards,
Balaguru
|
|
|
|
|
problem is in connection of server with the client .I think.It get disconnected in between..That's y it no longer gets connected to the database.
|
|
|
|
|
You have to turn on Custom Errors in the config file on the server. Without knowing what the real error message is, it's quite impossible to give you any meaningful information.
|
|
|
|
|
Hello frnds,
i am converting the word file the word file to html in vb.net2.0, the conversion is successful but the Headers and footers of the word document are not dispay in html document ....
why ?????
is i am wrong anywhere ???
If any one have code then plzz tell me ....
plz help
thankx in advance
--koolprasad2006
Be A Good S/W Eng... Life is swing with you..Enjoy..
|
|
|
|
|
|
i am open a word file by word object and save as it html format but till i does not get the headers and footers in html file
is there any other code????
Be A Good S/W Eng... Life is swing with you..Enjoy..
|
|
|
|
|
Of course not! HTML doesn't support headers and footers.
If you want them, you'll have to write the code to translate the headers and footers of the word document into the formatting that you want in HTML, be it in Frames or if you had to add them to the top and bottom of the page.
|
|
|
|
|
Dear Dave Kreskowiak,
thankx a lot for reply but the problem is how can read a word document page by page.
i know i have to a collect a header and footers of each page and display them in html page, i can do it..but how can i read a word file pagewise...
is there is any code then please tell me...
thankx again for your reply
-koolprasad2003
Be A Good S/W Eng... Life is swing with you..Enjoy..
|
|
|
|
|
koolprasad2003 wrote: is there is any code
Only if you write it. There's tons of Word Automation examples out there. But, you do NOT wan't to automate Word from inside an ASP.NET application.
All you have to do is Google "vb.net word automation".
|
|
|
|
|
hi
Anybody made a software about Caller Id in any language.
I am made Answering Machine Software in VB6.;P
|
|
|
|
|
u mean somebody is making call on ur fon and u want their number?
|
|
|
|