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

Software Development Network >> Michelle A.'s Q&A profile

Michelle A.

Member List

__MaVEricK__
Jan Lonsetteig
Afr0
Jonot2
Amodio
rpark68
Dave Collins
itzkid
JusTiN_BiS
Claude Turner
MRMIKE
fly-007
Russell Stringham
dhamson1
Jeff Pages
Ali Raza Shaikh
TP Robinson
David DeVey
Chris Schneider
jtucker
Only Title

Michelle A.'s Q&A profile

  • Visual C# ListView with CheckBoxes checks unwanted checkboxes

    I'm using C# 2.0, and have a problem with a listview. I've turned on CheckBoxes and have my View set to List. The problem that I'm seeing is that the spacebar always checks an item, even if it's part of another items name. For example, if you create a new form, and drop a ListView called listview1 onto it, then put this code into the form Load event: private void Form1_Load(object sender, EventArgs e) { listView1.CheckBoxes = true; listView1.View = View.List; listView1.Items.Add("Apple"); listView1.Items.Add("Banana"); listView1.Items.Add("Bananas"); listView1.Items.Ad ...Show All

  • Software Development for Windows Vista Dual boot vista beta2 64bit problem

    I had a system with partition C windows xp 64bit partition D windows xp pro. pattion E Data. without thinking ahead I formated Partition c and installed vista beta 2 64bit in partition c. system only boots vista beta 2 64bit. How do I fix it so that I can get to partition d when booting. I have no production now. I’m sorry but this forum is dedicated to Vista development issue, not general Vista troubleshooting issues, instead you may want to direct your question to the Vista newsgroups or the Vista Community . ...Show All

  • Visual Studio Express Editions How to Create Simple Report as HTML ?

    I don't have any report generator and i want to build it myself. My reports are very simple with few constants  fields that i need to fill them after running some task and i wonder maybe to create a HTML document with const and desin tamplate and i will replace the relevant data in this document(text) and i will save it as temporary HTML file and show it with WebBrowser control as a HTML file . This action save me to deal with Printing,Vertical/Horizontal Scrolls.... My Q's are : 1. Is it ok like that 2. Is there a simply way for build this simple report  3. Any example for similar use / th ...Show All

  • Visual Studio Express Editions MSDN Tutorial Problem

    Hi, I'm having trouble using the following the tutorial found at: http://msdn.microsoft.com/vstudio/tour/vs2005_guided_tour/WebDev/WebDev/webdev18.htm Everything was going good until I got to the master pages bit. I've uploaded my files so you could possibly pick up what I've done wrong: http://www.flixon.com/Authors.zip The trouble is when I go to run the website I get Top element must be siteMap. It tells me to turn debugging on but I already have it set to true in the config file. Appreciate if someone could help me. Thanks ...Show All

  • Visual C# The SqlParameter is already contained by another...

    Hi All, I have the following code: List<SqlParameter> lstParams = new List<SqlParameter >(); SqlParameter pGuidAccount = new SqlParameter("@guid_account", guid_account); lstParams.Add(pGuidAccount); ChkValue = AppUtility.DBCore.SqlExecuteScalar("isp_has_transaction", stParams); ChkValue = AppUtility.DBCore.SqlExecuteScalar("isp_has_totalled_to_account", lstParam2); As you can see , the code calls two stored procedures using the same SQLParameter Collection, for both SP need the same value stored in the @guid_account. I thought I can do it, but at the second call to the st ...Show All

  • Visual C# Detecting dead Out of Process COM server

    Hello all, Is it possible from a client application to quickly test if a COM server is dead I have a problem where I have a tray application to shutdown all components of my application cleanly, if one of my components (a windows service ATL based COM object) is hung then trying to clean up nicely in my tray application hangs also before I can even try shutting down the service. I guess what I am looking for is some kind of call which pings through RPC to get latency or something or barring that at least an API to control timeout in the RPC call itself, I believe it defaults to 8 minutes which is not acceptable for this application. I ...Show All

  • Visual Studio Express Editions Problem porting a Visual C++ 6 application to Visual C++ 2005

    I'm trying to migrate a project made on Visual C++ 6 to Visual C++ 2005, but even with no compilation errors, the application don't work as the VC++ 6 project. My application is a project about API Hook, and it's not working on Visual C++ 2005. What can I do to maintain compatibility Hi! You need to provide more information about your problem. Which library you use - MFC, ATL, WTL, STL... or clean Win32 API What function not working as you expected - post it here, so we can see it. ...Show All

  • .NET Development Can I build a 64-Bit application with VS2003?

    Hi, Can I build a 64-bit application with VS2003 Thanks! Yang What type of application is it C# .NET C++ (unmanaged) C++ Unmanged yes. Anything that is turned into MSIL requires 2.0 to leverage 64-bit capabilities from my knowledge.. ...Show All

  • Windows Forms Extend default context menu

    Probably a very stupid question, but how can you extend a default context menu with your own menu items. My question is: I want to have my own context menu, but in there I want to have the default Copy/Paste/Cut, ... functionality. Thanks Jim Well the help on the <strong>MergeMenu</strong> lists the following sample: private void MergeMyMenus() {  &nbs ...Show All

  • Visual Studio 2008 (Pre-release) System.InvalidOperationException

    Hello I have created a WPF web application . The same WPF application works fine as a windows application but inside browser it gives the exception. : System.InvalidOperationException: The Storyboard.TargetProperty path '(0).(1).[0]' does not point to a DependencyProperty. This exception is removed if I comment the following code from my file : <!--<EventTrigger.Actions> <BeginStoryboard> <Storyboard> <DoubleAnimation Storyboard.TargetName="HighlightRectangle" Storyboard.TargetProperty="(Rectangle.Fill).(LinearGradientBrush.GradientStops)[0]" To="0.5" Dura ...Show All

  • Windows Forms Creating a shortcut in Startup group

    I have used ClickOnce to deploy my application and everything works great. However, I really would like to create a shortcut in the Startup group so that my application will run when they startup. I realize that this functionality isn't available on the install but I was thinking that I could write to the registry when the users click a checkbox in the Settings portion of the application, that would create a shortcut in that group (checkbox would be: Run program when Windows starts). Great concept...however...the application is installed in the ClickOnce cache and not a specific folder (Program Files...). So, my question is: how co ...Show All

  • Visual Studio Team System 1_1_4322/WebUIValidation.js 404 error

    I created a script by saving of a collection of sessions from Fiddler and imported it into VS. Everything works great except, even though there's no such request in the code, when I run the script, I get a 404 errors for this request: http://myserver/aspnet_client/system_web/1_1_4322/WebUIValidation.js I don't see the request in the code. Any ideas thanks, MF This js file is used when you are doing client side validation with the validator controls.  Here is some info on them:  http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vbconclient-sidevalidation.asp Are you doing ...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 <GLOBALLIST> item with no <LISTITEM> defined.  Also <LISTITEM value = ""> is not allowed either.  Is this possible or by design Thanks again! ...Show All

  • SQL Server Foreach NodeList Enumerator

    Does anyone have any experience of using the NodeList enumerator in a Foreach loop BOL is a bit light on this. I want to enumerate over an XML Document that is passed into my package. The package is executed from a .net application. Has anyone done anything like this Any demo material Should I pass the XML Document into an SSIS object variable or a String variable Can the NodeList enumerator enumerate an XML document that is stored in a String variable etc... Thanks Jamie Hey Jamie, I've done this -- albeit for a rather simple example. I have an XML file that is just a persisted collection of structs with properties called "Busi ...Show All

  • Visual Studio Document Explorer crashes

    Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual Web Developer Express and MSDN 2005 Express. Same problem. It was working fine last week, I'm not sure what's changed. I have previously had VS2005 beta2 installed, but I removed that by following the ...Show All

©2008 Software Development Network