Eye5600's Q&A profile
Visual Studio Express Editions datagridview column readonly only in edit mode
I have a Datagridview control that is bound to a table in an access database. The table has only two fields, Code and Description. The column Code is Readonly = true, but in the BindingNavigatorAddNewItem_Click I change this column to be readonly = false (because I need to be able to enter the data only when it is addition). I need to return this column to readonly = false at end of the addition process. I hav ...Show All
Visual C# problem in adding an event in the treeview
i have used the treeview control to list out the contents of a directory . I want to add an event when the user double clicks any of the nodes. For example when the uder double clicks the any of the text file i want to open it. The problem is that i havent any idea of how to do that. How can i do something when user double clicks any of the node. Sigme, You may be able to set the selection during the double click ...Show All
Visual Studio Express Editions Strange string problem in vb?
I am currently making a program that reads the ID tags from an MP3. Here is my problem or an example of my problem. Lets say I have the artist showen in a msgbox and the song title showen in a seperate msgbox like so: msgbox(artist) msgbox(song) The msgbox will appear and show the correct info. But lets say I do something like this: msgbox(artist & " - " & song) it will ONLY show the artist, but this ...Show All
Microsoft ISV Community Center Forums Does the VBA save word as XML???
Hello! I'm really needing to know if there's any VBA code able to save a Word document as an XML doc. Any sample is appreciate. thanx Marcos Hercules dos Santos There an XML format called WordML that lets you save a native Word document to an XML document. The XML file thats produced contains a lot of XML that you might not want or need but you can perform transformations on it or use DOM to extract what you need or to ref ...Show All
Visual C++ Linking problems using Visual Studio.net 2003
I have written a program that needs to use DirectX libraries. I am using Visual C++.net 2003. I have compiled it successfully. When I go to "Debug" on the menu bar, down to "start", it says that these project configurations are out of date and would you like to build them. I click "yes" and it comes up with linking errors: Linking... draw.obj : error LNK2019: unresolved external symbol _D3DXCreateTextureFromFi ...Show All
Smart Device Development .net 2.0 - SQL connection
Hi All, I've created a smart device app. in .net 2.0 (beta 2). Also, created SQL server mobile database with 1 table and then I dropped table on the mobile designer window which created sqlceconnection1, sqlceadapter1, sqlcecommand1, sqlcecommand2, sqlcecommand3 and sqlcecommand4 objects ( that automatically adds reference Microsoft.SqlServerce.SqlClient.dll to my project ). When I try to compile the solution..it tells me " Error  ...Show All
.NET Development Windows Application have problem with Stored Procedure...
Hi. I have problem with Stored Procedures and Windows Application. I don't know what's wrong with them, but they are going on my nervse. This is Stored Procedure I want to EXECUTE: [code] ALTER PROCEDURE spFormSiteOptionsSet ( @DISABLE_LOGIN bit, @DISABLE_BUYERS_REGISTRATION bit, @DISABLE_PROGRAMMERS_REGISTRATION bit, @LOCK_SITE bit, @PERCENTS int, & ...Show All
SQL Server Javascript Error When trying url access
Hi, i have a problem with the rs 2005, using url access to call a report: --------------------------- Error --------------------------- Error: 'RSClientController' is undefined Calling a report from the reportmanager works. The rs2005 runs on a machine with a parallel installed rs2000. I configured the virtual directory to machinename/reports2005 & machinename/reportserver2005. When i debug the clientscript i see that he reque ...Show All
Windows Forms Event handler and disappearing desktop icons...
I have noticed a strange behaviour when from a _DragDrop() event handler you show a message box (something like this very simple code). eg: ---------------- private void treeView_DragDrop(object sender, System.Windows.Forms.DragEventArgs e) { MessageBox.Show("See me erase the icons on&nbs ...Show All
Windows Forms Shell Extension Context Menu in C# strange error.
Hi, i'm writing a shell extension in c# that will add two menu's to the right-click menu of explorer. Here is the problem. If i select one file and use the standard OPEN context menu all is well, but if i select two or more files and use the standard OPEN context menu it seems to want to run through the code for MY created menu. Here is the code in question: int IContextMenu.QueryContextMenu(uint hmenu,uint iMenu, int idCmdFirst,int idCmdLast ...Show All
Windows Forms Deploying applications and the .NET framework
Hello all, I have created a vb application which i will be rolling out to machines that do not have the .NET framework. I'd prefer not go to each PC and install the framework first if possible. I though it would be good to create a fr ...Show All
Visual Studio CR and ADO.Net XML dataset
Can you tell me if Crystal Report can manage a datasource simply consisting of DataSet written with DataSet.WriteXML. Thank you in advance /Soren Hi Keith Sorry for the late answer. The notification service does not seem to work for me. I am new to .Net so I dont necessarily know excactly what I am asking for The situation is that we want to use Crystal in a solution that does not have a true database. Inste ...Show All
Visual Studio Team System Errors in Team Build - TFS RC
I've recently upgraded to TFS - RC and all is going well, except for Team Build. All the solutions build successfully when they are on their own (i.e., in their own individual build), however when I combine them up into a single Team Build, it crashes part way through with the following Error in the Application Log. (Below) I can't see any errors in the build log, it just stops ! I have tried several orderings of solutions, and it seems ...Show All
Visual C# Design question : Inheritance, Interface, Push, Pull ???
I have a form which is in a File Explorer style: The left side is the TreeView control and the right side is a display portion. The two portions are split by a slitter control. Every time the user clicks on a node on the TreeView, the node displays itself on the display portion of the form. For now, I only have 3 types of nodes, but as the application expands, so does the number of nodes and do their display requirements. NodeA: Display informat ...Show All
Windows Forms dealing with parse error in the designer [C++/CLI]
I'm getting this error when I try to view the design for a form class: One or more errors encountered while loading the designer.The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code change ...Show All
