Long-hand references vs short-hand
Mon, 18 Feb 2008 19:34:22 -0800
Is there any functional differences between the construct:
Set CurRow = TblPersonalInfo.Rows(1)
Set CellsColl = CurRow.Cells
Set CurCell = CellsColl(0)
and
SetCurCell = TblPersonalInfo.Rows.Item(1).Cells.Item(0)
?
Thanks ...
|
MSHTML.dll hangs
Tue, 12 Feb 2008 09:43:23 -0800 (PST)
I am using MSHTML.dll to host the browser control in my application.
I can reliably get the browser control to get in a hung state. I
downloaded the symbols from the symbol server so here is my call
stack. Whenever I pause the debugger I am always in this
CTreePos::GetCp() method. Near the bottom of the stack ...
|
WebBrowse and Word/Excel 2007
Mon, 11 Feb 2008 05:53:01 -0800
Hi !
We have some strange behavior of WebBrowse control in VB6 when open
Word/Excel document.
There is Office 2007 installed on our computer. We have to open Word and
Excel documents inside of our application in WebBrowse control.
Everything works well except the document has been opened not inside of o ...
|
Our new website
Fri, 8 Feb 2008 15:22:30 -0800
This website is for artist, freelancers, programmers, writers, translators. All who is looking for work.
If you are a skilled professional use page "Add profile" to create your profile.
Also this website is for those who is looking for skilled professional.
If you are looking for a professional use page "Pr ...
|
Error triggered by navigation
Fri, 8 Feb 2008 02:40:00 -0800
I have a program written in MS Access that incorporates the WebBrowser
control. The program has been running fine for many months until all of a
sudden, I started getting an error dialog which states: "An error has
occurred. Do you want to debug? Line: 1, Error: syntax error". I can either
click Yes or No. E ...
|
running C# code in c++
Thu, 7 Feb 2008 22:04:49 -0800 (PST)
Hi,
I came across a sample of BHO written in c#. I believe IE is an
unmanaged exe ,then how come the managed code (BHO) is executed within
the
unmanaged process(IE),as that BHO are in- proc com servers.
Regards,
Naveen ...
|
programatically open IE window
Thu, 7 Feb 2008 15:38:42 -0800 (PST)
Hi,
I have a windows application. Is it possible to open an IE window
programatically on the program? What is the API to do this? Thanks. ...
|
|
|
Easiest Programmnig & MS Office
Thu, 7 Feb 2008 23:32:47 +0800
www.iboon.us contains a lot of e-books for beginners and advanced users to
instantly learn MS Office (Word, Excel, PowerPoint, Access and FrontPage)
and Programming (Visual Basic, C, and Java). The author has over 10 years
teaching experience for Higher Diploma, Diploma, Certificate, Secondary and
Adult stud ...
|
Exception : 'webBrowser1.Document' threw an exception of type
'System.UnauthorizedAccessException'
Wed, 6 Feb 2008 05:32:32 -0800 (PST)
Hi,
I used WebBrowser control in my C# application. In Navigated event, I
tried to access the 'webBrowser1.Document'. But it is throwing the
UnAuthorized exception. Only for few websites, I am getting this issue
(for ex; www.aol.com). Anyone please suggest!
...
|
script error when user is a restricted user
Mon, 4 Feb 2008 11:53:04 -0800 (PST)
Hi,
I'm hosting a web browser control and implemented IDocHostUIHandler
in the GetExternal method I return the host object (QI to IDispatch
of
this). This application is running on XP
In the web browser I load a page that calls the external object :
window.external.doSomthing
My problem is:
For any user ...
|