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

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

KKL

Member List

EAdam
Eric D.
vipinmathews
jking
jayman16
Charl
oranda
american_werewolf
Jerry Povse - MSFT
Amolw
RLPV
gdwinslow
DRoden
VKT
Hector Urizar
zotje
SimHrdy
Brunili
references on solution explorer
MartinaM
Only Title

KKL's Q&A profile

  • Visual Studio Team System Coexistence of VSS and TFS

    Hi, Could you please confirm if co-existence of both TFS and VSS is possible and there is no impact on each other. By this what I mean is that both VSS and TFS are installed on the same box and  some projects are using VSS and some are using TFS SCM. I am worried because I saw a link http://www.eggheadcafe.com/ng/microsoft.public.vsnet.vss/Jul2005/post23030072.asp  which states that there is a issue with this (thought he is trying with Beta). I am not sure if there are any issues in the released version. Please guide as I have to make some decisions based on this. Thanks and Regards Prash   ...Show All

  • Software Development for Windows Vista Workflow problems in December CTP and WF :(

    I just installed the Devember CTP of WinFX and it seems that I can not compile WF samples.  I had the Workflow Designer sample working just before the upgrade.  I had uninstalled everything (Nov CTP, WF 1.2, WinFX), then installed the latest WinFX runtime, Windows SDK, WinFX VS integration, WF 1.2 VS Integration.  Last night I worked on WPF and WCF and all was fine.  This evening, I tried a simple recompile of the Workflow Designer sample, and no luck.  It does not raise any events, warning or hints, just says "Build Failed".  Anybody else having this problem   Thanks, Joe ...Show All

  • Visual Studio Express Editions Creating Templates Manually

    Hi, I use VS Express 2005 C++ (not the beta version). I cannot see the export template File menu options. I checked in the Customisation but there is no "Export Template" command in File Category. I try Import/Export setting to reset the setting to basic standard VC++ setting but it changed nothing. I read about difficulties to export from VC++ but at least I should have the greyed option, shouln't I What is this problem Thanks in advance ;) Daes wrote: Hi, I use VS Express 2005 C++ (not the beta version). I cannot see the export template File menu options. I checked in the Customisation bu ...Show All

  • Windows Forms webbrowser - ShowSaveAsDialog fails to save web page

    I am loading content into webbrowser control via the DocumentText property and want to use the standard ShowSaveAsDialog(). This works fine when saving html only, however web page complete save an empty document and web archive throws an error dialog. Do I need anything html specifc to enable these options I am creating the html by apply via a xsl transform and may not have included all the html ements that I need. Thx, Nick Here's an exerpt of the MSDN library topic on ShowSaveAsDialog: Note This method allows users to save only the contents of the document as ...Show All

  • Windows Forms Multiple icons on listview

    Has anyone figured out how to add multiple icons to a list view yet in VS 2005 with .NET 2.0 Like microsoft outlook 2003 does for attachments, priority, and the message icon... I was hoping MS would of added an image property to the subitems, but they don't seem to of done that... so anyone have a work around or a method to do this thanks! Your better bet is to use the new DataGridView control. We didn't add support for images on subitems to the listview, but we did add custom draw ability so you could draw these images yourself. -mark Program Manager Microsoft This post is provided "as-is" ...Show All

  • Visual Studio Desktop build on build machine

    Rather than constantly checking out my tfsbuild.proj file, making changes, then, to test my changes, checking the file back in and kicking off a team build. I want to change the file directly on the build machine and run a desktop build to prove all my changes before checking the file out of source control... when I run msbuild tfsbuild.proj on the build machine I get the following error: Target CoreCompile:   C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamF oundation.Build.targets(396,5): error MSB4062: The "Microsoft.TeamFoundation.Bui ld.SetEnvironmentVariable" task could not be loaded from the assembly ...Show All

  • Windows Forms Reading from MS Word tables with .NET

    In my project I need to get data from MS Word tables and insert it to database. I found on the net how to open word document to get tables. But when I start to read table row by row it gives me an exeption 'Cannot access individual rows in this collection because the table has vertically merged cells'. How can I read from merged&nbs ...Show All

  • Visual Studio Tools for Office word document revisions

    Hai, I am using VB6.0 and MS word 2000. When I modify the content of the document, I can able to get the altered text(deleted, inserted) from the revisions collection. At the same time, when I modify the text in the tables I am not able to get the altered text. Its giving an error. The error message is 'Requesting object is not availble'. How can I get the altered text in the table Thanks in advance. This is a non-VSTO issue, as you're using VB6. Please post your question on the VB newsgroup. Here is the link: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.dotnet.langu ...Show All

  • Windows Forms Window / Form refreshing issue

    hi, this is the first time i've looked at windows forms and i know that im just doing something very silly. I have a simple form which creates a filesystemwatcher with associated events. When a folder has images dropped in it my code is called which updates a ListBox, does some image processing, updates a database and updates a viewer control on the&nb ...Show All

  • SQL Server SqlCeConnection guidelines - keep it open?

    What is exactly the recommended way of using a SqlCeConnection object in your application In all the examples I see (IBuySpyDelivery for example) it opens the connection object in the constructor and leaves it open most of the time until the class gets disposed. Is that the way to do it Or should you open and close the connection for each database action (insert/select/delete) you're doing on the local SQL Mobile database I'm a bit confused, but maybe I'm messing up the way of working on remote database servers with how it should be done on a local SQL Mobile db. Take a look at this blogpost. The co ...Show All

  • Visual Basic Create control collection dynamically in Vb2005

    Hi, does anyone know if you can create a vartiable number of controls(labels) dynamically in vb2005. Add design time the number of controls and names are unknown. If you need to convert to a Label then: Private Sub Label_Click( ByVal sender As System. Object , ByVal e As System.EventArgs)     Dim  lbl As Label = DirectCast (sender, Label)    Messagebox.Show( Me .Controls.IndexOf(lbl).ToString) End Sub   Else, just use the sender: Private Sub Label_Click( ByVal sender As System. Object , ByVal e As System.EventArgs)    Messagebox.Show( Me .Control ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mouse input

    why am i getting theses numbers from my mouse http://img393.imageshack.us/img393/4944/untitled5tb.jpg please help thanks private ACEIDev ACEMouse; public int ACEMouseX=0; public int ACEMouseY = 0; public int ACEMouseZ = 0; public ACEMou(Control ff) { ACEMouse = new ACEIDev(SystemGuid.Mouse); ACEMouse.Properties.AxisModeAbsolute = true ; ACEMouse.SetCooperativeLevel(ff, CooperativeLevelFlags.Foreground | CooperativeLevelFlags.Exclusive); ACEMouse.Acquire(); } public Vector3 ACEMouseGetPos() { MouseState ACEState = ACEMouse.CurrentMouseState; ACEMouseX=ACEState.X; ACEMouseY = ACEState.Y; A ...Show All

  • Visual Basic How to setup the faxserver

    I am trying to send a fax and I did find the code to do that but whne I hit fxdoc.Send, it gives me an error saying "Invalid handle". I assume I am not connecting to the server correctly. fax modem is installed on the server whose name is " exchange "and the fax printer name is " lightingFax". Thanks for all your help. Dim fxsvr As New FAXCOMLib.FaxServer fxsvr.Connect( "\\exchaneg\lightingFax " ) Dim fxdoc As FAXCOMLib.FaxDoc = fxsvr.CreateDocument( "c:\faxtestpage.txt" ) Dim ret As Integer fxdoc.FileName = Filename.Text fxdoc.FaxNumber = FaxNo.Tex ...Show All

  • Windows Forms How can disable the context menu?

    I have created a menu ContextMenu1, I hope the pop menu don't display in some situations, how I can do thinks! private void ContextMenu1_Popup(object sender, System.EventArgs e) { if (condition==true) { // Don't pop the menu, how can do I } } In VS 2005 with ContextMenuStrips, handle the ContextMenuStrip.Opening event, which gives you a CancelEventArgs argument.  Set e.Cancel = true to cancel opening the ContextMenuStrip. ...Show All

  • SQL Server Error in the Metadata Manager

        I'm attempting to deploy a new solution on AS 2005 developer edition.  Apparently, a previous, unrelated solution deployment has a problem, and this prevents me from deploying mine.  I've cleaned up the data directory, tried all sorts of options, but still I get the same thing.  Here's the error: Error     1           XML parsing failed at line 2, column 0: A document must contain exactly one root element. . Errors in the metadata manager. An error occurred when instantiating a metadata object from the file, '\\ \E:\SQL 2005\MSSQL.2\OL ...Show All

©2008 Software Development Network