I've been tasked with building an application that will primarily run on a Windows 8 tablet. We don't want to build a Windows Store app. We want to build a desktop app that can respond to tablet features like screen rotation/orientation and touch. Can this be done? It looks like there's an...
I've got some code that launches a Java app (via a batch file) on a remote server then waits for it to finish. I need to capture the output of this Java app while it's running. Is there any way to to do this with what I currently have, or is there a better way to start and monitor this app...
I've got some XML like this:
<?xml version="1.0"?>
<BTARNException xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/biztalk/btarn/2004/BTARNException">
<ExceptionDescription>
<errorClassification>...
I wrote myself an extension (Visual Studio Package) for Visual Studio 2012. When triggered, it always opens up a form in the left-hand monitor of my dual-monitor setup. My problem is that I want the form to open up in the same monitor as VS no matter which monitor VS is currently showing in. To...
I've got a page (ASP.Net) that refreshes every two minutes (currently using ASP timer control to call some subs that update a dataset and then bind the results to a gridview). On this page, a user can click a linkbutton that causes a jQuery modal dialog box to popup. Everything works great...
On a remote server, I've got a batch file that executes a Java app. Currently, I'm triggering the batch file with a scheduled task. I'd also like to be able to trigger the batch file or the Java app at will from a Windows app. Unfortunately, I can't seem to get it to work and I'm not entirely...
As the title says: How do you calculate the sum of calculated values? Using the XML and XSLT below, I get a table like this:
Item | Quantity | Unit Cost | Extended Price
1 | 1 | $5.00 | $5.00
2 | 2 | $10.00 | $20.00
3 | 3 | $15.00 | $45.00
Total...
I'm trying to figure out how to create an Excel map for my PIDX XML documents. For each line item in the invoice, there are these two elements:
<pidx:ServiceDateTime dateTypeIndicator="ServicePeriodStart">2013-10-01T00:00:00</pidx:ServiceDateTime>
<pidx:ServiceDateTime...
I've got an application that asks for a couple of values during the installation process and writes them to the app.config file. Does anyone know a way that I can pass these values during an unattended command-line install?
The values are normally captured in a "Textboxes (A)" dialog box that...
We're looking for a VOIP system to replace our EXI-IVX X-Class system. So far, we've looked at Avaya's IP Office IP500 v2 and Tohshiba's IP Edge EM Server. Right now, we're leaning towards the Toshiba system due to it's slightly less long-term costs and it's relative simplicity. Could someone...
I've written a Windows Service and need to encrypt the database connection strings as well as a couple of strings added as application settings (username and password for the service). Using some information that I found on CodePlex...
I'm working on a site that uses Active Directory for authentication. I want to display certain menu items based on the users' group membership. How do I do this? I've tried tons of examples from around the Internet, but nothing is working. I'm guessing that I'm missing something relatively...
I've recently been introduced to LINQ to SQL and am trying to figure out how to use it with a stored procedure that generates multiple result sets. By default, only the first result set is returned. How do I get all seven of the result sets? I've Googled a bit, but I can't make any of the...
I've got an application that runs as a service. I have to make adjustments to the code fairly frequently and will probably need to do so for an extended period of time. It's a bit of a hassle to develop/test the code locally as a straight app, modify it for use as a service (usually just...
I've got a server running Windows 2008 R2 Standard. We've got some consultants setting it up for BizTalk 2010. It's part of our internal domain (internaldomain.mycompany.biz). Since we needed an SSL certificate for BizTalk, we purchased one along with an external domain name (mycompany.biz)...
When you're trying to save a file created from a template, is there a way to set the file name that you want to use rather than using the auto-incremented file name?
For example:
I have a template named "MyTemplate.xlst". When the user wants to create a document using this template, the new...
I've been playing with this code that I found which allows me to click a button in an Excel 2010 spreadsheet and generate an email (Outlook 2010) with an attachment. It works fairly well except for one thing: Once the new mail window is closed (either by cancelling or sending the message), I...
I'm exploring different options for sending messages using Outlook 2010. Basically, I need the user to be able to create special messages all day and then send them only when he's attached to my network. However, he still needs to be able to send and receive normal messages throughout the day...
I've got a user that works in remote areas where there may be little or no Internet service. His procedures include generating a couple of files that need to be sent back to the office at some point. The size of each email is somewhere around 3MB and will probably be sent via Outlook 2010. If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.