microsoft

outlook windows xp spell checking dictionary

Hi to all, i am using outlook express. there is spell checking functionality, which is by default french. i want to change it in english. how to install english dictionary to check spellings. anybody have idea about it. Thanks in advance. ...

MSDeploy: "Leave extra files on destination" from command line?

I use MSDeploy to publish things to different servers during CI. When I publish from Visual Studio 2010 I have a "Leave extra files on destination" option, but I can't seem to find a flag for this functionality when invoking MSDeploy from the command line. Does anyone know how to do this?? ...

Replicating / Cloning data from one MS SQL Server to another

Hi, I am trying to get the content of one MSSQL database to a second MSSQL database. There is no conflict management required, no schema updating. It is just a plain copy and replace data. The data of the destination database would be overwritten, in case somebody would have had changed something there. Obviously, there are many ways t...

Outlook web access forcing lite option depending where the request comes from

Hi We are currently experiencing problems with OWA when connecting from an external network location using the premium client. The issue is known and they would like to see if there is a workaround. I have been asked to investigate how we can force users to use the light option when connecting from an external location. The problems a...

What is a good enterprise wide logging + notification solution?

(Microsoft environment) I've been asked to look into replacing our current logging solution : MS Enterprise Library, with something else. We are trying to find something that is not just a "logging" solution, rather we would like to find something that would let us monitor the status of many processes taking place, not just capturing...

Creating Orders in Microsoft Dynamics NAV via web services or an API

Hi, I am tasked with creating an API that would allow 3rd party customers the ability to send orders into our Microsoft Dynamics NAV 5.0 SP1. I want to be able to create a SalesOrder in Dynamics NAV not with the client but via an API so i can allow a seperate process to enter in orders automatically. Any help is appreciated in leading...

How can I create a e-newsletter, and also a header for an email [Gmail]?

I don't know anything about anything so please bare with me, Im using Gmail and I want to create a newsletter on gmail, and also a header, but I know how to do neither :(. Please help me, I have Microsoft outlook 2010, but I don't even know hot to set it up...I need it someone to dumb it down to me...Im way too lost. ...

SQL query for SQL compact 3.5 group by problem

SELECT BabyInformation.* , t1.* FROM BabyInformation LEFT JOIN (SELECT * FROM BabyData GROUP BY BabyID ORDER By Date DESC ) AS t1 ON BabyInformation.BabyID=t1.BabyID This is my query. I want to get the one most recent BabyData tuple based on Date. The BabyInformation should left join with babyD...

Detecting child processes

Is there a way (in C++ & windows XP) to detect if one process spawns any other processes? for example, write.exe in system32 spawns wordpad.exe then disappears, is there a function that tells me if the process is about to do this? for those interested i solved the problem using this section of msdn: http://msdn.microsoft.com/en-us/lib...

Java SCEP Messages from a Microsoft SCEP/CA Server

Hello there, A bit of a long shot here, but this site has continued to impress. Recently I've been doing a bunch of work with SCEP (Simple Certificate Enrollment Protocol). Specifically I've been tasked with writing a SCEP/CA server and a client to get certificate from my and other SCEP servers. So I'm really, really close to being don...

Microsoft visual studio auto complete selection problem

Hello. when i am coding visual studio do not select best value. if you look this image you will understand what i mean microsoft visual studio 2010 ...

What does your company use for database access and mapping? Does this make you happy or sad?

I started out at a medium sized financial firm, and everything was done using a home brewed ORM. I've recently moved to a web shop and it's a mix of ADO.NET and linq to sql. I'm wondering what other people are using at their shops, and why? Are you happy about this, or do you wish you were using another approach? Do-it yourself usin...

Which technology to use for purchase ordering system?

I need to create a simple purchase ordering system that I can later expand upon. I want to leverage my knowledge of Microsoft technologies, C#, SQL Server, etc. The first deployment will be used for 1 customer in a niche industry. We will be facilitating procurement throughout Asia for the client. We will need to input products from ...

Footer Not Aligning At Bottom Of Content In Print Preview

To make a short story long, I'm in charge of fixing all these CSS issues of Microsoft SP. One is the inability for the content to print in FireFox (a well known bug that Mozilla seems it won't address). So I have to create a stylesheet specifically for FireFox so the content can print. I already fixed the issue and it prints fine. The p...

What are the similarities or differences between Dynamics CRM vs Dynamics GP (Great Plains)

I am doing research about integrating a product into Dynamics Great Plains. I have worked with Dynamics CRM before but not with Great Plains. I have heard that GP is a different animal than CRM, even though they share the same "Dynamics" prefix, where do the similarities end, and where do the differences begin? Has anyone had any ex...

virtual network adapter - accessible from lan

Hello all, I would like to install a virtual NIC (like the Microsoft Loopback Adapter) which is accessible from the lan. Very similar in concept to what vmware player does (in the sense that its virtualised network adapter looks like it's physically plugged into the lan). Thankyou, Fidel p.s. I know it's possible to bind multiple IP ...

PowerShell, Object = Start Process?

Hi I would like to start the Internet Explorer without extensions and control it. (Navigate to other pages, click buttons etc.) When I use the command: "Start iexplore.exe -ArgumentList -extoff" I have the IExplore without extensions, but no object. I need the object to navigate to different pages and click buttons. "$ie = Start iexplor...

Can I produce a commercial application using Visual Studio Express 2010?

Hi, I've been reading about the commercial use of Visual Studio Express 2010 and according to the Microsoft Express FAQ: Can I use Express Editions for commercial use? Yes, there are no licensing restrictions for applications built using Visual Studio Express Editions. While I think this is referring to VS2008, not 2010...

What does 'Microsoft CDO for Microsoft Exchange' mean from a remote person's point of view?

I've built a product that is fed calendar information, we're going through a beta test phase right now and we've found that when people have: PRODID:Microsoft CDO for Microsoft Exchange We see that in the case of the meeting invite being forwarded to us after the meeting has been scheduled we do not get access to the ATTENDEE rows. I...

Looking for a recursive GUI (Microsoft & Visual Studio)

Is there a component that presents the user a graphical design a layout like VS does? (Only graphical display functionality needed) That is, he/she could place a label, Image or any 3rd party component that draws something (important!). Thanks! ...