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

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

Jaw9

Member List

paschalia
jbujold
Helloooo
Mike C#
WaterworthC
Tom Freeland
Reachkamath
RobClark14
JaviCace
David Godwin
Jamey Maxwell
BobbyRayudu83
Edwardo
amit_ankur
Liviu Antoniu
Peetzore
David Capone
Richard Hardy
ghostek
Bob W
Only Title

Jaw9's Q&A profile

  • Visual Studio Tools for Office building solution containing VSTO on CruiseControl.NET?

    I'm trying to build a .NET 2.0 solution containing VSTO on CruiseControl.NET 1.0. I have the .NET 2.0 SDK installed and regular .NET projects build fine using msbuild. .NET 1.1 solutions with VSTO for VS2003 build fine as well. The 2.0 VSTO project fails because a number of files are missing. Fair enough, but there doesn't seem to be a VSTO SDK I could install. The VSTO runtime does not contain all the files required to build and I cannot install VSTO itself because there's no Office on my build server (it should be as clean as possible). I started by copying all the files it complained about, but I end up with an error message : C:\Pro ...Show All

  • Software Development for Windows Vista Looking for a good working winforms workflow example in beta 2

    I'm just diving into WF for the first time and most of of the sample code I have is in the previous version. I have the book presenting Windows Workflow Foundation which is a very good book and has lots of good examples, but they dont work in beta 2. any resources would be great. Thanks. Are there any plans on updating Presenting Windows WorkflowFoundation I am looking for examples that work in Beta 2 tat match the text of the book. My department is also considering buying a couple copies of the book. I have my own copy. As was stated the old sample code doesn't work in Beta 2, so I told them to hold o ...Show All

  • Visual Basic Saving and Recalling items in a list box

    I am working with visual basic 2005 express edition, and I have a form with a list box on, how would I save items in a list box when the form closes and recall them when the form opens. Thanks Well you have several options. The best one would be to save your list box items into a simple XML file. It should have a structure like this: <items> <item> <value>XYZ</value> <text>dada</text> </item> </items> Then when you close the form you simply write the XML file (Xml namespace) and when you load your form you read the XML and get all the items and add ...Show All

  • Visual Studio 2008 (Pre-release) Running the SdkViewer examples

    Hello everyone, I am having some problem in running the SDKViewer (Presentation Foundation Examples provided by Microsoft). It starts running and when i click on some links to go to a specific example, it raises an error saying that the resource could not be located. Can anybody tell me a solution to this Best Regards, Ranju The SDK Viewer demo was not tested extensively w/ the most recent CTP bits. It has been tested with Beta2 bits and will offer a better user experience when the Beta2 SDK is posted. Please be mindful that the content is only there for demonstration purposes, and is no longer accurate. We're wor ...Show All

  • Visual Basic .NET 2.0 ComboBox

    Curious about combo box in .net 2.0. I have quite a few item in the combo box list. I have AutoCompleteMode = Append And AutoCompleteSource =ListItems For example the item listed as below : Cameron AaRon Ddaddy Normally, we can scroll through all the item in the combo box in two ways. 1. mouse scroll 2. click on drop down button to select. Problem arised. Once I type "C" in the combo box, it autocomplete with "Cameron". when I do mouse scroll again, it won't let me scroll through all the three record above. It only show me Cameron. How am I going to fix this issue Try setting the DropDownStyle t ...Show All

  • Visual C++ Library dependency appears twice

    Greetings, I have a static library project that depends on another static library. In my project in "Librarian->General->Additional Dependencies" I type in the .lib dependency, and in "Additional Library Directories" I have a relative path to the dir containing the .lib. In "Librarian->Command Line" my .lib appears twice - just its name, and an absolute path to the same .lib. I end up with 1000s of LNK4006 warnings because the library is being linked to twice. If I take out the .lib name in "Additional Dependencies" the absolute path defnition in the "Command Line" disappears. How ca ...Show All

  • Visual Studio Just add one XML file. NDoc works for 2.0!

    I really need to generate some documentation under .Net 2.0. I know that this issue has been raised in a previous post few month ago, but no explicit solution has been provided. Also the NDoc project seems dead (as suggest the broken wiki). Does anyone has a practical (even minimal) solution to generate documentation for .Net 2.0 Thanks in advance, Joannes Hi Joannes, There is an option to create an XML file based on the comments entered. You probably can generate that and apply an XSL to that to get an HTML appearance to the XML. Regards, Vikram ...Show All

  • .NET Development Images fail to load

    I have a strange anomoly. Having coded successfuly my site in Visual Studio 6, my images disappeared when i uploaded (FTP) them to the remote server. When i view my webpage locally, the site works perfectly fine, including all images, CSS, and links. Also when viewing the files themselves through the FTP server by double clicking on them, the pages load properly including all links, CSS, and images. However, when i type the URI of the site (e.g. www.microsoft.com ) the page that loads has no images on it, and the page behaves differently each time the page is loaded. Sometimes when i go to the URL it doesn't load the image, nor does it lo ...Show All

  • Visual Studio How to support template export in VS 2005?

    Hi,    There is not the topic of the template export implementation In VSIP document .     Could anyone do me a favor   Thanks! Maybe I havn't given a clear description. I want to implemente the function of exporting template develop environment of my own. After click the "export template" in FILE menu, what is the function I should do. If you don't known about this issue either, can you tell me which articles about this issue I should read. Best regards. ...Show All

  • SQL Server jdbc driver getTables(String , String ,Sring ,String[] )can't get tables whose catalog is pure number

    i have a database named "1", then i want to get the tables which type is "TABLE" under this catalog but it can't be done. Check the kode: conn.setCatalog("\"1\""); DatabaseMetaData meta = conn.getMetaData(); ResultSet tables = meta.getTables( "\"1\"" , "dbo","ttt" , new String [] {"TABLE"}); if i change the last sentence to : ResultSet tables = meta.getTables( "1" , "dbo","ttt" , new String [] {"TABLE"}), it still can't be done. it work when "ResultSet tables = meta.getTables( null , "dbo&quo ...Show All

  • Visual Studio Team System TF82001: MS Project can't connect to Team Foundation Server

    I have a weird issue. If I right click on a work item and click "open selection in MS Project" the selected work item appears in MS Project. BUT, if I save this file and then open it again I get the error: "TF82001: Cannot connect to the Team Foundation server. Please contact your server administrator." I'm going to reinstall the TFS client again to see if that resolves the issue. Reinstalling the TFS client didn't fix the problem. I don't have the problem in Excel, but I think it might be because Excel was installed before I installed TFS client the first time....MS project was installed after installing TFS client. I also didn't real ...Show All

  • SQL Server ReportExecutionServer namespace?

    I'm trying to get through this Microsoft example code: http://msdn2.microsoft.com/en-us/library/microsoft.reporting.webforms.ireportservercredentials.aspx This article includes no information about the namespace or assembly where ReportExecutionService lives. MSDN returns no documents for this web service. Anyone have any info about this Thanks. Well, for one thing, the subject line is incorrect. The class is 'ReportExecutionService'. I found this: http://msdn2.microsoft.com/en-US/library/microsoft.wssux.reportingserviceswebservice.rsexecutionservice2005.reportexecutionservice.reportexecutionservice(SQL.90) ...Show All

  • Visual Studio Team System Traffic to the teamsystem server after a build

    Hi. I have a little question, I would like a little advise on - maybe someone have tried something similar. Our sourcecode is split up in a Mainline, DK and BD branches - one(Mainline) we release from, and one for each of our offices in Bangladesh and Denmark. Right now the builds for all three branches run in Denmark, but I have a request that the people in Bangladesh use a local build server, so they dont have to collect builds from Denmark. But I'm a bit concerned how much traffic is sent to the teamsystem after a build with alot of unittests with codecoverage enabled. I know that the testresults are put in the output directory, which wil ...Show All

  • SQL Server Reference Empty Data Set

    I have a dataset that sometimes is empty. I have it as a detail row in a table on the report, but since the dataset is null the row does not appear. What I would like to do is have it say "No results" if there are no results, otherwise have it show the results. I tried to add a textbox and reference the textbox on the table, but it was a no go. Here is what I had in my textbox <code> =code.noRows(ReportItems!table8!textbox30) </code> and this is what I was using in the code <code> Function noRows(byVal result) as string if result = "" then noRows = "NO Results" else noRows = result e ...Show All

  • Windows Forms Seperate Thread progress form

    I am trying to create a Progress form for my program that loads in a seperate thread so that screen updates and animations on the form are smooth and timely. I have had some success with the following code. The Form Used as a "Template" for the threaded progress form: Public Class frmDebug Private m_Thread As Threading.Thread Private m_CloseByCode As Boolean Public Shadows Sub AsyncShow() m_Thread = New Threading.Thread( AddressOf ThreadMain) m_Thread.Start() End Sub Private Sub ThreadMain() UctlProgressSpinner1.Style = 1 UctlProgressSpinner1.Active = True Application.Run( Me ) ...Show All

©2008 Software Development Network