ms

Microsoft Agent in Windows terminals

Hi! My (potential) customer is using Windows Server 2003 and students computers are just terminals. My application relies heavily in Microsoft Agent technology and now customer is complaining that the application gives errors about "not supported". I wonder if it would help if MS Agent would be installed into local computers - does it ...

Start to start dependency with lag less than zero.

Suppose you have two tasks A and B both of 1 day duration (they start the same day). I set start-to-start dependency on them, which means that task B can't start until task A starts. Then I set the lag to -1. Now task B starts before task A. Can someone please explain it to me? I am a little bit confused. ...

CRM plugin to update attachment.

Is it possible to have a plugin or workflow change the properties off a word document when it’s uploaded to an entities notes. For example, add the GUID of the letter activity to the word document attached to it? Thanks for your help in advanced. ...

Microsoft Web Expression 3.0 syntax coloring.

Is there any way to import Visual Studio 2008 color schemes into Expression Web 3.0? I can change the font and the size of the font, I can also change pretty much every aspect of the coloring from the menu Tools->Page Editor Options... but is there a way to IMPORT settings from VS 2008, I don't want to set everything manually. ...

having problem in opening Ms Office files into webBrowser

Hi, im trying to Open multiple Ms Office files like Excel,PowerPoint & Word in my webBrowser, it works fine when im using Ms Office 2003 in other pc, but when i try to run the same application in another pc having Ms Office 2007 then instead of showing the MS Office file in webBrowser, it Opens the file in Ms Office. Does anyone know the...

MS ACCESS How to drop a column with primary key.

I want to drop a column from table in access which is the primary key. how can i write a query for this. ...

VB Script and Access

I have a vbscript which does the following: Open an access 2003 database Run a subroutine to populate the tables in the database Close the database Run a batch file which uploads the database to an ftp This vbscript is set up to run as a scheduled task in windows XP. When I manually run the script, everything works perfectly. If I ha...

How to add particular value in starting of each row of an excel sheet

hello, i want to ask a question related to MS Excel. I have an excel sheet containing website addresses. The records counts nearly 3000. Now i want to filter it so that duplicates can be removed but the problem is that many web addresses (almost 2000 or so ) in my excel sheet start with httpfor example "http://www.google.com" and the r...

Export multiple queries to different tables

I need to export; Multiple queries to different tables of ms access database from ms sql. I know it is possible by taking each query and export it to a single table and repeating the same for different queries. What i want to know is... can it be done in one stretch? suppose there are three queries and each query output need to be in...

Linux based MS Office thumbnail generation

I've been taken on board to work on a PHP based web application. One part of the application generates thumbnail images for MS Office documents on demand, and it uses MS Office + the VeryPDF docprint utility to do this. Because of this one requirement, the system is running on Windows Server 2003 + IIS. I would prefer to have the syst...

Web download to MS Excel

Hello All: I am pretty computer illiterate so please excuse my ignorance I am trying to download data from a particular website in MS Excel. Web link is: http://www.nseindia.com/marketinfo/companyinfo/eod/Shareholding/shareholding%5Fmain%5Faft%5F31Mar09.jsp?nds%5Fid=15836&symbol=HDFC&count%5Fstring=0%7C12%7C0%7C0%7C0%7C0%7C0%...

How to use parameterized queries in vb.net?

How to use parameterized queries in vb.net? Because I always wanted to make a program that could read an ms access database and display results based on your query. ...

WPF, Xaml and the future of MS Development

I am beginning to heavily invest in WPF and was wondering what those more knowledgeable than myself thought as to the wisdom of this decision. Is WPF the way forward? ...

MS SharePoint & Dynamics

Hi, I am planning to learn the following courses on my own. MS SharePoint MS Dynamics Would you please provide any good reference URLs, CBTs and books for this? Thank you.. Regards, Karina. ...

MS Access 2003 - Listbox formatting control

Just some general formatting questions about return records to a list box on a form: I have a list box that returns sets of records based on SQL statement in VB. I need the SQl statement to return the ID (auto number) of each record, because if the user selects from this list box, I need the ID as a pass parameter to the next form. But ...

how to delete records from ms access in vb.net

Ive seen tutorials on the net on how to do it, but the tutorial is not applicable on the program that I wish to do. The tutorial tells you to add 4 navigation buttons so that you can navigate the database(first, last, back, and forward). Then an update and delete button. But if this is what I will do, it would take 10 years to navigate ...

MS charts not working on server

I have started using MS charts in ASP.NET 3.5 with code behind in C# I worked with the charts which worked fine with localhost; but problem startd when i started working on the server i get an error in web config Parser Error Message: Could not load file or assembly 'System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, P...

How to automate Microsoft word 2003 from WPF?

I have a WPF window( using c# as code behind) that has some text fields, and I want when the user press print button take the information on these fields and use Microsoft word 2003 template that has some blank fields to be filled with these info coming from WPF widow. How would I automate word to do this? ...

MS Charts column graph - left aligned with NO lines

Hi. I am working with MS Charts and can produce typical looking charts.... But I need to produce a single column chart (saved as .jpeg) with these oddities: it needs to be in the leftmost position in the chartarea the column needs a title above it it needs a text area to the right it no lines at all: no grids, axis, nada.. (MajorGrid/...

Faking MS exchange whith php

Hi guys, first post on stackoverflow! We are developing a php contact manager. We wanted to create the possibility to sync the contacts with ms exchange enabled phones (android, iphone, blackberry). I found this link http://www.troywolf.com/articles/php/exchange_webdav_examples.php#create_contact but what I need is more on the sync side,...