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

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

mduffin

Member List

Gavin Lilley
Piers Lawson
Lars Kjetil Sørhus
Hubert_K
g0l3m
Glo
inkisgod
Mediorco
XBTester
VigneshKumar
Le Quoc Thanh
Nabila Lacey
RajuK
MINA7343
Harald Mejlholm
Nicol
Fotis Elianos
Mike Bonfiglio
Lion4ever
markgoldin
Only Title

mduffin's Q&A profile

  • Visual C++ chekbox

    how can i determinete when the check box in listview is checked or when the checkbox is get the focus and chenge on evey check in MFC There are events for all of these which you can catch and then run your own code. I believe WM_FOCUS is the event when a control gets the focus ( this is relying on old memories, don't quote me ), and I'm pretty sure there's a SetCheck method on the control you could call to check it when it gets the focus ...Show All

  • SQL Server problem to set properties on a subfolder if no access to the home folder

    Why a user needs to have access to the root to set properties of a subfolder   Details:   A user can manage the content of a specific folder. This user has no access to the home folder (the root). Using the Report Manager, this user is able to browse the content of this folder directly (using ItemPath argument on the URL). But when he selects Properties tab for this folder, he gets the rsAccessDenie ...Show All

  • Visual Studio creating form class problem

    Hi, I am trying to create form class which contains a bindingNavigator. I have changed the modifiers of the bindingNavigator to "Protected" but it cannot be edited when I create a form based on this form class. Anybody can help me Sunny. So your classes look something like this: class Base { protected BindingNavigator nav; } class Form : Base { } And you can't edit BindingNavi ...Show All

  • Visual C++ new to VC++ 2005, have a few problems

    1-In VC++6.0 i could compile a single file by just opening a c++ source file(workspace less) and press the build button. But in vC++ 2005, if i open a c++ source file, the build command is unavalible. i tried to do it by creating an empty project and adding a c++ source file to it. well i can run the code succesfully, but i can not debug it. How can i do it 2-How can i want to add a template to my project: template<class TYPE> class ...Show All

  • Visual Studio Team System Upgrading to Team Foundation Server Beta 3

    Is there any way to migrate data from a TFS Beta 2 database to TFS Beta 3 The setup guide states that upgrading is not supported but I'm wondering if there is some manual process of export/import that I can do to migrate. Thanks There no supported migration for Beta2 to 3.  The manual process is not supported and is very difficult, presenting many issues when done. ...Show All

  • Smart Device Development hide today icons....

    is there a way to hide all the today icons and then have a button in the tray that show them... what device are you working with, for starters on my Treo, shortcuts show up at the top of my start menu, on my 2125s, it shows up on the today screen ... you are talking about the quicklaunch bar (I think that's what it's called ) ...Show All

  • Visual C# Deploy/Setup

    Can anyone tell me where to get started on the setup/deployment part of my program. have a look at this website, all tutorials on how to setup & deploy an application. http://www.c-sharpcorner.com/Installation.asp good luck ...Show All

  • Visual Studio 2008 (Pre-release) error exeption

    when i call the client method i got exeption : An error occurred while receiving the HTTP response to http://localhost:8000/servicemodelsamples/service . This could be due to the service endpoint binding not using HTTP protocol, among other reasons. i use self host exe in xp service pec 2 my data contruct is as the following : namespace ServiceSide { // Define a service contract. [ ServiceContract (Session= true )] ...Show All

  • Visual Studio Express Editions GridView with changed Header Text wont Update

    EDIT: see 2nd post for more up to date testing results. I'm having a few mildly frustrating issues with these components because finally they are usuable for me (2003 couldn't bind parameter values to controls), it's almost working except for one small niggling problem... I have setup an SQL database connection with my SqlDataSource and bound it to my FormView. I have manually verified that all 4 of my SQL statements exist. The f ...Show All

  • Visual Basic Can generic SortedList do this?

    Hello Everyone! I'm sorry for my English. It's not good at all. I have 3 classes: A, B1 and B2. B1 and B2 inherits from A. Then I have the following collections (VB.NET): Dim colA As SortedList( Of String , A) Dim colB1 As New SortedList( Of String , B1) Dim colB2 As New SortedList( Of String , B2) I want to to this, colA = colB1 but the compiler does'nt let me. Why How could I do Thanks. ...Show All

  • Windows Forms Adding items to a listbox on a different form

    I have a listbox on a form called "Order" and I have a separate form that has a menu with buttons that are suppose to add whatever item the user wants to the listbox in Order. I have a "test" button in the Order form that when you click on it, it adds an item to the listbox in Order and works perfectly. But then when I try to do the same thing on the other form ("foodMenu"), it doesn't add anything to the listbox. There aren't any compile errors ...Show All

  • SQL Server Row and Cell Segurity

    I am trying to implement row-security in SQL 2005 but i make a query to make a view CREATE VIEW vwVisibleLabels AS SELECT     ID, Label.ToString() FROM       tblUniqueLabel WITH (NOLOCK) WHERE ID IN --Classification (SELECT ID   FROM tblUniqueLabelMarking WITH (NOLOCK)    WHERE CategoryID = 1 AND IS_MEMBER(MarkingRoleName) = 1) AND --Compartments 1 = ALL(SELECT &nbs ...Show All

  • Visual C# radio button's "selected" event

    am using 2 radio buttons in my form. rAdmin and rDesigner. < input type =radio id =rDesigner runat =server name =userType onserverchange ="rDesigner_ServerChange"> < input type =radio id =rAdmin runat =server name =userType onserverchange ="rAdmin_ServerChange"> when the user selects either radiobuttons, data is displayed based on which radio button is selected. where should i write the code for d ...Show All

  • Windows Forms Does anyone have a working example of menustrip styles?

    Morning all, I have read the forum entries about the menustrip control and how you need to code your own renderer to change the colour schemes from the default to anything else but know one has made a working example available which could be&nb ...Show All

  • .NET Development smtpclient: cannot reveive the mail sent out

    Hi all, My solution was migrated to vs 2005 from vs 2003, which includes a web project. I changed the smtpmail to smtpclient. the mail can be sent out, but cann't be recieved. I wrote a console application that had the same mail sending related contents as my web project, and it worked well. Here's the simplified code( it does not work still): SmtpClient smtpc = new SmtpClient ( "localhost" ); MailMessage m = new Mail ...Show All

©2008 Software Development Network

powered by phorum