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

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

guyinkalamazoo3

Member List

edy604
illadelph
Raba21
Jhoraj
siva_Baskar
Navi
Thicks18
OffBeatMammal
aaronp
Srivatsn
moneppo
ViXtor
Chris89
Don Barber at WellCare
BigGamer
Ram Chenna
adarsh.mathur
Sabroni
ToddKC
Franji
Only Title

guyinkalamazoo3's Q&A profile

  • Visual Basic Bypass OK button

    How do I code in to auto enter an "OK" button so the user does not have to click on it I think the both of you have covered the possibilities. I'm still confused as to why someone wants to do this Make  a msgbox appear, to only close it right away...  Why not just skip the msgbox, and move directly to the next section I think the question is... Do you really need a user input, when all you're doing ...Show All

  • SQL Server sql server 2005 RS multi-value params june ctp

    I have a very simple report with two non-queried values in my param list and the multi-select params box checked.  The dataset only has two records, represeneted by the two params.  The report always returns both records in VS and report manager whether I select one param, both, or the "select all" option.  Anyone esle have this experience Microsoft SQL Server Report Designer   Microsoft SQL Server Report Designer Versi ...Show All

  • SQL Server openquery update and optimistic concurrency

    Hi, I need to update a mySQL database through a linked server in SQL. I can successfully add, delete, but struggle to update a row twice. exec ('UPDATE OPENQUERY (SIBC, SELECT UID, value1, value2 FROM table1 WHERE UID= "SCEP"'') SET value1= "hello" WHERE UID= "SCEP"') The first time I run the update, it succeeds, but thereafter I get the following error message : OLE DB provider 'MSDASQL' could not UPDATE table '[MSDASQL]'. The rowset was ...Show All

  • .NET Development updating records

    I am trying to update a record using one of samples provided and I always have the following error: "Reference to a non-shared member requires an object reference" The code I use is as follows: Dim totalsRow As mdstats1DataSet.TotalsRow totalsRow = mdstats1DataSet.Totals.FindByRecordID(1) totalsRow.smtpin = smtpin totalsRow.smtpout = smtpout The error is on the "mdstats1DataSet.Totals" Can anyon ...Show All

  • Visual C# How to find registered event handlers?

    Hi, I'm trying to determine if an object has any event handlers registered on it. The reason I need this, is to not let an object to register one single event twice. this .menu.BeforePopup += new CancelEventHandler(menu_BeforePopup); // OK this .menu.BeforePopup += new CancelEventHandler(menu_BeforePopup); // Don't let it happen twice   Any help would be great Hi Patrik, and what is here the "anEvent" Is it the eve ...Show All

  • Smart Device Development Application Settings

    Compact Framework 2.0 does not support application settings (appSettings class, etc.). I am wandering : what is the best way to preserve user and application settings in the compact framework Any idea Emphyrio You can save them to the file or registry whichever you prefer. File can be in any format, for example XML. It is recommended to use <your application name>.exe.config file in XML f ...Show All

  • Windows Forms add customized combo box in datagridview

    i have my customized combo box found in the other site. i need this to add in dfatagrid view the combox box have multiple columns which i find it suitable for me.for now, the problem is aading it in datagridview heres the my code public class mycombo inherits datagridviewcomboboxcolumn public withevents columncombobox as mtgccombobox ---this mtgccombobox is mycombobox found on the other site ........ end class th ...Show All

  • Visual Studio Team System Recommended Books

    Can somebody recommend me books about team system and MSF4 is there is already one. Thanks       Hi there at launch we will have an update to the Introducing VSTS book we released at Teched.  Following this we have about 5 more publications to hit from AW before March, and 2 more from MSPress also around this timeframe.  These are focused on many aspects including MSF, Project Management, QA, etc.&nbs ...Show All

  • Visual Studio Team System Workspaces meant only for filtering?

    Is filtering is the sole purpose of the workspace feature http://forums.microsoft.com/msdn/ShowPost.aspx PostID=97724#97724 Will it  get the latest version of the build if it is specified as < Project DefaultTargets = " DesktopBuild " Hi Nike Yes the workspace is used to filter files that you select to build through Team Build. We have an MsBuild 'Get' task which does the job of getting the sources on the Build Machine f ...Show All

  • Windows Forms ' problem in access db...

    Hi, I'm using an access database to store some data... however some of that data has this char: ' , and when I try to save the data, I get this error: "Syntax error (missing operator) in query expression: ...", I guess this is be ...Show All

  • Software Development for Windows Vista workFlowcontext variables

    I am looking for a way to have a variable available across the entire workflowRuntime, and visible in all workflow instances. Much like a application hash is in asp.net that is available in all web pages. Any help would be appreciated. Thanks in advance, Mardo Mardo, have a look at this thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=967734&SiteID=1 Thanks Roman ...Show All

  • Visual Studio Team System Code analysis check in policy variant

    I'm experimenting with the code analysis check in policy for a project in TFS (Beta 3). While I like the fact that the check-in makes sure I've run the code analysis tools first, what I don't like is that it seems the only way to satisfy this policy is to run code analysis on every Compile/Build. What I would prefer is to be able to do a regular Build that didn't do the code analysis step, so the build time would be quicker (eg. I would not have ...Show All

  • .NET Development Authentication while accessing webpages in different webapplications

    Hi all, I have three web applications[A,B,C]. A webpage from A application accesses a webpage in B application using Response.Redirect() In web.config of A app, authentication is < authentication mode ="Forms"> < forms name ="LoginForm" loginUrl ="members/login.aspx" protection ="All" timeout ="30" slidingExpiration ="true"> </ forms > ...Show All

  • Visual Studio Express Editions opening IE from link label

    hi all as u wil tell from my i am very new to C# , i have been playing with a few small programs and need a quick bit of help i ha added a linklabel to my form and want it to open my internet explorer to the text in the link but for the life of me i can not work out how to do it. i belive the code should lok somthing like this private void linkLabel1_LinkClicked( object sender, LinkLabelLinkClickedEventArgs e) { ...Show All

  • Visual Studio CrystalReports 9 & 11 MergeModules

    Hi.. Our product with version3 used CR9 and Version4 uses CR11. We had a problem now how can we ship our product to customer who have CR11 whould it work though our product requires CR9 Also few of our beta clients have CR9 but our product requires CR11 and they are happy with CR9....can our application still work with CR9 though we have CR11 components inculded Anybody has come across any solution for crystal reports multi-v ...Show All

©2008 Software Development Network

powered by phorum