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

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

Notre

Member List

ittay eyal
pieter-kun
rmahaffey
Ron Walker
Vl.K
Kari the Nerd
Alex95
bigtallim
Florin Micle
Manjax
Diego Cione
SoccerSarah
Mike Krings
Usman9852000
pecket
Offirh
Darshan Jog
Jessica.Weiner
savage650
AASoft_ILSC
Only Title

Notre's Q&A profile

  • Windows Forms How to Search Values from DataGrid

    Hi,  This is my first Post and i am a new this field.   I want to know that how i search values from dataGrid using a text Box.   I want that if that value find in DataGrid specified column.   MsgBox("Found")   Else &nb ...Show All

  • Visual C# Transfer the value of a text box from one form to another.

    I want to be able to have the value of the text box in one form populate a text box in a second form when it opens.  Can anyone help me with this. It depends on the scenario of your application. The textbox1 control in Form1 is an field member of the Form1 class, if you want to have the value for the textbox from another form you have to expose the member field as a public (or internal) property ...Show All

  • Smart Device Development Deploying PPC2003 project (coverted to VS2005) in WinCe5.0 device

    My application was developed in vs2003 C# CF1.0 and Sql Server Ce with SQL Server 2000 for synchronization for PPC2003 devices. I am trying to convert that project to VS2005 sothat I can deploy it on Windows Ce5.0 device. The conversion wizard didn't successfully convert the project, it kept throwing the error Compact Framework 1.0 is not installed on the computer even though I had it and I can compile the project in Vs2003.     ...Show All

  • Windows Forms right mouse click on treeview

    can anyone show me how to display a context menu after a right mouse click on a specific node.  This is what i have been able to acheive so far  If e.Button = MouseButtons.Right Then             TreeView1.SelectedNode = ...Show All

  • Visual C++ malloc error in C

    >c:\s.t>cl /MD /GS- a.c >Microsoft (R) C/C++ Optimizing Compiler Version 14.00.40310.41 for AMD64 >Copyright (C) Microsoft Corporation. All rights reserved. > > x.c > Microsoft (R) Incremental Linker Version 8.00.40310.39 > Copyright (C) Microsoft Corporation. All rights reserved. > > /out:x.exe > a.obj > > T:\s.t>x > 3000000000 0 > > c:\second.try>type a.c > // cl /MD /GS- > #include&l ...Show All

  • Smart Device Development Filter Combobox...

    I'd like to filter a combo box or a list box. What is the most efficient way to perform a filter based on a string Thanks! If this CB is bound to data source which supports filtering (e.g. DataView), you can apply filter to that data source. In other case entire filtering implementation is up to you. ...Show All

  • Visual Studio Database Fields not being displayed

    Hello, I am trying to make a Crystal Report from VS2005 with the embedded one. But I have a strange problem. I am using the SQL Server Express 2005 and I have a database with 2 table are independent between them. I have create a dataset through the screens of VS and when I am creating the report I choose from PROJECT DATA->ADO.NET DATASETS the dataset I am using, and when I am finishing the creation of the report I run it no data are di ...Show All

  • Windows Forms Binding System.Console with a TextBox

    I am using VS 2005 best and .Net 2.0 How can I bind the System.Console to the textbox control so everytime something is written to the console with Console.WriteLine() or Console.Write() it will be displayed in my text control This method does work.  I just implemented it in a couple minutes.  However, I'm not sure if it is the "ideal" solution.  I was struggling to use the Databinding properti ...Show All

  • .NET Development Weird bug when installing .NET Framework 2.0 Beta 2 on Win 2003

    This mainly concerns ASP.NET. The framework installs ok on a Win 2003 machine but i don't get a "Microsoft .NET Framework 2.0 Configuration" option in the Administrative Tools in the Control Panel and i don't get the ASP.NET tab inside IIS6 Web Site configuration either. Are there any manual ways to install this like a regsvr32 command or similar I remember trying to install Beta 1 of 2.0 on the same machine and then these options showed up. A ...Show All

  • Windows Forms Design Time Reflection

    Hello. I'm creating a custom control with desing time support. For a property MyItems that is a collection of BaseItem's, I need to allow the user to add as many items he wish on a form I created (all in design time). The problem: I have a number of classes that derived from BaseItem, and I want that the user will be able to select from a combobox all optional elements by using reflection of some sort, so that we I create a new BaseItem ...Show All

  • Visual FoxPro Old Fox Pro Code Please Help

    I have the following code from an older version of Fox Pro.  I typed it into VFP 8 and I can't get it to work. Does anyone have any suggestions SET BELL OFF SET TALK OFF SET DEVICE TO SCREEN CLEAR ****** NUM1 = "   " NUM2 = "   " NUM3 = "   " NUM4 = "   " NUM5 = "   " NUM6 = "   " @ 10, 5 SAY "ENTER LOTTERY NUMBERS" @ 10, 50 SAY NUM1 PICTURE "XXX" @ 10, 50 GET NUM1 PICTURE "XXX" @ ...Show All

  • Visual Studio Team System Team Foundation Project Creation Failed.

    Hi, We modified the MSF Agile process template and uploaded that successfully, then when we are trying to create a new team project we are getting following error. Error TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed during task WITs from group WorkItemTracking.  Explanation Plugin error text: “TF26204: The account you entered is not recognized. Contact your Team Foundation Server administrator to add your a ...Show All

  • SQL Server Reporting Services vs Crystal Report

    Does anybody know what is Microsoft roadmap for reporting tool, e.g. between Reporting Services and Crystal Report Vincent Note: sorting at runtime (aka "End User Sort") is also available in RS 2005. See: http://www.microsoft.com/technet/prodtechnol/sql/2005/2005ssrs.mspx and search for "end user sort". While RS is owned and developed by Microsoft, Crystal is *not* a Microsoft product - i ...Show All

  • Visual Studio Team System Publishing test results fails - not sure why...

    I ran a unit test and wanted to publish the results back to the "operational store" to see what would happen and if I could do something with the data - however I got the following error: EndPublishRun: Server was unable to process request. ---> A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. The help is va ...Show All

  • .NET Development Sending Email problem (.NET 2.0)

    Hello folks! I'm trying to send email using the new classes of .NET 2.0, with the following code: MailMessage msg = new MailMessage(); msg.To.Add("bribeiro@certisign.com.br"); msg.From = new MailAddress("bribeiro@certisign.com.br", "Bruno Ribeiro", Encoding.UTF8); msg.Subject = "Teste de envio de emails usando .NET 2.0"; msg.SubjectEncoding = Encoding.UTF8; msg.Body = "Este e o corpo da mensagem ...Show All

©2008 Software Development Network

powered by phorum