Nagendran Sellaiah's Q&A profile
Windows Forms MDI Merging /w ToolStrip and ToolStripContainer
Hello! Using Whidbey Beta 2 I built a simple MDI App with Menu- and ToolStrip-Controls on the Parent and on the Child. If the Child Form is shown, the MenuItems and the Tool-Items itself are correctly merged with the main Tool-/MenuStrips placed&nb ...Show All
SQL Server GUID
Hello, I'm working on a smart client app that has an offline sql express store and needs to work with several types of central databases (support for multiple products - ms sql, DB2 etc) While trying to put together some offline functionality that needs the user to create records on the offline sql express data store, we've run into the need of being able to uniquely identify records so replicating the data in the offline store back into t ...Show All
Visual Studio Tools for Office Access 2003 Developer Extensions with VSTO
Hi: I just got Visual Studio 2005 Tools for MS Office System, but couldn't find Access 2003 Developer Extensions on the CD. I am not sure if I am missing some components or making some mistake in installation. I would greatly appreciate any help in this regard. Thanks reez Hey Reez, VSTO 2005 does not have support for programming against Access. Please let me know if I misunderstand your questions. ...Show All
Visual C++ Parallel port interfacing using Visual C++
hi Can anyone help me that how can i interfaced parallel port by using VC++.what are the commands or functions are used 4 this purpose.Please send me any information about this.I have to interfaced DC motor control via parallel port using VC++ I will be very thankful to you. shorash_leo@hotmail.com http://www.naughter.com/parallelport.html ...Show All
SQL Server SQL Mobile Query
On the paper: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/med302_msdn_sql_mobile.asp frame=true While trying to complete the exercise, I encountered the following unexpected behaviour: While configuring the subscription for the SQL Mobile (from the tutorial – To complete the subscription) section, I encountered the following error – TITLE: Microsoft SQL Server Management Studio ------------- ...Show All
Windows Forms Problems binding to a run time created control
I am having many issue trying to bind a many-to-many relational table built in Access. I did NOT build this database, just trying to update some webpages to VS2005 using the existing database. The first part of the page is binding to a particular order, this order has many rows, within these rows are accessories rows for thos rows. Quite complicated but the only way I think I can explain it. The order, the order row, and the accessories are all ...Show All
Visual C# Bounded lists
Do somebody know how one is supposed to do bounded lists in C# Should the NextItem be an unsafe pointer like in C/C++ or is it something else to do it in a managed mode Thank you alex it was liked lists I mean, sorry for my bad english. And thank you for your answer. I think I will work it out with Generics. ...Show All
SQL Server Printing SQL Diagrams, row header boxes resize incorrectly
http://www.alfware.com.au/sqlerror.pdf This is an example of what is happening whenever I print an SQL Diagram Any ideas why the row header boxes resize incorrectly Regards, Michael Proctor As i program from anywhere I was hoping to utilise the built-in diagrams of SQL so they travel with me no matter where I am. It works great conceptually, however this "bug" with the boxes is frustrating. Surely Micr ...Show All
Visual Studio Team System VSS and Team Server
It seems that I can't have some VS projects (existing ones) use VSS and others (new ones) use TFS without continually changing the configured source control plug-in. Why can't this be configured per solution It looks like I'm pretty much forced to migrate everything or nothing, which is totally crazy. OK, I did not see anything unusual with the solution or project files. It would be worth looking at a ...Show All
Visual Studio 2008 (Pre-release) WCF Client Kills Windows Service Hosting WCF Service
Hi all, I have a WCF service that does two things: Returns a DataSet given three string parameters Returns an ArrayList given 1 string parameter This WCF service is hosted inside a Windows Service. My client does this: Calls the function to return the ArrayList Iterates through the ArrayList calling the "ReturnDataSet" function with each iteration using the value in the ArrayList to pass to the "ReturnDa ...Show All
SQL Server memory usage of aspnet_wp.exe
Hi Friends when i open task manager i see that "aspnet_wp.exe" taking over 100,000 k (memory usage). is it normal i dont have any issues but sometimes my machine runs sluggishly and wondering is it bcoz aspnet_wp.exe any ideas on this much appreciated. am running sql server 2005 standard edition and visual studio standard edi on xp prof mechine. It's not necessarily abnormal, depending on what kinds of reports you're working with ...Show All
Visual Basic Add combox in Datagrid 2003???
Dear Team DO you have a simple code for adding a combobox in datagid Thank you very much I have added a text file with some extra comments... The code I have sent assumes you want a databound combobox in the datagrid Let me know what you think and see if you can follow my code... ignore the bits where I build a DataTable... it's just so that you can see data in the table and comboboxes when you run the Form... ...Show All
.NET Development SSL X509Store
I have created a certificate with makecert.exe -sr LocalMachine -ss MY -a sha1 -n CN=test -sky exchange -pe cert.cer makecert.exe import the cert into the certification store. But i delete the cert in the certification store because i would add the cert to the store with my server app. Here is the code, all works fine but Server.AuthenticateAsServer(cert) don't work... Private cert As New X509Certificate2("C:\cert.cer ...Show All
Visual Studio Setting Local Report Parameters - FileIOPermission
I have a report that takes a start date and end date as parameters. Here's my code: reportObject.LocalReport.ExecuteReportInCurrentAppDomain(System.Reflection. Assembly .GetExecutingAssembly().Evidence); reportObject.LocalReport.AddTrustedCodeModuleInCurrentAppDomain( "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" ); reportObject.LocalReport.AddTrustedCodeModuleInCurrentAppDomain( "System ...Show All
.NET Development DirectoryEntry.Invoke("Groups") is inconsistent
Hi. I have a fragment of codes that retrieves the groups of a certain user. A call to the DirectoryEntry.Invoke("Groups") is fine in domain at home but not in the office. I am indeed able to retrieve all the expected groups of a user. The domain at the office always throws an exception saying "There is no such object in the server". At first, I thought my binding is not successful but retrieving the properties ...Show All
