Soroush Atarod's Q&A profile
Visual Studio Tools for Office Unable to load Outlook Add-In
I'm unable to load any Outlook Add-In that I create. I started with the Hands-On Lab 1 and then backed off to just displaying a messagebox in Startup that just displays "Hello World". The messagebox I get in Outlook when I start Run the project using VS2005 is: "Office document customization is not available". I select OK and go on, but my "Hello World" messagebox never shows. Also, when I go to the menu Tools -> Options -& ...Show All
Visual Studio how to add several data sources to the crystal report
hi, i want to show some fields from different tables on the form at the same time, i try to use the SetDataSource method of my ReportDocument but i can add only one dataset by this way, don't i need to add more than one dataset to achieve my goal i will acquire information from three tables so i need three datasets to add to the reportdocument..so how can i do that If you are using SQL Server, use a stored pro ...Show All
Visual Studio Team System Team Build, static analysis
Upon attempting to do a team build on a solution with static analysis, I get an error, "In order to perform Code Analysis on managed binaries, MSBuild needs to launch FxCop. MSBuild is unable to locate the FxCop binaries. Make sure Visual Studio Team Edition for Software Developers or Visual Studio Team Suite is installed and run MSBuild from within the "Visual Studio Command Prompt" or specify the path to FxCop by setting the FXCOPDIR environme ...Show All
Smart Device Development Showing a form over the PPC Password screen
I'm developing a Pocket PC app that runs at defined times, the device I'm testing on (SPVM500 or HTC Magician) has the Password configured to 'lock' the device after a number of minutes. I'd like my app to be able to display its main form over the Password screen, without the user unlocking the device first. Currently if the device is locked the app runs fine but the form is not shown untill the password (pin) is entered. Is this possibl ...Show All
Windows Forms Non-data-bound-grid
Hi, Is there a non-data-bound-grid control, that comes with standard .NET contros Thanks There is also a ListView. This standard Windows control is essentially just a grid. - mike ...Show All
Visual Studio Insert Images in code (visual studio code editor)
Note: I found this post on a different forum. I think this is the right place. Hi to all Is there any way so to include/insert images in my code (Visual Studio Editor), for example /* Some Comment */ void somefuction() { } that is fine, what i want is that suppose that here i want to insert a image related to the following fuction /* somepicture.jpg e.g */ void somefucntion() { } i think u understand my problem now , i did not want to us ...Show All
SQL Server Grant CREATE VIEW, CREATE PROCEDURE ...
Hi, I have currently a problem with setting up the permissions for some developers. My configuration looks like this. DB A is the productive database. DB B is a kind of "development" database. Now we have a couple of users call them BOB, DAVID, ... who are members of the db role db_reader and db_writer for the productive db a but they should be allowed to do nearly everything on db b. Therefor I added them to the db r ...Show All
Visual Studio Number of pages in reportviewer doesn't match the actual pages prints.
When I use report viewer , I have 1 page. But when I print it prints in two pages. I don't use english language. I use persian. Arabic may have the same problem. There is a horrible bug in report viewer: when the rendered report has two pages, reportviewer show only first one, show total number of pages = 1 and disable movement controls (arrows) on the toolbar. Hope this help ...Show All
SQL Server Removing Publication from Monitoring Tool
Hi: I removed the publication from the database but it is still showing in the monitoring tool. Does anyone know how to remove it from there Thanks If replication is removed forcefully in publishing db, and distribution db is not accessible, it is possible to leave orphaned entries in some of the metadata tables at the distributor. if this is SQL 2005, and you see publications in SQL Monitor that no longer exist, then you ...Show All
Visual Studio 2008 (Pre-release) Control Templates
Is there anyway to configure a control's control template from code I know XAML is suppose to be the way to do it. But it is really buggy and personally it is very frustrating modifiying the control's visual style from within XAML. Can anybody please help me. Thank you, Jaco Hi guys. Do it possible to use the control that inherited from window in xbap Any how to implement a custom c ...Show All
Windows Forms How can i show report in vb.net
With cr '.LogOnServer("pdsodbc.dll", "institute", "institute", "myself", "ignore") '.ReportFileName = " C:\Documents and Settings\Administrator\Desktop\school\school\Reports\FirmList.rpt" & ...Show All
SQL Server LOOKUP component does not have AlwaysUseDefaultCodePage property
Is there any reason for this It doesn't make sense to me. After all, we're hitting OLE DB sources with it - if the OLE DB Source component has this property, why not LOOKUP component -Jamie Hi Jamie, The problem here is that this particular property was added very late to the OLEDB source, furthermore, the lookup component handles its sql statement quite differently from the oledb source so it wasn't trivial to add it (not that it was tri ...Show All
Visual Studio Express Editions Problem in Query (VB 2005)
hi All, I am fighting with this issue since many hours but unable to get the desired result. I have a access data table with four columns date,projectcode,activitycode & activitytime. Now I made a query to get all records for selected date. Lets assume a datatable having records as following: projectcode activitycode activitytime XY 13 2 XZ 12 2 XZ 13 2 YZ 12 2 YZ 15 ...Show All
Windows Forms Thumbnail an html page directly from IE programmatically?
I would like to grab an HTML page from a WebBrowser control and thumbnail it to a picturebox control. Anyone out there know how to do this The only way I can see to do this is to use shareware or a commercial product to& ...Show All
SQL Server Get Date Range
I have a function that takes in a week number and returns data based on that week number, for one client we have a table that tells what the weeks are since they are not on a normal calendar, but their fiscal calendar. We now have another client that want the same function, but for it to return the data based on the normal calendar week. So, how can I determine the date range of a week, based on the week number declare ...Show All
