All,
I'm curious to find out what COM methods on a DLL an application is calling.
I'm sure there was some profiler that shipped with Visual Studio 5/6 but it's been a while since I've done anything like this.
Any ideas?
Cheers
Andez
User Profile
Collapse
-
Viewing called COM methods - Debugging in a way...
-
Yep. Ya beat me to posting the reply cheers... -
Getting the selected value of a select input
All,
I'm having a little trouble getting the value of a select in my html form. I want a list of dates in a dropdown and when the user clicks on refresh it should do the appropriate action. But when I run in IE7, it comes up with the selectedIndex being undefined.
In my HTML body, I have the select and standard button:
...Code:<body id="example" onload="displayXML();"> <div -
Printing Large amounts of GridView data
All,
I've got a GridView in a scrollable panel (in ASP.NET 2.0), which when printed will remove the scrolling part and expand to fit the whole GridView in which is OK - prints fine. I've also got a chart on the page that will graphically represent the data. All printing is ok, except when I retrieve large volumes of data.
However, when I retrieve lots of data, the GridView does not fit on the page (either Portrait/Landscape).... -
Shashi,
Thanks. Seems to have done the trick as it has been running without any problems.
AndezLeave a comment:
-
Logging to Text File in a Windows Service problems
I've wrote a windows service that performs simple functions within our application. To ensure safe running of the service - if it errors we want to know where when how - it logs to a text file - in this instance BLAH.log.
The code is executed within a timer which runs at 30 second intervals and polls folders. Each part of the process will log to the log file.
The service will throw an IOException exception. See below... -
Filter XML in XSL using HTML Controls
All,
I wondered if it were possible to filter XML data based on selected options, values in combos in HTML.
Suppose I have the following simple XML:
<root>
<city name="London">
<person name="Jeff"/>
<person name="Jess"/>
</city>
<city name="Leeds">
<person...
No activity results to display
Show More
Leave a comment: