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

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

skyover

Member List

rakesh_halder
Christof.Mattes
CRdesigner
SAHennessy
shayke
Kamal Hassan
Beverly
dotnetwiz
John Layton
larla
TonyAM
estoniaman
Bill Dafon
JKRAFT PIT Rep
lauramc
Mohamed Hussein
Andres Ponce de Leon
Limin
Kevin Peter
Spooner
Only Title

skyover's Q&A profile

  • Visual C# PropertyGrid Sub Items

    I'm able to remove (or hide) some properties from the PropertyGrid, but what I'm looking to do is hide sub items of a property like Font.  In the Font property there are items like CgiCharSet that I don't want exposed...how can I hide it   I'm currently taking the existing collection and filtering out items I don't want but this only seems to expose the top level properties. Hi, strangely this is exactly a case I am featuring in my sample app of Smart PropertyGrid. You can have a look at http://www.propertygrid.net. Best regards Nicolas Cadilhac VisualHint ...Show All

  • Visual C# Is there still no way to reference a member overloads topic with CREF?

    In XML Doc comments, there are many times that I would like to reference (using cref) a type member's overloads page instead of any specific overload. Something like <see cref="System.Console.WriteLine(*)"/> is what I would expect. Is there still no way to do this in C# 2.0 In previous versions of C#, I used to use <see cref="System.Console.WriteLine"/>. This still appears to work, however, now the C# 2.0 compiler warns with the following: Ambiguous reference in cref attribute: 'System.Console.WriteLine'. Assuming 'System.Console.WriteLine()', but could have also matche ...Show All

  • Windows Forms Remove the X from a from

    Is it possible to remove the X from the top right hand corner of a form Sorry folks, I meant to say; Is it possible to remove the X from the top right hand corner of a Form ...Show All

  • .NET Development How do I Install the .net framework 1.1 onto a removeable drive

    Hi I have written an application on a standard desktop using Vb.net 2003 running under XP Pro SP2.  I am trying to install the application onto an embedded Pc which uses a Compact Flash drive (4 GB Microdrive) as the boot C drive (running same XP Pro SP2). The problem I have is that when I start to install the dotnetfx redistributable .net framework 1.1, the installation fails half way through. (it asks for the CD .net framework 1.1) If I use the same installation CD on a standard desktop the installation is successful.  It has been suggested that the problem maybe that the .net framework cannot be installed onto a remov ...Show All

  • Visual Studio Tools for Office Need Help for Command Bar Button.

    I am facing these three Problems. 1) I want to add a custom button in "new mail message". This button should be placed at the position of Built In Send Button. Actually i want to add another send button for my custom coding. 2) i am adding my custom commandbar in Outlook Explorer.When i try to Check if my bar is already there or not, It gives me error.  code is:  m_olActiveExplorer.ComandBars.Item("CustomBar")          3) When i close my Outlook and start it again imediately. It gives me message that "Operation Failed". Can anybody tell me the reas ...Show All

  • Visual Studio Team System Failed to merge the code coverage result of dll

    Hi all, I run the same dll on two computers. When I try to merge the code coverage results of the two run, it always fails. All the results turn to be zero. Is there any way to solve this Thx Tracy Hi Tracy, I see what you meant now. This is a known problem on merging two XML code coverage files. But if you merge two original coverage files (with .coverage extension), there will be an error pop up. Thank you very much for your suggestion! Thanks, Christine ...Show All

  • Visual Studio Express Editions If StreetAddressLine2 is blank, I don't want to print a blank line.

    If StreetAddressLine2 is blank, I don't want to print a blank line. If DoctorBindingSource.Current( "StreetAddressLine2" ) <> "" Then DoctorTextBoxText(Color.MediumBlue, DoctorBindingSource.Current( "StreetAddressLine2" ) & vbNewLine) End If But, I am getting an error on the "If" statement: InvalidCastException was unhandled Operator '<>' is not defined for type 'DBNull' and string "". I think you need to check for dbnull as well as empty string since database values can refer to both. The simpliest change wou ...Show All

  • Windows Forms Beginner question: dataAdapter.update not working

    Hi, I am having problems getting a value from bound textbox updated back to the database. My dataAdapter.update appears to do nothing, as the value in the db is never changed. Here's the steps I've taken to create this test form. 1. Create new form. 2. Opened up server explorer and found my .mdb. 3. Drag my table from server explorer onto my form. 3. Ran&nb ...Show All

  • Windows Forms Why doesn't my DropDownList show any values?

    ds is a DataSet with the table Distrikt in it and has two columns DText and Distr and 8 rows when I check the debug. Why doesn't the DropDownList show any values when I execute the code DataView dv = new DataView (ds.Tables[ "Distrikt" ]); DropDownList1.DataSource = dv; DropDownList1.DataTextField = "DText" ; DropDownList1.DataValueField = "Distr" ; DropDownList1.DataBind(); ...Show All

  • Visual Basic Crazy IDE

    Hi All, Just after started to add controls to this new Tabbed app, the IDE shows the move cursor (the crossed arrows) and just flashes the cursor until I go into the taskman and return...It's scary to think a whole nights work could be undone by a misbehaving IDE. Have any of you experienced this odd behavior This has also happened in other apps in W2K, and XP Pro as well. Thanks All! Elgee I have seen something like this before. When it occured I just needed to click off the Visual Studio and onto another application and then click to come back to Visual Studio. This made the problem go away. It was ...Show All

  • Visual Studio 2008 (Pre-release) Dynamic type loading

    I'm trying to dynamically load types from a dll and pass the newly created objects through WCF. Is there any way to do this Dynamically load data contracts KnownType attribute I suppose the main issue is the actual method call itself. Since the type isn't known at compile time, I've been using Object, but testing reveals that specifying "Object" then passing a type with a data contract still doesn't work. Any help would be appreciated! Followup: I've done some testing, and it looks like the big problem is deserialization on the receiving side. I need to somehow know the type of the object to loa ...Show All

  • Smart Device Development Windows CE Remote Performance Monitor Crash

    I am working on CF 1.0 and trying to find a memory leak on my application. I am using Windows CE Remote Performance Monitor. When I select to monitor only "Memory Load", it works fine. But when I try to watch "CE Process Statistics" with an instance of my application, it halts not only itself but also the application running on the device. Is there any strategy I could get over with it, or any tool that can help to diagnose the problematic section (PDA runs with Windows Mobile 2003 Second Edition) I am afraid that this code (Remote Perfmon) isn't being actively supported at this time and hasn't been changed in years. It is due for a r ...Show All

  • Software Development for Windows Vista [Newbie] How to terminate a workflow from within an activity?

    I have a composite activity (custom class derived off of Sequence) that has a listen + couple of event sinks along with few other things. This acitivity is included in a workflow. What I would like to do is terminate the workflow say upon receipt of some event - say for eg. manager denies request so there is no point in continuing the workflow. 1. How do I do that 2. Are there any un-desirable effects of terminating the workflow in this manner thanks Jay You can dynamically add a Terminate activity. Alternatively you could use an IfElse with a condition to choose to execute the Terminate activity. Regards ...Show All

  • Visual Studio 2008 (Pre-release) How are these new features of Vista related?

    Hi, I'm new here so please forgive me if this is the wrong forum for this question. I am trying to get a grasp on how all these new terms/technologies fit together in the big picture. WinFX Windows Presentation Foundation XAML Expression Sparkle AERO other Would someone be so kind as to briefly describe how these pieces are related and what their role is in the future of Windows and the Web Thanks so much! WinFX is the new framework for XP SP2 / 2K3 / Vista that comprises Windows Presentation Framework, aka Avalon, Windows Communication Foundation[Framework ], aka Indigo, as well as Windows Workflow Foundation. Avalon is for ...Show All

  • Visual Studio Express Editions Internet Explorer in C#

    Hello, First of all, I am very thankful for these forums and I am glad you guys are here to help! Anyway, I have Visual Studio 2005 Express C# Edition and I am working on a program and let me explain what I need to do. Okay, so I am working on this program. I was talking to the head manager on this and he said here is what we need. We need to have one text box and one button to load a website. Inside the text box the user will type the URL in. When the button is clicked on, it will load the URL from the text box. How can I do this Paul And what if I wanted to supply login credentials using a POST method Is that possible ...Show All

©2008 Software Development Network