Software Development Network Logo
  • Windows Vista
  • VS Express Editions
  • Visual Basic
  • Smart Device
  • Game Technologies
  • SQL Server
  • Windows Live
  • Visual C#
  • .NET Development
  • Architecture
  • Visual C++
  • Windows Forms
  • VS Team System
  • Visual Studio
  • Visual FoxPro

Software Development Network >> Hansjoerg's Q&A profile

Hansjoerg

Member List

Rajeev Gupta
Ido Ran
Alexej
Tony N
Janny
Steve Hansen
lockdon9w
GouletPO
Jano Petras
MartinNorfolk
GlennC
OShah
BringerOD
grandyeti
hinksj
Cornishboy
Chester West
henryjl
Cindy006
DJ_NeedHelp
Only Title

Hansjoerg's Q&A profile

  • Visual Studio Tools for Office It works

    Hi everybody, I know I should not run away from my problems. But what else can I do I have an VSTO Word solution. This part works fine. I also installed it on a other pc than my, and it just works perfect. But there is one small thinh that is missing. And this is where my problem starts: When the user starts "Word" for example. There shlould be a button in the "Standard" Menubar. I tired this with a shared add-in. And it also works but only on ...Show All

  • Visual Studio Gathering output files into a property

    I'm trying to put all the outputs of the build into an itemgroup. Immediately after the Build target I've got this: <ItemGroup> <ZipFiles Include="**\*.dll" <ZipFiles Include="**\*.exe" </ItemGroup> But when I print it it's always empty. Are ItemGroup's evaluated in the order that they're written (in this case after the Build task that creates the .dll's and .exe's) or are they evaluated before any tasks a ...Show All

  • Visual Studio Team System How to cloak some node in source control explorer?

    In VSS, I can cloak some node so I could ignore some folder. How can I do this in TFS SC Thanks! See this blog post. http://blogs.msdn.com/manishagarwal/archive/2005/10/13/480584.aspx --MikeH ...Show All

  • Visual C# unhandeled exception error pls help......

    hi, iam getting an exception unhandledexception additional infromation: instance of an object not defined" some thing like this... could u pls checkthis code and pls help me. as a whole there r 3 thread for normal drawing of lines , fast farward drawing thread, fast reverse thread. i call this 3 as of my requirement in main class. when i call fast farward thread normal threas will be suspended and fast farward thread will be run up t ...Show All

  • Windows Forms How do I disable highlighting on Toolstrip items when the form doesn't have focus

    Using the Toolstrip or MenuStrip controls, items highlight on mouseover.  This is desireable when the form has focus, but when the form does not have focus it is undesireable because clicking the button doesn't actually activate it, it simply set s the focus on the form.  A second click is needed to activate the button.   I'd like the Toolstrip to behave like that of Office or Visual Studio and not highlight the buttons on ...Show All

  • .NET Development There is already an open DataReader associated with this Command which must be closed first.

    I have a rather large ASP-NET-2.0 project that I've been developing for some time. I'm using System.Data.Common classes for all of my data access, and SQL-2005 as my provider. Up to and including Beta-2, everything was working just fine and dandy. Then, with the release of RC1, I suddenly started to get the following error:: There is already an open DataReader associated with this Command which must be closed first. This totally threw me, b ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectDraw multi-threaded blitting

    The MSDN documentation for DirectDraw7 "Blitting to Multiple Windows" states that "Creating multiple DirectDraw objects that blit to each other's primary surface is not recommended." What about creating multiple DirectDraw objects that blit to their own surfaces in the same window I can understand why mixing and matching primary surfaces between DirectDraw objects could be a source of trouble, but I haven't found anything wh ...Show All

  • Visual Basic starting interactive process from windows service

    Hello there, Don't give any suggestions or ask why i need to do this because i have spent too much time with it witout any success. I have a windows service running under system account, interacting with desktop. i need to launch a Gui application written in vb.net(or any Gui app) from my service(also written in vb.net). i am monitoring a program and need to restart when/if it dies. I can launch application and it does show up the gui, user c ...Show All

  • Windows Forms Loading afile into a field for a particular record in a db table

    Hi, What will be theC# equivalent of: mStream = New ADODB.Stream mStream.Type = ADODB.StreamTypeEnum.adTypeBinary Call mStream.Open() mStream.LoadFromFile(TmpFile) rs.Fields("Report").Value = mStream.Read // load the whole file using ADO.NET. Thanks in advance Hi, Found the solution by read ...Show All

  • .NET Development object in AppDomain

    How can I create an object in a given AppDomain The CreateInstance method does create object with given activationAttributes but I want to pass some arguments to the constructor. ...Show All

  • SQL Server What are the current best practices for standardizing report layout and appearance?

    I am accustomed to the Actuate enterprise reporting system in which it is very easy to define reusable page formats that standardize things like page layout, margins, logo placement, page header and footer formatting, etc. You just drag and drop a page layout from your component library to inherit from it, and ensure that all your reports have the same consistent format. What if any features and tools are there to accomplish this in 2005 Reporti ...Show All

  • .NET Development Creating XMLSerializer Assembly using Sgen

    Hi, I am using sgen to create MyAssembly.XMLSerializers.dll . But the assembly is created as MyAssembly.XMLSerializers.dll.Deleted . Any idea of why is it so Regards, Jeevanantham ...Show All

  • Visual Basic VB 2005 Compiler Optimization Discussion

      There's been something percolating in the back of my mind. I come from a computing environment that preceeded windows and the Intel Architecture and instruction set. n comparison to the instruction set that i'm used to, the Intell instruction set looks like a house wreck which may or may not be important to the discussion at hand. Everyone knows that moderators agree on everything and that in moderator space we just stand in love ...Show All

  • Software Development for Windows Vista Getting audio files' extended attributes

    Hi everyone... I hope I'm posting in the right forum for this question. I origianlly posted this in the VB.NET development forum, as that's the platform I'm using (original post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=230192&SiteID=1). But it's really a Windows API question... I have a couple of applications that find all the .WAV and .MP3 files in a folder (and its subfolders), reads their headers, and repo ...Show All

  • SQL Server Compilation/sec is more on production where recompilation / sec is zero

    Hi Team, Our production Environment is SQL server 2000 with SP3. I noticed lot of compilation/sec (where recompilation/sec is closed to ZERO). I know every stored procedure will get compiled initially then it may get recompiled for lot many reasons & I have very good understanding of reasons for recompilation & lot of document on that. Where as I am trying to understand what causes for compilation. I noticed we are not using ...Show All

©2008 Software Development Network

powered by phorum