blah blah blah is here! blah blah » Close

0
votes
0 answers

Convert XslTransform to XslCompiledTransform

Hi - I just converted an ASP.Net web app from 2.0 to 4.0 and the XslTransform code that I inherited no longer works in 4.0. I'm told I need to change the code to use XslCompiledTransform. Fine - but I can't figure out how to get XslCompiled ...

0
votes
1 answers

Opening IE7 without menus or an address bar

I have a VB.Net Windows Application that opens IE7. I've been asked to open IE7 without menus or an address bar. I can't figure out how to do it in VB, is there a way to do it in C#? It's a tiny app; I could easily rewrite it if I could ...

0
votes
1 answers

Programming to Exchange 2003

Hi - we need to build a Web page (or Windows form, but the former is preferred) that will allow a user to input Outlook contact information and then specify which users/mailboxes the new contact should be propagated to. We're not clear if ...

0
votes
1 answers

Getting user ID's for remote sessions

Hi - I have some VB code that I'm trying to translate to c#. The code has a few WMI calls in it, and I'm stuck. Specifically, my VB code has the following: 'identify remote sessions Dim strComputer As String = "." Dim objWMIS ...

Feedback