Microsoft Corporation is an American public multinational corporation headquartered in Redmond, Washington, USA that develops, manufactures, licenses, and supports a wide range of products and services predominantly related to computing through its various product divisions.

learn more… | top users | synonyms (1)

0
votes
1answer
21 views

Microsoft Excel - get the first word from a cell to use for IF statement

Basically, all I want is that excel to recognize the first word that I assigned for a specific cell. For example, if I put 'Orange Fruit' to A1, I want excel to assign 'The fruit is Orange' to B1. ...
-3
votes
0answers
18 views

Store Outlook web mail to Mysql Database [closed]

i want to store outlook web mail to MYSQL database. how can i do that ? is there any efficient way to do this ?
0
votes
1answer
16 views

Microsoft Ajax intellisense for visual studio 2012

I am having a hard time enabling intellisense, when using some Microsoft ajax global functions like $get. Is there a way to make it work in visual studio 2012. I tried using the reference below ...
0
votes
1answer
12 views

Update column in Excel spreadsheet on change of another column

I am creating an excel spreadsheet and I just want to know whether is it possible to update one column on selection of an item in another column. ex: I have a list Country in A column and list of ...
0
votes
1answer
16 views

How to branch a TFS Team project that has no branch folder

i have a Team project like this: DefaultCollection -Project 1 -Project 2 -Project 3 -Somefile.txt -Somefile2.doc All files and projects are in the root of the Team ...
0
votes
1answer
13 views

Need to populate master list from many different sheets in excel

So lets say I have 3 different sheets each with information on them like this: Sheet 1 Sheet2 Sheet 3 item1|2 item2|7 item1|4 item3|5 item3|6 item6|2 item9|7 item8|4 item7|8 ...
1
vote
1answer
9 views

MS Excel Payback Period Formula to Display Year / Compare Cumulative Totals in Separate Rows

I am working on a project that is supposed to compare the cost of automation vs non-automated call analyzing and then tell you what year the payback period will be. I am having issues trying to get ...
0
votes
1answer
13 views

Microsoft Script Control - Expected “Then”

I've been developing some software to help organize my files better. To do this I have developed a script generator using Microsoft Script Control that then runs on files in a directory and returns a ...
0
votes
0answers
17 views

How do I change the default mapping for SQLXML?

Quoting this reference: http://msdn.microsoft.com/en-us/library/dd571237.aspx [...]the xml data type can be mapped as a String, byte array, stream, CLOB, BLOB, or SQLXML object. String is the ...
0
votes
1answer
15 views

Interop.office.word.dll , Object reference error after publishing

I am using interop.office.word.dll to open word document from asp application and it is working fine on my application if i am running the application on code level , but after publishing the ...
0
votes
0answers
4 views

Expression Encoder SDK for screen capture and live broadcast

I want to capture screen of my desktop in video without time delay and simultaneously live stream broadcasting of that video over HTML or aspx page. i tried with Microsoft Encoder SDK which is having ...
0
votes
2answers
16 views

How do I insert a picture into the top of a page a word document without leaving blank spaces?

I am trying to insert pictures into a word document to be on the TOP of the inserted page. If I choose "Top Center" or "Top Right/Left", the complete paragraph from the proceeding text jumps to be ...
0
votes
2answers
39 views

How to calculate with date ranges

Ok this coding piece - the TAT - may be simple for you but I am beating my head over this. This returns the # of toys for each girl Select Toys, Count(Girls), TAT from Table1 (nolock) i.e. Girl ...
0
votes
0answers
19 views

Auto email using data from continious forms control

I Have a continious form and I needed the data from a control [cboProductLength] to populate in my email in a list and its only showing the last record in the list in my email. How can I get it to ...
-1
votes
0answers
9 views

Linear Solver in Microsoft Solver Foundation

I'm trying to migrate a linear solver from Excel to the Microsoft Solver Foundation and I'm running into a problem with the last constraint. I'n excel the final constraint is that all previous ...
0
votes
1answer
17 views

How to replace <<A1>> to «A1» in microsoft word

In Microsoft word, I need to replace the word "<< A1 >>" to "«A1»". After the Find & Replace Process that word is look like "A1". I don't know why. I need «A1» to apply mail Merge concept. ...
0
votes
0answers
10 views

SHAREPOINT TASKS, OUTLOOK, Finding/removing USERS that have connected to a tasklist on sharepoint using Outlook

This is the first question I've asked (I think) and I've been searching everywhere for this. I'm not sure if this is a really elementary and obvious question (would explain the lack of anything on ...
0
votes
0answers
7 views

How do I name and move an inlineshape from a word doc into a folder in my documents?

I have a word document I have saved as a webpage. I want to replace every image that has been extracted and saved in the web page folder with code. I am unsure how to replace the images with code. I ...
0
votes
0answers
19 views

Developing for Microsoft Mediaroom

My ISP also provides me TV and I have a set-top-boxes for the TV with Microsoft Mediaroom. I've seen on the internet a couple of apps for Windows that control the set-top-boxes, basically emulating ...
0
votes
0answers
5 views

How to Create a webapp mail client for microsoft exchange

I want to create a webapp e-mail client, for microsoft exchange. It should use form based authentication or certificate based authentication. Please suggest a way. The language I plan to use are ...
-5
votes
0answers
19 views

Automation of Microsoft Project? [closed]

Is there any sample code that demonstrates using C/C++ or MFC to automate Microsoft Project 2003, 2007, 2010 and 2013?
0
votes
0answers
11 views

Driver building on Visual Studio 2012 ultimate edition

I'm new to Visual studio 2012 , i was working on VS2008 earlier. i'm trying to build kernel mode driver using VS2012. but for each driver i open, i'm getting one driver project and one driver-package ...
0
votes
0answers
19 views

“Microsoft Visual Studio is waiting on an internal operation to complete”

I get the Microsoft VS Delay Notification pop up consistently when I am trying to attach the debugger to a remote process (Native only, with no authentication). The process runs as a service on the ...
0
votes
1answer
17 views

MS Unit Continuous Integration with TFS

I'm tasked with creating a Continuous Integration build for our project with TFS, and one of the requirements is to create unit test continuous integration with MS Unit. How can I set up TFS to use ...
-1
votes
0answers
21 views

Unable to connect to Microsoft Exchange server in iphone via any API/SDK

How to connect to Microsoft Exchange server as it happens in Mail+/Sparrow(iphone).I am using chilkat and MailCore. Chilkat is connecting to most of the servers like GMAIL (IMPA/POP) etc. and also ...
0
votes
2answers
41 views

Anonymous cast type exception

I have a LINQ to EF query in which I select some columns of the entity t_Klantenhistory. This query is the items source of the datagrid dgHistory. Auto generate columns is set to true. When I want to ...
0
votes
1answer
18 views

How do I make DIA release its lock on a pdb file?

How do I make DIA release its lock on a pdb file? I load a pdb and create a session as shown below, and it all works fine, I can use the session to get data from the pdb. When I'm finished with the ...
0
votes
1answer
33 views

Using ffmpeg static libraries in an visual studio explress C++ 2010 project

As the title says, I have been trying to get ffmpeg/libav libraries to work in MSVC++ 2010. However, I keep running in the following error while coding on debug mode. code: extern "C" { ...
1
vote
0answers
17 views

Microsoft Expression Encoder alternative

Is there any good commercial alternative to Microsoft Expression Encoder 4 PRO? I need to encode two SDI video sources to Live Smooth Streaming / IIS Media Services. I can’t find any encoder SDK ...
0
votes
0answers
32 views

Enable compression in Windows Azure

How to enable compression in Windows Azure? I am trying to deploy my web application developed in java (OfBiz) on Windows Azure Cloud. I am not using Apache. I am using tomcat only. How can I enable ...
0
votes
0answers
11 views

Team Foundation Server(TFS) on an enterprise level

I have been having tough times in making this happen on an enterprise level .I have been an user of Microsoft source safe for all these years and now we would like to shift to TFS .I would like to get ...
0
votes
0answers
43 views

No defaultview of datagrid

I want to filter data that's loaded in the datagrid. This datagrid is bounded to an entity of EF. I read different posts on the internet about filtering and from all those posts I could create the ...
0
votes
0answers
13 views

XWPFRun.setText() doesn't seem to respect line breaks or tabs?

Here is the sample code, the "\t" not work for this setText method?: XWPFDocument document = new XWPFDocument(); XWPFParagraph tp = document.createParagraph(); XWPFRun tRun = tp.createRun(); ...
0
votes
0answers
23 views

Fujitsu fi-6130z scanner doesnt work on Windows server 2012 using Remote Fx USB Redirection

I'm using Wyse WES7 SP1 client and using RDP, i'm connecting to RD Host Server 2012 standard edition with Remote FX enabled. scanner is able to redirect using Remote Fx and i've installed appropriate ...
0
votes
1answer
37 views

Two records being added to table MS Access

I have a form which allows the user add a record to a table but when the Create Operation button is clicked two records are added to the table instead of one. When I add a second the extra record is ...
0
votes
0answers
19 views

Silver Light 3 Bing Maps Pushpin Location Animation

I am using .NET with SilverLight 3 and I need to animate a BingMaps pushpin from a location to other location using DoubleAnimation. So please help me as I need the point here from this demo to ...
0
votes
1answer
21 views

is it necessary to use Microsoft approach in every class for finding software maintainability?

For finding software maintainability by using Microsoft approach, where normally we have to use following method MI = MAX(0, (171 — 5.2 * ln(HV) — 0.23 * CC — 16.2 * ln(LoC)) * 100 / 171), Where, ...
0
votes
1answer
12 views

Time offset of “Recognized Phrase” in Microsoft.Speech.Recognition

Using Microsoft's Speech API I'd like to have it recognize a specific phrase then return to me the time in which the phrase was detected in the audio. For example: phrase: "I like apples" audio: 5 ...
0
votes
1answer
9 views

How do I write an “OR” statement for MS Access?

Add a validation rule for the Level fiesld to store only values equal to 1 or 2
0
votes
4answers
42 views

Send automated e-mail to new user aspx

When someone registers on my website he/she also needs to fill in his/her e-mail address. After clicking on the ''Register''-button the system needs to send an automated e-mail to the e-mail address ...
-1
votes
0answers
9 views

How to increase the minimum partition shrink size? [closed]

I have a 1TB hard drive and I like to create a new partition to install a new OS on it. That's no problem at first sight, because I have around 250 GB free. However, when I try to shrink my main ...
0
votes
0answers
16 views

What problems can occur if I link a MT DLL with a MT application

What problems can occur if I link a MT DLL with a MT application. Even though both MT, will still exist two distinct copies of the CRT? What problems or limitations may occur? Compiler: VC++, MT: ...
0
votes
1answer
40 views

SceneNode (layers), Deep Zoom Composer and Seadragon Ajax

I'm using the DeepZoom Composer to layer different images on top of the other, with each layer on top being smaller. (Similar to http://msdn.microsoft.com/en-us/expression/cc745977.aspx) Is there an ...
0
votes
0answers
20 views

Creating cropped pdf documents

I use Powerpoint to create/assemble/annotate illustrations for a book I'm writing. The illustrations need to be in pdf form, ultimately, and they need to be cropped, so that the pdf page is just a ...
1
vote
1answer
34 views

Thread.Sleep not working in Visual Studio 2012

I just found out about Thread.Sleep() and read a lot about it here: How to add a delay for a 2,3 seconds The method doesn't get recognized when I try it in Microsoft Visual Studio Express 2012 to ...
0
votes
0answers
37 views

ClickOnce Visual Studio install

I am having an issue with Visual Studio 2012 for Windows Desktop. I accidentally deleted the ClickOnce extension and now I can't deploy with ClickOnce. I searched and could not find it on Google or ...
0
votes
1answer
44 views

ASP.NET - How to pass value for paramters in Crystal Report?

I found some ways by search google but it's not work for me. Here is my code: thongkedonhang rpt = new thongkedonhang(); ParameterFields pfields = new ParameterFields(); ...
0
votes
0answers
20 views

Microsoft Translator API java

I'm developing a web app (in java) in which the admin creates some forms. When a user fills a form of those created by the admin, I would that he/she can see each name field translated in his/her ...
0
votes
0answers
39 views

Setting the control source of a text box

What I am trying to achieve is to have a combo box determine what table the subform boxs are bound to, I have 4 tables with all the same coloumns and I want to be able to create a record and save it ...
-2
votes
0answers
8 views

Basics of Payment Processing [closed]

I was wondering if anyone could provide me some information about Microsoft certifications. I am a junior - mid level developer and would like to move up to senior roles and architecture in the next ...

1 2 3 4 5 59