How can I stop the WebBrowser from downloading the graphics, Java classes, etc? I just need the text but as a Document object so I can eazy access its tags.
Or, which is the best way to get the...
I don't know about the bug, but I'm using ADO 2.1 and I've also found the problem. I had to set the Format property of the field to General Number in Access.
Thanx anyway.
I have an Access 2000 database with a AutoNumber field (also PrimaryKey). The problem I have is that when I try to get a record I receive 0 from the AutoNumber field. Also, when I use the DataGrid...
The RepeatedControl of my DataRepeater control has a Button. How can I intercept the click event on the button but from DataRepeater control?
Thank you.
I need to do some database search with my application while the user is using it. Right now, while I access the database the user can't do anything(my application looks like is frozen). How can I use...
How can I modify (add or erase entry) the WebBrowser context menu (right click)?
Or if I overwrite the default context menu how do I implement the Open command.
I've been told about...
I have a primary key. An AutoNumber. If the number of characters within the memo field in not larger than ?? (I didn't find out the limit), the update works OK. I tryed to update a record when the...
Thanks, but it's not that. I have a memo field which can hold up to 32K of char. The corresponding field in the form is a multiline TextBox.
I'm really blocked now.