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

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

kpise

Member List

adface
KyrinComaBlack
Eric Sch.
Imran Aziz
r2d1
Matt_Garven
JasonZ57666
anhtri
Ron Wilson
Perry Mowbray
Daniel Jakobsson
Hodor
byon
Tom U
Thorsten Ueberschaer
Jack Cole
PGI Dev
captain1701
jghfjg
HLD77
Only Title

kpise's Q&A profile

  • Visual Basic Build Problem - XML Documentation

    I have a solution with a VB Class, a VB Windows Forms project, and 2 VC++ classes under Visual Studio 2005. The first time I build these (or rebuild them), the build returns no errors. But from then on, every time I rebuild, I get the following build errors. This seems to be particularly true (as it is intermittent) if I have viewed the VB class (called "shuttle") in the Object Browser Cannot Delete File "shuttle.xml" : Access is denied Cannot Copy File "shuttle.xml": Access is denied Cannot create XML Documentation: Access is denied No error numbers. Can anyone help, as this really, really slows ...Show All

  • SQL Server Service Broker in Express edition

    I'm trying to figure out if I can use express edition for service broker. Documentation says it can be used as Subscriber only -- but what does that mean Can it only be a target for service broker messages Or can it send messages as well as long as the other end of the conversation is a licensed server thanks! The limitation only applies if messages have to be exchanged between two separate SQL instances. If the 'from' service and 'to' service both are in the same SQL instance (even on different databases), there is no limitation. ...Show All

  • Visual C++ Using the VS.NET debugger in C++

    Hello all, When debugging my work in VS.NET and stepping through it one statement at a time (with F8), I often get taken into code that's not mine. I understand that this is the code that I invoke with methods such as new and delete and what not, but is there anyway at all I can keep the debugger tracing my code only Thanks. NF Perfect. Thank you. I was assuming "Step Over" meant to skip the code and not run it altogether. Thanks again. ...Show All

  • Visual Studio Tools for Office vsto code

    i have a range object in excel vsto appln alternate rows in this range should be displayed in different color what is the code Hi, Here is a good article that explains how to do it. http://www.ozgrid.com/Excel/alternate-row-color.htm Also here is some code to get you started in VSTO. You may need to tweek the formula a bit but this should get you started. 'Set the list color MyListObject.Range.FormatConditions.Add(Excel.XlFormatConditionType.xlExpression, , "=AND(MOD(ROW(),2),COUNTA($A1:$C1))" ) MyListObject.Range.FormatConditions(1).Interior.ColorIndex = 6 ' Yellow ...Show All

  • Windows Forms Datagrid left over under GridColumnStyles

    Hi All, I implement a GridColumnStyles customization in a datagrid with VB.NET.  Different sets of data will be reloaded into the customized datagrid through the control of a couple of RedioButtons.  The problem is: The highlighted cells are left over in the background to the subsequent datagrid display of new datasets.  I have tried the datagrid's TableStyles.Clear(), refresh(), hide(), and other methods before reload the dataset.  All these functions can not get rid of the highlighted cell from previous loading.  The only way is using dispose() method.  But this is not what I want.  I want to use th ...Show All

  • Smart Device Development Detect wifi connection

    I'm developing a CFv2 application that needs to know whether it's got a wifi or wired connection or not. It's usually going to be transferring large files and therefore needs to ignore GRPS connections. I have it so it detects whether there's any sort of connection but I can't figure out how to tell what type of connection it is. Thanks, Stut Hi, I used this code to detect WiFi I am not sure if it is a good way though but what about GPRS foreach ( Adapter a in Networking .GetAdapters()) { if (a.IsWireless) { //return true } } ...Show All

  • Visual C# Trees

    Hi, I would like to model some data on a tree structure.  However I can only seem to find documentation on the web concerning b-trees.  These trees can at maximum ever have 2 immediate children for a given parent, ie the left and the right.  However the tree structure i want to map to has more than 2 children for a given parent, does anyone know of an object or class that can represent this   Thanks Will   Well that was a useful post!  a round of applause to that man! of course i can create my own class!  but i was just asking if there is an official obj ...Show All

  • Visual C++ Whidbey: Cross-compilation for IA64

    Hi, This is regarding Whidbey IA64 support. I am trying Cross-compilation for IA64 on i386 box as Whidbey is not supported on IA64 platform. But having problem doing it: C:\Documents and Settings\v023201>"d:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_ia64 The specified configuration type is missing.  The tools for the configuration might not be installed. C:\Documents and Settings\v023201> Also tried with ia64 flag: C:\Documents and Settings\v023201>"d:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" ia64 The specified configurat ...Show All

  • Visual Studio Team System Tasks do not show up in Window SharePoint site

       I have created projects in Team Explorer and have tasks in the project, but when I open the SharePoint site for the project and look at tasks, none show up. Aren't the tasks supposed to be shown in the SharePoint site no, these are WSS tasks, not linked to Work Items within TFS.  We will have a web client for TFS shortly which you will be able to link into a webpart for this thanks Michael ...Show All

  • Visual Studio Team System Tests not appearing in test manager lists

    Hi, I'm using VS.NET 2005 beta2 (not testing edition just normal developer edition) Have a TestProject in a solution with other projects. I've used the wizard to create unit tests, i've added tests manually, I've added existing tests into a test project. But none of the tests appear in the lists in Test Manager only a manualtest1 appears which is one that visual studio added when it created the test project. How do tests get my unit tests to appear in the lists in test manager I can't see any add buttons except to add new tests. I think what I'd expected is that if you add the attributes <TestClass()>  and <TestMethod()&g ...Show All

  • Visual Basic text animation

    How do I animate text  I want to make a flying banner. Well yes.  Assuming you haven't changed my code much, then it will remain the same. basically, You have to animate the position of the text. In the example, when you drawString, the last 2 arguements are X ands Y Position. What you have to do is passs differnt values to the XY coords for earh letter. If the String is "Hello", then... H= (X=1,Y=1) E= (X=10,5) L= (X=15,10) L= (X=20,5) O= (X=25,Y=1) THis would look like...  H       O   E   L     L  It's your responcibilty ...Show All

  • SQL Server Report Services Question

    Hi all, I wanted to be able to log on to Report Services from another computer (remotely), how can I go about doing that setup from either fresh installation or after installation Or can anyone guide me to on where am I suppose to post this question in Any help from anyone is appreciated. Thanks in advance. Daren Daren, I'm going to move your thread to the Reporting Services forum. They should be able to help you there. -Jeffrey ...Show All

  • Visual Studio VS 2005 (Final) Install failure -- Setup Failed on component Microsoft Document Explorer 2005

    I have ran the clean up tool to remove the previous beta version of VS 2005.  So please don't suggest that.  I still receive errors while trying to install Visual Studio 2005 Final version.  This is the error log file: [11/02/05,10:50:40] Microsoft Document Explorer 2005: [2] Error code 1603 for this component means "Fatal error during installation. " [11/02/05,10:50:40] Microsoft Document Explorer 2005: [2] Setup Failed on component Microsoft Document Explorer 2005 [11/02/05,10:50:45] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InstallManagerHelper() with HRESULT -2147023293. [1 ...Show All

  • .NET Development Simple solution

    Hi, my .NET-application uses a .NET-Assembly which seems to create some problems: When I click the X-button of the window of my app, the window hides but the programme doesn't end. I tried to get arount that by using this code: private void MyForm_FormClosed(object sender, FormClosedEventArgs e) { Application.Exit(); Thread.CurrentThread.Abort(); } The Assembly mentioned above works asynchronously and has some events, which are triggered periodically. And this is, why I get a System.InvalidOperationException (Can use Invoke or BeginInvoke only when window handle is created) occurs, when I close the window, when I don' ...Show All

  • Visual Basic BeginOutputReadLine not resuming reading lines after process restart

    I have an application where I'd like to have the user start over and over a console application ans watch its output redirected in the GUI. I have noticed that BeginOutputReadLine will correctly get the stdout redirected on the process 1st execution, but will resume reading lines after the process is restarted. I have managed to reproduce on a small example which as a console application starts a built-in operating system app, which is: Public Class Form1     Private firsttime As Boolean     Private Shared numOutputLines As Integer = 0     Private filetostart As String    ...Show All

©2008 Software Development Network