microsoft

Internet Explorer 9 VHD

Hi When trying to test across multiple versions of Internet Explorer (6, 7, 8) I have in the past used the Virtual PC Console and mounted VHDs available from Microsoft. I am running Windows Server 2003. This system seems to suit me, although now IE9 is on the scene I wondered if anyone knew of a VHD for the IE9 beta? Cheers Sniffer ...

PHP csv functions, Microsoft safe?

Hi there, I have been looking into the php fputcsv function, and have heard some comments that the files created using this method will not work on microsoft excel, is this correct? Comment on php.net since PHP is generally *nix-based, it makes sense that the line endings are always \n instead of \r\n. However, certain Micros...

Microsoft dynamic CRM Costume activity trouble

hello stack overflow im trying to add a costume activity to my CRM server according to this walk-through: http://msdn.microsoft.com/en-us/library/ee704600.aspx when i try to publish a work flow with my activity i get an error. the trace flie says : >MSCRM Error Report: ------------------------------------------------------------------...

Microsoft Smart Client Composite UI

I have been trying to run the project given in this MSDN Magazine but am unable to do it. There is reference to Microsoft.IntegratedDesktop.Controls.StackBar namespace in one of the project but I'm not able to find the DLL that contains this namespace. Please help. ...

How to enforce a Square number constraint in Microsoft Solver foundation OML?

I want to limit the result to only square numbers ( I am using excel plugin). How do I enforce this? As in, Minimize Goal X subject to a condition that X is a square number. ...

Visual C++ 2010 compatibility with VC 2008

I am compiling a program with Visual C++ 2010 but I don't want everyone to have to download the redistributable package to run my programs. Most people that will be using my program already have the VC++ 2008 redistributable package though, so is there a way I can compile it with compatibility with VC 2008? Or is there a place I can down...

macros - complex formula

hi, I have the following excel formulae in different columns: = IF( OR(D2 <1000, D2 = 1000),"5","") = IF( AND(OR(D2 <10000, D2 = 10000 ), D2 >1000),"4","") = IF(AND(OR(D2 > 10000, D2 = 100000), D2 < 100000), "3","") = IF(AND(OR(D2 > 100000,D2 = 100000), D2 < 1000000),"2","") = IF(OR(D2 > 1000000,D4 = 1000000),"1","") so total 5 ...

Is this possible to connect microsoft database from iPhone?

I would like to connect microsoft database via iPhone, is that possible to do so? Is there any third party library required? If not, any suggestions on that?? Thank you. ...

MS SQL Manegement Studio Create Database task

I need to know if the "Backup Database Task" in MS SQL Management Studio, maintenance plans, takes the free space into account or that it only backsup the data part. For e.g. if the db size is 100 MB where 60Mb is data and 40Mb is free space. Will take the backup of the whole db of size 100 or that it will take backup of the 60Mb data. ...

Windows Program to automatically print a Powerpoint to OneNote

I want to pretty much create a Windows application in which you can drag (View: http://yfrog.com/jkcapture3sdj) multiple Power point files into and it: 1.)Sends them to OneNote as a printout http://img690.imageshack.us/i/capture2vj.jpg/ 2.)Saves the file as shown below to a certain directory, and you can choose to save in either 201...

Expression Blend 3 Default Images Location Problem

I'm using Expression Blend 3 to do the visual side of our project. In the project, we have a folder, named "Images", which we want to use to contain all of our image data. In Expression, though, whenever we add a new image, it adds it directly to the project root, and has all references to the image pointed there. Currently, we do all...

Remove MSWord formatting using ColdFusion Regex

We have a lot of data that contains nasty MS Word formatting like this: <!--[if !mso]> <mce:style><! v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} --> <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:Tr...

Centering a subreport on an RDLC

Hello all, i have a subreport on an RDLC that i want to center in the page but i'm having trouble finding anything about doing this. Any help would be appreciated. ...

Best way to notify users of an account that needs to be updated?

I am using Microsoft CRM 4.0. I currently have many accounts that need to be updated by the sales person assigned to the account. What would be the best way to notify the user of the update? Also, It would be nice if there was also a way to notify me back that the task had been completed. I was thinking the best way would be through a wo...

Is there a way to debug with the visual studio command prompt?

I've got a project that I need to get working with 3 compilers (borland, gnu, and microsoft). It works on 2/3 and now I just need to get it working with microsofts. It seems to crash in places that it works fine with the other compilers, so I'm wondering if there is a way to debug with the command line, maybe to get a stack trace or ge...

how to insert a hashMap into excel to draw a graph

I have a hashMap in java in terms of some keys which each key is indicating a flow. Then each value showing statics about each packet belongs to that flow. What I need to do is, to draw graphs for each flow based on those values. for example: Flow1: {[length, time],[],[],...} Flow2: {[length, time],[length, time],[],...} I need to p...

Visual Basic 6 - Office Setup Configuration HELP

hi! i need help to fix my visual basic 6.0. When vb6 start ups, It shows some Microsoft Offices Setup configuration that shows at everytime. If i cancel, I can continue the VB6, But some of component always shows this installation setup again. When I restart the VB Program, The setup configuration also shows everytime... Any ideas to fi...

Copy Table macro for Microsoft word 2007

Hi I have a simple requirement in MS Office word 2007 document. I needed code behind the macro which copies a Table (formatted one) and paste it everytime when I run this macro. The scenario is as follows:- 1. I will copy a formatted table (with 7-8 rows and 5-6 columns, etc) and store it in a macro as button or shortcut key. 1.Whenev...

I would like to know how I can add attributes to the activity entity.

I would like to know how I can add attributes to the activity entity. Currently the default activities are Email, Task, Letter, Fax, Phone call, Appointment, Campaign, Service I would like to add more to the pick-list. I have already tried going into customizing entities > Activities > Attributes > Activity type code. Once I get to the l...

What is the Future of Domain/Entity programming at Microsoft?

I have currently been looking into Domain programming solutions and trying to predicate the future of the technology for my current customer. Where is Microsoft going with this considering that there seems to be many different solutions depending on which technology your looking at. For example there is Entity Framework in .net and als...