I can't believe this is so tough!!
OK....I have a pivotchart form that is a subform on another form.
I can't get the exportpicture method to work.
This is the code I'm using....
Set chart = Me.HomeSales.Form.ChartSpace
chart.ExportPicture "C:\blahblah.jpg"
Has anyone got this to work?
thanks!
Hi - I'm a VB man and I need to get the contents of a richedit box in another app.
I have the handle for the control but have no idea how to get the text from it......
Can someone point me in the direction of and API call to use? (or better yet, send me a sample!!)
thanks!
I had an ASP app that worked fine under W2K - it opens Word, does its thing then closes.
But, under 2003 it's not happy. when I call server.createobject("word.application")
it gives me "The call to Server.CreateObject failed while checking permissions. Access is denied to this object."
I've...
Hi - I'm working on a helpdesk type app and want to have users go to a page and have it gather info about their machine..name/logged in as...that kindof stuff and have it posted back to the engineer.
Any ideas of any scripts/components/applets out there to do this?
thanks!
Maybe I haven't had enough coffee yet, but......
1) I have a table of documents with creation dates.
2) I have a table of users with unique IDs
I need to grant access to multiple date ranges to users.
So, user 1 may have access to docs created between 9/6-9/10 and 9/20-9/24.
User 2 may have...
Hi - does anyone have sample code that will enable me to have my VB app contact my sql server over http: to see if a users subscription is valid?
thanks in advance!
OK...I'm using VID 6.0 and a site I'm working on has 100,000+ files in it's directories.
When I create a new project in VID and connect to this site, VID hangs and I assume that it's browsing through all of these files.
Since there are only a few directories I'm actually interested in, can I...
I have an HTC component living in Frame(1).Frame(1) that renders a grid based on an XML structure.
How can I see this data through the DOM?
thanks in advance!
How can I programatically simulate a text control getting focus and losing it?
I'm working with a complex site and somewhere in their code I believe they've attached to the lostfocus event so they know that something may have changed in that box.
Any ideas?
thanks!!!
Can someone tell me what the syntax is for accessing the underlying text/html in an HTC component?
On a certain site, there is an HTC grid control displaying data in a table. I need to be able to grab that info.
Any ideas?
thanks!
Hi - I have a page which opens a popup window when it closes using the OnUnload event.
My problem is that this event fires on Refresh / F5 as well as any POST on my page.
ANy ideas how I can achieve this?
Thanks!!
I want to put some OnUnload code in my ASP page so that I popup another windows that cleans up my session and updates my logout in a DB.
But, a POST or an 'F5' to refresh triggers this event.
Any idea how to work around it?
Thanks all!
I need to simulate a click OR get access to the underlying text that is rendered by a funky component.
Buried in a particular site is a nested frame that implements a smart grid component. This grid lists several records from a DB.
I need to :
a) simulate a click on a "check all"...
Hi all!
I'm struggling to interact with a funky grid control on a web page.
I have an application (in VB) that I use to interact with pages on a site. I can fill in boxes through my code and click buttons etc..etc...
On one page though, there is an HTC grid that is loaded and I can't see the...
I have a VB app that hosts an IE browser control. This app interacts with a web site. It enters text, clicks buttons etc..etc..
Sometimes, the website throws a Java Alert() - something like "10 records found. Click OK to view".....so my app stops because of the modal dialog box...
I have a VB application that hosts an IE Browser. My app connects to a website and automates a mundane task by filling in text boxes, clicking buttons etc..etc...
My problem is that on one part of this site, my app clicks a search button and then site brings up an alert saying
"x...
I have a Web Browser control on a form that programatically interacts with a website.
On this website there's a function that performs a search and the java code in this very complex page throws an Alert telling me how many items were found.
My problem is that this Alert stops my App from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.