balajikoturu's Q&A profile
Smart Device Development Designer Problem
I made my first program for poket pc and then when to bed. in the morning I can Only open the form in code view not the designer Thanks in advance Will go tools -> rebuild project http://www.vbforums.com/showthread.php t=335953&highlight=form+script its a known bug ...Show All
Visual Studio Express Editions Help! Problem setting up the latest version P SDK with the Express Editor
EDIT: OK ... Found the solution to the problem below ... See final Edit below if anybody else has been having problems I am new to VC++ and having problems getting source code to complie. I'm not sure if I DL'd the wrong PSDK, configured the editor incorrectly or doing something wrong with the source files. In the MSDN Getting Started tutorials >>Visual C++ guided tour, there is a tutorial called "How to: Us ...Show All
SQL Server linked servers "Client unable to establish connection"
We have several linked SQL servers running both SQL 7 (sp4) and SQL 2000 (sp3). Recently, when we run the following command from SQL 7 query analyzer to a SQL 2000 database, select * from remoteserver.database.dbo.tablename , we get this message: [OLE/DB provider returned message: Client unable to establish connection] [DBNMPNTW]ConnectionOpen (CreateFile()). The databases are linked with specific remote login and password. The same comman ...Show All
Visual Studio ReportViewer control question
Hello, I've created a simple report...nothing fancy, just a few textboxes and lines & stuff (nothing is read from the database)...I cannot print the report..I can click the print button and the dialog shows up, I set everything and click print...but nothing happens...it shows up for a brief moment in the printer queue but then it just dissapears. My printer connection is not the problem since I can print from everywhere else and I've te ...Show All
Visual Studio Team System TF30169: The New Team Project Wizard was unable to download the process template MSF for Agile Software Development - v4.0.
I have read the forums and http://msdn2.microsoft.com/en-us/library/ms244150.aspx And still cannot get a project created. Any ideas Brad ------------------------------------------------------- Error TF30169: The New Team Project Wizard was unable to download the process template MSF for Agile Software Development - v4.0. Explanation The New Team Project Wizard encountered an unexpected error while attempt ...Show All
.NET Development Rename Root Node in XML
I am working with C# and having trouble renaming the root node of an XML document. I am unable to find the objs I need to accomplish this task. Any suggestions short of string manipulation Thanks! // Create and populate the XmlDocument System.Xml. XmlDocument xDoc = new System.Xml. XmlDocument (); xDoc.LoadXml( "<xml><node/><node2/></xml>" ); // Create the ne ...Show All
Visual Studio Express Editions BalloonTip
Can someone please explain to me why no matter what value I set the timeout value to for the BalloonTip of a NotificationIcon in my project, it always shows for the same length of time Below is the line of code to call the BalloonTip: nfyNotify.ShowBalloonTip(1000, "SubSelect Watchdog" , _ "SubSelect watchdog will remain in the notification " & vbCrLf & _ ...Show All
Visual Studio 2008 (Pre-release) Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:system.serviceM
using CTP bits i can rebuild the samples and all ok - building my own project i get the following error: "Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:system.serviceModel'. C:\Documents and Settings\jim\My Documents\Visual Studio 2005\Projects\msnsearchclient\MSNsearchIndigo\app.config 3 6 MSNsearchIndigo" all of this is using VS 2005 beta2. jim I've been bangi ...Show All
Windows Forms DataSet, DataGridView and Threads Problem
Hi, I got a DataSet Table getting filled with data from a source of different threads. I have a problem where I view this Table in a DataGridView and my app freezes. If I execute the app in debugging mode in the IDE it works with out problems. Basically what I want is to be able to view and edit this dataset from the DataGridView while threads fill the table with data. I was thinking I probably have to use Invoke() on the DataGridView but ...Show All
Visual Basic vb.net2003 and excel2000, new to vb.net
Would some one please tell me where I'm going wrong with this I have a referenced Microsoft Excel 9.0 Object Library . I can get this to create, write to, read from and save as. When I try to open the very file this created I get an error. From what I have googled the excel com file has some problems working with vb.net, is this true. If so what is the proper solution An unhandled exception of type 'System.InvalidCastException' occur ...Show All
Visual C# DataGridView, simple question.
Hello, I have a DataGridView, and one of the columns is ComboBox. I have a collection of items that is a datasource for the ComboBox column. The question is: If a user selects one of the dropdown items from a ComboBox in one record, then that item from a drop down list in ComboBox will be no longer available in the other records. Do I have to create a custom event to do that Thank you. ...Show All
SQL Server Cannot connect to sqlexpress from ssmse (ctp)
I have been using sqlexpress for several months and decided to upgrade the ssmse to the november ctp version. I uninstalled the old ssmse and installed the november release from ctp. I verified that the tcp/ip and named pipes are enable in the config manager. I attempted using these connection strings: \sqlexpress, (local)\sqlexpress, or server name\sqlexpress All fail with the following message: Cannot connect to WALLY1\sqlexpress ...Show All
Smart Device Development How to retrieve IMEI of pocket pc phone ?
Dear all, In addition to the unique device identification number, I would like to retrieve IMEI of pocket pc phone, please advise (using native VC++ and VS2005) Hi The extended TAPI API lineGetGeneralInfo returns the requested infos. There is a sample in the Windows Mobile 5.0 (Pocket PC and Smartphone) SDK under <.\samples\CPP\Win32\Cellcore\Extapi> This a privileged API - depending on the d ...Show All
Visual C# delete datagridviewrow
how can i delete the selected datagridviewrow without using the bindingnavigator delete button i created my own button btnDelete. and i want it to auto-save to the database after clicking yes to the dialog "Sure to delete ". thanks in advance.. This is some code I use for a 'Delete' button: private void myDeleteButton( object sender, EventArgs e) { // Delete string msg = "Are you sure "; ...Show All
.NET Development Is it possible to install Win App without .net Framework?
Hi Folk I have created a Win .net Application and when I try to install it, it asks me to install the .net Framework first!! Is it possible to install a Win App on third party machines without the need to install the .net Framework !!!!!!!!! This is a big disaster, if I will need to install a 20 MB to make a 200 kb application Works! I need to run my application without the .net Framework! Any ideas please Thanks You can take a l ...Show All
