Answer Questions
mk8086 SelectionChange only fires once
I am trying to run some logic as a user selects different folders in Outlook (e.g. - Inbox to a subfolder to another subfolder, etc.) I want to enable / dusable some commandbuttons, etc. The problem is that the event fires once and no more. What is the best event to handle for this purpose Is it SelectionChange Why would the event stop firing WHat could I have done wrong in my code Sounds a lot ...Show All
John Aschenbrenner Automation class, some questions
Hi guys, I am experimenting with the automation classes but I have some questions: - Is it possible to do a search for an element by using wildcards in findfirst/findall e.g. I would like to search for "TestWindow*" which would then return either the first window it finds or all windows that match that ciriteria. (TestWindow1,TestWindow2,...) - The treescope defines ancestors & parent, but where can I use these I only get ...Show All
jonez108 add sheet
hello their im trying to fill an excel file with data, i have a model file, and then i want to fill the model and save it as another file, but i wanted to make it with a for cycle. the point is to make for example 5 times, grab the model sheet from the model file, add it 5 times to the new file and fill it with data the final result of that its 5 sheets all with the same formating with diferrent data and do not mix with the model file ...Show All
AeonMasters VSIP licence required
My copy of visual studio 2003 now comes up with VSIP licence required. As my copy comes from the MSDN universal, is another licence required Can I roll-back to my MSDN licence Jason This information on the splash screen and the Help->About dialog simply means that you installed the VSIP SDK (now referred to as the Visual Studio SDK). In the past, VSIP was a partner-restricted program and not generally avail ...Show All
Mike Walker How can I bind a ConverterParameter value ?
I would like to make a textblock display the remaining time of an operation. The bound object has two properties: ElapsedTime and TotalDuration, both of type TimeSpan. I thought the following should work, but it doesn't because the parameter passed to my custom converter is a Binding object, instead of the result of the binding: <TextBlock Text="{Binding ElapsedTime, Mode=OneWay, ConverterParameter={Binding TotalDuration}, ...Show All
Al33327 System Exception...
Hi, I have just formated my drive installed all the update and Crystal Reports 8.5 wiyth VS2003 and when I try to run an project that I created I got the message on my browser sayinbg System Exception, and on my other compter it runs without any problem !!! What can it be Thanks I've installed all the updates... There is no futher information...I tried on another computer and it worked....I'm reinstalling visual studio...to try to r ...Show All
Uwe Lesta Seting up fields in Crystal Reports
Have this setup http://www.vbcity.com/forums/attachment.asp id=15051 have to implement this setup in Crystal. I must somehow setup the fields evenly the dates and the values that go under them. http://www.vbcity.com/forums/attachment.asp id=15052 How do I go about this. Display all fields as whole dollars in the following format: no $ sign, separated by commas (e.g. 1,000,000). Negative numbers are shown in ( ). ...Show All
zohar_amir VisualStudio.CommandBars
In Beta2, I am using the following code: Protected Shared mnuAbout As CommandBarControl Public Shared WithEvents mnuAboutHandler As CommandBarEvents 'EnvDTE.CommandBarEvents I get the menu created, but the menu handler event never fires. Private Shared Sub mnuAboutHandler_Click( ByVal CommandBarControl As Object , ByRef handled As Boolean , ByRef CancelDefault As Boolean ) Handles mnuAboutHandler.Click ...Show All
Paul Vick MSFT question for Microsoft Office File Properties
Hi My question: I have created my custom file format. And i set “Summary information” stream and “Document information” stream to my file. Then in Microsoft Explorer on File Properties/Summary tab shows only Title, Subject, Category, Keywords, Comments, Source, author, Revision Number property. But if i change file extension (for instance) to “.doc” or “.ppt”, File Properties/Summary tab shows all properities such as word count and pages. How it ...Show All
Venu_nair How to open an Infopath form from Outlook VSTO2005 add-in.
I can open my form with Process.Start("Iexplore.exe", ls_Filename), but cannot Process.Start("infopath.exe", ls_Filename) if ls_filename is a long file name with spaces in it. Infopath startst, but gives a file not found error with the name up to the first space. Any help Is there a better way to start Infopath from an Outlook VSTO2005 add-in Can I inclide the Infopath namespace somehow Filenames with ...Show All
Matt_343 Have u ever created a menu component
Hi guys, I m trying to use the component technology of Visual basic.NET in order to create a customized menu control in this context: I have menu items that must change according to the active windows form (the form that has the focus in each moment); so since the menu items re so similar and since a lot of those items will be repeated inside different forms; i don t want to go through creating the same menu items over and over for all the ...Show All
Mohammed Ramadan Standardization XAML, as WEB the standard ???
I am developer WEB of applications and I use technology ASP.NET 2.0. After first acquaintance with WPF, I have understood, that I should be reoriented on new technology WPF, besides many official sources Microsoft write that Avalon and XAML functionalities which in hundreds times surpass DHTML give! In connection with that, that XAML applications can be integrated very easily with WEB, I believe, that would be ...Show All
Stephenn1 ASP.NET Session has expired, why ?
Hi, I have an aspx with report inside, in the ide (VWD) I can see the page and the report with data on it. When I deploy the page on the web srv I can see the page but without data on the report, instead I see one error inside the report, the error is: "ASP.NET Session has expired" Exception Details: Microsoft.Reporting.WebForms.AspNetSessionExpiredException: ASP.NET session has expired Maybe ther is something to set ...Show All
ebroms Copy an embedded image from one report to another
Hello! I am writing a wizard in MFC which automatically creates reports from a database. One required feature of this wizard is that it should be possible to give the path of a template report from which I copy the Report/Page Header/Footer to the newly created report. This works quite fine, with one exception: I cannot copy embedded images. When queried for their type, they say "OleObject", so I thought, I get the IPictureDisp object by calling ...Show All
cshields How to asynchronously display an image
If in my window xaml I have something like: ... <Image Source="http://www.slowserver/image.jpg" Width="20" Height="20" /> The window will be loaded and suddendly the application will freeze while the image is downloaded. After the image is displayed the application becomes responsive once again. How can I workaround this issue Is there an easy way to load the image in the background Thanks ! ...Show All
