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

Software Development Network >> Mark Herman's Q&A profile

Mark Herman

Member List

tcorrigan
Nick77
bhavu
Lanex
guptasameer1984
lostantipodean
ProxyProdigy
Luis de Sousa
Veena B N
Darkwings
Amitsriva
Renzo Ruiz
hcNat
Lejing
James Leung
alek31415926
dougnoel
jtackabury
Rajkumar Muthukumar
cdoloriert
Only Title

Mark Herman's Q&A profile

  • Visual C++ Export Redirecting w/ Mangling

    Hi, I'm redirecting exported functions in my library to existing libraries on my system in my .def files. Any guidance/best practice in redirecting mangled-name exports or should I just continue using the below Example: RegCloseKey=COMCTL32.RegCloseKey RegEnumKeyExW=COMCTL32.RegEnumKeyExW 2@YAPAXI@Z=MSVCRT. 2@YAPAXI@Z Thanks, Rafael I sincerely suggest that you find a means of Debugging your export program He ...Show All

  • Visual Studio Tools for Office ActionsPane with a Shared Addin

    Hi, I need to add an ActionsPane with a Shared Addin to a Word Document but I can not find the way... I have a user control and when the user creates a new document i want to show the user control in the task pane. Can i do it with a Shared Addin With VSTO I found the way, but i didn't find with a shared add-in. It is possible Thanks a lot, Juan Here you are referring to objects that exist on different levels. The Actions ...Show All

  • Visual Studio Matrix :: The background Image

    Hi, I've got a Matrix and I've added a sub total row to it. This is like a footer of the matrix and I've to add a background image to it. I tried applying the BackgroundImage property to the MatrixRow but it added the background image to the row header only. I've got 3 columns and the totals for these columns appear without the background image. So I tried applying the BackgroundImage property at Subtotal field. It still doesn't work ...Show All

  • Windows Forms Cntl - A or Cntl-F in a multiline text box

    Why can't I use either in a multiline text box.  Cntl-A is most important for me, rather than having to click at the top and scroll down the whole text. dennist685 Hi, I just sent you a mail containing the project that I tinkered with. Try tweaking it and to find out what part of your code is missing... BTW, got a problem on sending a rar file to gmail. So I removed the extension. Just rename the file to ...Show All

  • Visual Studio 2008 (Pre-release) Binding still dosen't see changes

    In september ctp I was talking that binding dosen't see changes if elements it binds to dosen't exist yet.Bind ListView. ItemsSource = " {Binding XPath=something/*}" not working(ListView is still empty),if "something" does not contains a single element and you add it thereafter-XmlDataProvider.DeferRefresh()/ListView.Items.Refresh() dosen't help here too.The only solution now is explicit rebinding(not user friendly IMHO): lw.SetBinding( L ...Show All

  • SQL Server Can't debug DataFlow Script task

    I have debugged a Control Flow script task and everything went as expected. I put a breakpoint somewhere in my script code, press F5 and execution will break there. However, when I try the same in a Data Flow script, execution does not break! Moreover, when I reopen the code right after I closed VSA, the breakpoint is not there anymore... Any help would be appreciated. Regards, Henk Sebastien Nunes ...Show All

  • Visual C++ Wrong Icon On Title Bar

    Working with Visual Studio 2005, with a wizard-generated MFC application and no doc/view support, I get a generic application icon on my title bar. However, the wizard generated icon, IDR_MAINFRAME, is the icon with the MFC logo. The frame window is created via LoadFrame and IDR_MAINFRAME is passed to it. The program has no other icons associated with it. So why is the generic icon on the app's title bar What's weird is that it is ONLY i ...Show All

  • SQL Server From MySQL to MSSQL 2005

    Hello! I'm installing the MSSQL 2005. And i want to transfrom the DB from my old MySQL DataBase to new MSSQL Database. How can I do this With Import|Export Utils I can't do this task =( Pleasure Help me. Thanks First of all do you have MySQL ODBC driver installed on the same box you have SSIS If you do - did you create ODBC data source ...Show All

  • .NET Development Data Access Layer; how-to use List<> collection obj. w/o reference to specific type

    Here's my scenario: 1. I have a DAL 2. In my DAL, I want ONE function that will transform an ADOReader resultset into a strong data entity object that I will call an Info entity (e.g. WorkerInfo). My info entity contains only properties, and each field of each row of my Reader will provide the content for the property attributes of my object. 3. I can do this easily for each of my different data entities, but I don't want to have to cre ...Show All

  • Visual Studio Tools for Office Why is a hidden VSTO document grabbing input focus?

    I use a number of command line tools to manipulate Word Documents with attached VSTO 2005 assemblies via COM Automation. I am having issues with these VSTO documents grabbing input focus, despite running in an invisible Word instance. Automating non-VSTO 2005 documents (i.e. VSTO 2003 docs or "regular" Word docs without any customization assemblies) do not exhibit the same issues. I am aware that the VS 2005 Debugger (xxx.vshost.exe ...Show All

  • SQL Server Filter a Model Table?

    I am using  RS 2005. I am setting up a Model for use within Report Builder so our clients can write their own reports. A 2 part question, simple question first: 1. How can I filter the records in a Model Entity I thought this would be possible from a Perspective but it is not. 2. How can I filter the records in a Model Entity based on the locale of the person who is logged on And also based on their permissions TIA Is the u ...Show All

  • SQL Server how to connect sql server 2005 cube using visual studio 2005

    May i know how to connect sql server 2005 cube using visual studio 2005 May i have some examples and source code to solve this problem Thanks a lot. ...Show All

  • SQL Server How do i Sort the scripts in my project?

    I know this is a very stupid question, but how do i get my files sorted in a sql project in the Solution Explorer The problem is the following, i am working with a SQL Server scripts project on SQL 2005 management studio... and i have about 100 scripts in the queries folder (and going bigger) and right now is pretty hard to find a script cuz non of them were created in name order... So, how do i order by name this file scripts Take a look ...Show All

  • Visual Studio Creating a new website wizard - where to put the vsz file?

    I want to create a wizard that is kicked off in Visual Studio by using the create new website dialogue such that the wizard will appear alongside the default web application and web service website types. I've got a vsz file that successfully kicks off my wizard and can happily put this into the new C# and Visual Basic project types folders but can't see where to put the vsz in order to have it appear under the create new website dialogue. Any i ...Show All

  • Visual Studio Team System Can't add project Web Parts to home page

    I'm trying to add web parts from the project gallery, just the ones installed by default, but they give this error every time: An unexpected error has occurred. Only the project gallery web parts give this error. If I add one from the "Online Gallery", those work just fine. But the ones associated with the project fail. I have three TFS projects and I get the same error on all three. I also have two other non-TFS SharePoint sit ...Show All

©2008 Software Development Network

powered by phorum