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

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

kbinhyd

Member List

cmyster
Mundru
JohnMathewmathan
Sam_bham
John Bocachica
C.Z.
Gouranga1
Ralph Rivas
Sandeep_MSFT
Rajesh Konda
iortizvictory
denken
gppradeep
Rahul Agarwal
ruerue
WILLPOWER
YathiRajaRao
uzy
SDev
Janine_Whittaker
Only Title

kbinhyd's Q&A profile

  • Visual C# Saving A MDI Child Form From Its MDI Parent's Toolstrip

    I have searched the web and I cannot seem to find out how to call a public save function in an mdi child from its mdi parent’s toolstrip. I’m basically after the same functionality as you get in something like Word. You can have several documents open, but when you click on save from the toolstrip it only saves the active document. How do I get this to work   Either: a) create a save event on your MDI parent and add a handler to it when the child window is opened. The toolstrip button triggers the save event. b) when the child window is opened, add a click handler directly to the toolstrip ...Show All

  • SQL Server Update sql server 2005 mobile edition

    I have use this guide to make a application for windows mobile 5.0. http://msdn.microsoft.com/vstudio/tour/vs2005_guided_tour/VS2005pro/Smart_Client/DataBinder.htm Everything is work. I can add, remove data in the dataset. But i can't update the sql server database. can somebody tell me whats wrong Nitro. It appears this sample does not have any code to update the data base. Look into calling TableAdapter.Update() if you need to persist changes to the database. ...Show All

  • Windows Forms why my animal is so easy to die!

    why the asgard is so smart i'm beginner,help me! Scan multiple times and merge the results together, then you will have a much better chance of "seeing" camouflaged bugs. ...Show All

  • Visual Studio Express Editions Database Update Allows Additions but not Deletions?

    Hi, I’ve created some code to add new rows to my database which works fine, and after restarting the program, all new rows are still there. (I’ve modified the database parameter from ‘Do not copy‘ to ‘Copy if newer’.) Another subroutine I’ve created removes certain rows. While the program is running this works fine! However, when I restart the program the deleted rows are back in the database! This seems really strange! I can add new rows which are updated to the database, but deleted rows are not being properly deleted from the database, because when I restart the program they are back. It seems the database is ...Show All

  • Smart Device Development A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll

    Hi, I am getting a problem when debugging an application to my pocketpc device on VS2005, every time there is a call to get a recource below: base .Image = ( Bitmap ) global ::MyApp.Properties. Resources .ResourceManager.GetObject("imageName"); I get the following error(s) in output.. A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll I have read a post which was about a ...Show All

  • Visual Studio Team System private branch for developer

    I know that this is not the default way to work in VSTS, but I think that when there is a big change private branch should be used. that way: 1. changes of others will not be a problem 2. at the end of the work merge to the main branch will be done this is an option - instead of working on a normal workspace. I wanted to asked if someone works that way, and if it is recommended thanks Ori, If you are talking about an item of work performed by a single developer, I would recommend using a Shelveset rather than cluttering up the repository with another branch. ...Show All

  • Visual C# Can an executing object be garbage connected?

    Can an executing object be garbage connected I have a restore function built into an object. The object keeps a clone of itself as it was originally. When it is asked to restore it clones the clone and then updates the sole external reference to itself. At this point there are no more references to the object that is executing. Can the GC kick-in before it does a 'return'. What I am really asking is whether the behaviour in these circumstances is defined. Yes, the behavior is defined. If the GC determines that, even though an object's method is being executed on the stack, none of that object's da ...Show All

  • Windows Forms EXE Bootstrapper

    Im using the Sample Boostrapper ( here ), and when I have got everything in place (both my msi and dotnetfx.exe are placed in the folder 'install') and run the setup program I get the following: Windows R Installer. V 3.01.4000.1823 msiexec /Option <Required Parameter> [Optional Parameter] Install Options     </package | /i> <Product.msi>         Installs or configures a product     /a <Product.msi>         Administrative install - Installs a product on the network     /j<u|m> <Product.msi> [/t < ...Show All

  • Software Development for Windows Vista RPC errors when calling remote COM+ transactional server

    I'm getting a variety of RPC errors (800706bf & 800706ba mostly) when making a burst of simultaneous calls on a remote (transactional) COM+ application. The application is part of a small research project into the proper way to measure throughput, not a production application. The errors only happen when I make a number of simultaneous RPC calls. For example, one variant of the test driver creates a number of test threads, each with their own remote COM+ object, and, once all the test driver threads have a reference to their object, lets them all go to synchronise the start of the actual calls. I start getting RPC errors at about 50 c ...Show All

  • Visual C# How do I add a new connection string?

    I was trying to use ConfigurationManager.ConnectionStrings.Add(settings) but that returns a read only exception. Is there another way to do this thanks dave Hi, Try this: Add your connection string to your webconfig. < connectionStrings > < add name = " ConnectionString1 " connectionString = " server=serverName;database=DataBaseName;uid=;pwd=; " providerName = " System.Data.SqlClient " /> < add name = " ConnectionString2 " connectionString = " Data Source=ServerName;Initial Catalog=DataBaseName;Persist Security Info=false;User ID ...Show All

  • Visual Studio How to change the legend text of a chart object

    Hello. I have a chart on my report. The legend text says: Sum of StoredProcedureName.FieldName Is there a way to change this value in a more readable text Goos van Beek. Hi there, I have been having the same problem, and have been trying everything for a solution. It seems as though there is no way around this other than buying the full version of Crystal Reports. Brenden Stefano ...Show All

  • SQL Server Cannot create db diagram

    When trying to create a DB diagram on my local SQL Server 2005 db, I get the following error: cannot insert the value null into column "diagram_id" I have searched the web and can't seem to find anything on this. I just simply drag one table from my local db onto the diagram windows and try to Save it and that's what I get. I'm able to save diagrams on a networked SQL Server. Does anybody know how I can resolve this issue Dear Bill I am a newbie and have also experienced the same problem, on a local machine with SQL Server 2005 DE. I have placed a similar msg on a few forums and no response to them as y ...Show All

  • Windows Forms Problem with serialization of inner control

    I have a control: class PopUpPanelBase : Control { protected internal BaseRaftingControl RaftingControlInternal = new RaftingControl(); public BaseRaftingControl RaftingControl         {             get             {                 return RaftingControlInternal;             } & ...Show All

  • SQL Server How to delete the uploaded files in Report Manager

    Hi, Is there a way to delete uploaded the report projects in http:/Localhost/ReportServer Thanks, Zixing Wang Note: the Detail view is only available in report manager (.../reports), not through the /reportserver virtual root. -- Robert ...Show All

  • Visual Studio Team System TFS Backup Procedures

    I see there has been some docs on backing up TFS. http://msdn2.microsoft.com/en-us/library/ms253151 It looks like this can get tedious. There are 7 SQL Server 2005 databases and a few sharepoint sites. Is there a plan to automate this Thanks.  _____________________________ Sarah Cameron - InCycle Software ...Show All

©2008 Software Development Network