Software Development Network Logo
  • VS Team System
  • Microsoft ISV
  • SharePoint Products
  • SQL Server
  • Audio and Video
  • .NET Development
  • Windows Forms
  • Visual Studio
  • Visual C#
  • Smart Devicet
  • Game Technologies
  • Windows Vista
  • IE Development
  • Visual C++
  • Visual Basic

Software Development Network >> Jens Sauer's Q&A profile

Jens Sauer

Member List

MillBear
Aamir Iqbal
J. Clark
chaza
PublicError
Sergey Bereznikov
Angry Coder
Bobby110uk
rguarino
Victor Hadianto
mharoun_ca
Fredrik Melin
onursen
Sean_Sinclair68127
Tim Windsor
SurreDeth
bkejser
Kennon2005
kidwidahair
windoze
Only Title

Jens Sauer's Q&A profile

  • Visual Studio Tools for Office How to count no of non space characters in Word.range object

    ( I am using vs 2003, .net 1.1 , office 2003 , word object library 11.0 ) I am using a statement like objCurrentRange.SetRange(objParaRangeStart, objParaRangeEnd) and I want to check whether there are any characters , shapes , images or anything except ( space , tab , line and paragraph marks ) in the objCurrentRange. How to check it Please help me. Thanks in Advance. Rama Krishna Hi Rama Ah, sorry, my brain is so used to thinking in Word shortcuts I forget that others may not see things the same way. Yes, a Character returns a range. A range object always has a Text property. You want to compare against CurrentRange.Characters(i).Text Note: If I'm not mistaken, the Characters collection (like most Wor ...Show All

  • Visual Studio Team System Webcast

    Hi, I am looking for VSTE for Testers webcasts. Can anyone point me to one 10x, Hi, below link has a demo on VSTS tester. http://www.microsoft.com/downloads/details.aspx FamilyId=88F7CB8B-473B-4ED5-BA47-ABBC06D0048E&displaylang=en This link point to on-demand webcasts http://msdn.microsoft.com/vstudio/teamsystem/community/webcasts/default.aspx look for "Development and Testing" Thanks, Anjana [MSFT] Microsoft Developer Support This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. GSE and Vista

    So I heard on letskilldave (and the FAQ mentions it too) that there will be no Vista support for awhile, but I was really curious as to what the policy of GSE on Vista was. Is there some technical reason that it will not run, or is it something discouraged due to lack of testing e.g., will I be able to convince it to run by fooling/mangling the installer, or will it explode when I try to do anything with it Having just installed Vista 5536 on my best machine (the one sitting next to my 360 and the one with a new video card) and loving it, I don't think I could stand switching back to XP. I also need to do some ‘real’ dev under Vista, so that makes things difficult too ;( Thanks for any info anyone knowledgeable can ...Show All

  • Visual Studio Express Editions String it together

    Hi, Please let me know if there is away to manipulate a string so that if there is a comma directly after a number [see below] then it is replaced by a space. Before AXA_Data, 39, Trust_Acc, Jersey, T=Y, ********,***,**** AXA_Data, 372, Trust_Acc, Malta, T=Y, ********,***,**** AXA_Data, 03, Trust_Acc, England, T=N, ********,***,**** After AXA_Data39, Trust_Acc, Jersey, T=Y, ********,***,**** AXA_Data372, Trust_Acc, Malta, T=Y, ********,***,**** AXA_Data03, Trust_Acc, England, T=N, ********,***,**** I hope it makes sense, Jason Hi thank you for the prompt response and wonder if you can tell me how to modify the code so the output could look like the following: ...Show All

  • SQL Server Script Source: Error on truncation etc

    I have a script source to deal with a source that has different "record types" (first 3 columns are the same then the remaining 2 to 30 columns are different based on the record type). Script source was working fine... then one of the columns that I had set to String with length of 2 came in with a length of 3 (which is not per spec)... instead of failing - all the columns after the one that had the bad value were null and the script just stopped as soon as it hit that.. AND said it was success.  Which means it imported the data incorrectly and since the script says it was a sucess you'd never know anything went wrong and it only imported 30 rows instead of 10k+ Any ideas on how to capture this error Code (shortened ...Show All

  • Visual Studio Tools for Office VSTO Excel Deployment; Need Help; Please Reply

    I have already created a setup that works for a local install of my  "TestExcelTemplate" as long as the pre-requisites exist on the target machine.  The problem is, I need to know how to deploy the Template in a "distributed fashion" - to users that may or may not have the pre-requisites. Consequently, I have been working through the article below to help with my deployment: http://msdn.microsoft.com/office/default.aspx pull=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerOverview.asp I am at the point where I am trying " To prepare the Office application and primary interop assemblies check ". I need to add the correct pre-reqs to my "bootstrapper".  I tried running the ...Show All

  • Visual Studio Tools for Office Install VSTO 2005 failure

    Hello, I downloaded the new VSTO 2005 (for Office 2007). When I try to install, I get the error message: Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System can only be installed on a machine with the corresponding Visual Studio localized edition. Please install the matching Visual Studio 2005 localized edition and then run Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System setup again. Can anyone tell me what to do I have installed the following programms: Office 2007 (german), VS 2005 (german)... Thank you John Hey! We ARE tuned but... one month and a half passed and yet no clue on when the localized versions are going to be released. I h ...Show All

  • Smart Device Development Sound manager on smartphone

    Hi, I want to add a ring type with sound manager. After refering to Windows Mobile 5.0 help, I found sound manager would call appropriate ring tone handler to playback ring tone. The most default handler of rings is XME EventSound Player(XMEEvtSnd.dll). Take example for mp3 ring type or wma ring type, the ring tone handler is also XME EventSound Player. Whether XME EventSound Player uses DShow when it plays media files Whether XME EventSound Player can call my source filter if I writed a DShow source filter as preferred mp3 source filter Could you please tell me where I can find information about the way XME EventSound Player calls DShow source filters I have a problem that I cannot identify with W ...Show All

  • Visual Basic Web Browser project

    I am working on a very simple browser, mainly for quick web surfing without the need of menus, favorites, and other fancy features seen in other browsers. The problem is, im quite new to this programming language, and i barely got anything out of what little time i had in Introduction to Computer Programming (using Visual Basic 6.0) before being pulled out of that class to make up a required credit. Im clueless as to how to get the WebBrowser object to respond to the input in the AddressBar, and display the site the user types. Any help on this would be really greatful. Thanks Well, I'm not sitting at my main computer (the one with VB installed) so I can't be exact. But I believe it is in the project properties. (Found in the " ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3D VERY slow on the XBOX

    Im having a hard problem getting good FPS rates on the XBOX, everything turns around and gets alot slower. Does anyone have a solution, or reason for this That sounds like you now have a different problem, since GC overhead is totally gone in this new profile. What resolution are you running in, and what sort of screen is your Xbox connected to I'm wondering if this could be a problem with the game update rate not being quite in sync with the refresh rate of your screen ...Show All

  • Visual Studio 2008 (Pre-release) LINQ to SQL: Bugs and desperately wanted features

    We have been using the LINQ May 2006 CTP (VS2005) for some time now, and we are very eager to get our hands on the upcoming Orcas March 2007 CTP. However, after reading blog posts and chat transcripts, I've found out that the next Orcas CTP is going to be " on par " with the May 2006 CTP. This sent a cold chill down my spine, since the May CTP is so buggy that we cannot use it for even the most simple tasks... Will the Orcas March CTP include lots of DLINQ bugfixes, or just the codebase from May 2006 CTP Things we desperatly need fixes for include: 1. The @@IDENTITY bug. When inserting rows into a table with a trigger the wrong identity is returned, and thus LINQ gets out of sync. Use SCOPE_IDENTITY() instead! 2 . The ColumnAttribute ...Show All

  • Smart Device Development CCommandBar: yet another problem

    Hello, I developed MFC dialog-based application with eVC 4.0. Now I'm trying to make it work on MSVS 2005 beta 2. I replaced CCeCommandBar with CCommandBar, but its functionality not the same. Really, I can't understand why should Microsoft replace working class with another one, which has more bugs :) The problem is that after inserting menu bar (InsertMenuBar) previously loaded toolbar gets invisible. If I change the order of these functions' calls (first, InsertMenuBar, then - Loadtoolbar) everything works well. But I need my toolbar to be on the left... so help me please :-) Please check my blog link at the following location. I havedescribed  about 4 possible options here http:// ...Show All

  • .NET Development TCP Listener issues .. Please help..

    I've tried to make a simple TCP Listener, but keep running into a few problems that I don't know howto resolve.. First the code: Private Sub StartListener() 'Dim ipAddress As IPAddress = Dns.GetHostEntry("localhost").AddressList(0) 'Dim ipAddress As IPAddress = Dns.GetHostEntry("localhost").AddressList(0) 'Dim myListener As New TcpListener(ipAddress, portNumber) 'myListener.Start() myListener = New TcpListener(ipAddress.Any, portNumber) myListener.Start() AddMainChat( "*** Ready for connection on Port " & portNumber & "..." ) isConnected = "yes" StartButton.Text = "Stop Server" While True Try Dim tcpClient As TcpClient = myListener.AcceptTcpClient() AddMainC ...Show All

  • Internet Explorer Development hyperlinks won't work in IE7

    On some pages on my website, hyperlinks don't work. Basically, on certain sections of certain pages, IE7 won't seem to recognize mouse activity at all. Look at this page as an example: http://www.nytheatre.com/nytheatre/chor3550.htm On my screen, the main area of text is accessible, but the two sidebars (left and right) are not--and when you try to hover over them to access hyperlinks, it's as if the links aren't there. This seems to happen only when there's an image in the main division that is floated left. I am using CSS styles to define all of these divisions and their attributes. Has anyone seen anything like this These pages always worked in IE6 and they work in Firefox. I am not able ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cannot run XNA projects

    I have directx sdk august 2006 release and .net 2.0 framework, c# 2005 express, & xna express Creating a new project, without adding any additional code, the project will not run under start with/ or without debugging. I have tried the multiswap fix in other posts. Okay, thanks alot for the help though. I have a laptop and another computer to try it on. Sorry about the earlier mult-posts, my browser kept showing the posts didn't go through!!  :) Tried it on the laptop at home, runs fine with no problems!! Thanks ...Show All

©2008 Software Development Network