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

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

nzracer

Member List

Ben Taylor
Lisa Ambler
Jay D
dkuik42
oguchi
Kaktusbluete
Janet Fisher
Greg Leepart
guru13
ragintiger
fugacity
dgavarin
Falconetti
shine
Paul Mestemaker - MSFT
SimonH
ImDaFrEaK
Lweek
Dhivager Rathakrishnan
TheWodka
Only Title

nzracer's Q&A profile

  • Visual C# How to write "javadoc" in C#?

    Hello, Could anyone tell me how to write documentation in C#, like you do in java. And how do one compile and view this Thanx:) NDoc is Javadoc for .NET for more information go to SourceForge NDoc uses pluggable documenters to generate documentation in several different formats, including the MSDN-style HTML Help format (.chm), the Visual Studio .NET Help format (HTML Help 2), and MSDN-online style web pages. ...Show All

  • Visual Studio Question: How does the task to get property from MSBuild file

    Hi Experts,   I had created a task, and I have a question. In my task, how does it get information from MSBuild file. I want to know if MSBuild has the way to make the task can freely get information without by task parameter or by parsing the xml file. Thanks, Hercules Zeng You can't get access to all properties.  Tasks should have well defined input and output parameters that they use.  It analogous to the idea of ...Show All

  • Visual Studio Three reports as one report

    I have a report which consists of three pages. A cover sheet, a detail page and a comments page. I wish to implement this in Visual Studio 2003(VB) using Crystal Reports. The user wants to be able to print all three pages at once but sometimes only print the cover sheet or sometimes only the comments page. All three pages have a reference id to be printed. Not sure about the other permutations yet. Do I need to specify a report for each co ...Show All

  • Visual Studio 2008 (Pre-release) An existing PeerNode exists for this Uri with a conflicting configuration

    I get this error whenever I try to have more than one PeerChannel node in the same App Domain. I am able to have multiple PeerChannel nodes running on the same machine if they are in separate EXEs, each with own PeerChannel node (each specifies the same mesh but a different binding port). That works fine. But as soon as I try to have 2 PeerChannel nodes running in the same EXE, or in the same ASP.NET-hosted container, I get this error (s ...Show All

  • Visual C# null error

    if you look at the code below i get this error Object reference not set to an instance of an object. i get the error when this statment runs result = ( int )cmd.ExecuteScalar(); however as you can see i did use the new operator public void RunSQL( ref string sqlstring, ref string err) { string errlocal = "No DataBase Errors" ; int result; err = errlocal; string Connectionstring; ...Show All

  • Windows Forms Where is a good place to store DB Connection strings ??

    Hello- In my web applications - I can store ConnStrings in the Servers Machine.Config file in this format:     <appSettings>            <add key="ConnSomebodyPool"               value="Server=MyServer ...Show All

  • Visual Studio How to add Text template and make available in project

    Hi all, Really a beginners question but I am not able to find any resources on how to add a code generating text template (for adding c# class) and make it available in the project based on the DSL (the exp. environment) to run the custom tool and actually generating the code. Any suggested reading on this or a quick walktrough Kind regards, Ronald     I presume that you've alre ...Show All

  • Visual Studio 2008 (Pre-release) Databound wrap panel...

    Is there any way to make use of a WrapPanel to display items in a collection so that they wrap I cannot find any examples of a wrap panel being used with databinding. Simon ...Show All

  • SQL Server stored procedures, parameter, tablename

    Hello, I would like to pass into a stored procedure the name of a table. Following code does not work. USE pubs GO CREATE PROC test1 @tableName varchar ( 40 ) AS SELECT * FROM @tableName EXEC test1 @tableName = 'authors' I would appreciate it very much if someone could help me with this. Thanks Hello. I think you just need to change your SP as follows: CREAT ...Show All

  • .NET Development COM Interop and Regasm

    I have a VB.NET program setup for COM Interop that works on my PC. When I install it on another PC using regasm with the /codebase option it works on some PCs and not others. I could not determine why it was not working on certain PCs, so I installed it using the gacutil. Now it works on all PCs. Anyone know why regasm does not seem to work on all PCs  (Note all PCs tested are using XP Pro) Thank you ...Show All

  • Visual Studio Express Editions Random Numbers again!!!

    Hi there, i think i have gotten into a bit of a fix... here is the problem: i have used the random obj to generate random numbers between 1 to 90. some times when the application runs, it picks a number twice. for example an output would be 2,8,34,2,67.... is it possible to make sure all numbers picked are only selected once that is if i request for 10 ranadom numbers, each 10 digits would be unique... this is driving me nutts!! ...Show All

  • SQL Server Distributing database with app

    Sorry if this something beaten to death already... What is/should be required for a target client machine to use and connect to a local copy of a SqlExpress database Can't seem to get a db connection established to a different machine through a VB6 app. Installed the sql native client on the machine, but still can't connect. What am I missing, or do I have to distribute/install the entire SqlExpress client Working fine from my development machin ...Show All

  • Visual Studio Tools for Office saving a range?

    Hello. Is there a way to save a range and be able to go back to it. I'll explain why. I'm currently selecting text and then hitting a button (homemade) that takes that texts and creates a page break and puts it onto the next page. But after that I want the cursor to come back up to where I started. That is the part I can't figure out. Here is my current code: Private Sub btnExhibit_Click( ByVal Ctrl As CommandBarButton, ByRef CancelDe ...Show All

  • Visual Studio Team System Deleting TeamBuilds in the RTM

    In the RTM of TFS will we be able to delete past team builds from within the IDE or are will still limited to using tfsbuild delete from the command line Thanks Thank YOU SO MUCH Ling!  Works like a charm!  One question though.  I'm assuming that the build list must contain at least on listitem   I tried importing a new global list for the build list and the schema doesn't allow an <GLOBA ...Show All

  • Windows Forms How to remove imagemargin in a submenu

    I can see how to disable the image margin in a contextmenustrip: ContextMenuStrip1.ShowImageMargin = False but I can't see how to disable the image margin in a submenu!! Any ideas Thanks I don't believe you can.  If you did want to do this I'd have to ask why   It would provide an inconsistent UI to the user.  What if a submenu item had an icon, it wouldn't get displayed.  There really sho ...Show All

©2008 Software Development Network

powered by phorum