sunbar07's Q&A profile
Windows Forms Dataset mode?
In web service, how could i realize that the dataset is in insert,update or delete mode More info: Pretend some changes happed in dataset in client side. In my program the response of the web service for each case (insert,update or delete)&n ...Show All
Visual Basic how can I 'emergency close' a form during form_load if a try/catch exception is encountered?
Hi Does anyone know why the following does not work I'm using Visual Studio 2005. Basically I need to be able to perform an 'emergency stop' and close a form during it'ss Form_Load event if a try /catch exception is encountered while connecting to and querying a mysql (or other) database. The example code below shows the form_load event calling the sub load_manufacturers() - I have marked the lines which do not work as expected wi ...Show All
Visual Studio Express Editions accessing button by name
I'm not very experienced with C#, so maybe I'm thinking the wrong way around to fix this. Suppose you have 20 buttons. They are positioned so they make a rectangle. When a user clicks a button, the button changes into a textbox. So far so good, I've coded this, and its functioning perfectly. Now the problem: The user can fill in 1 digit, and then the textbox changes back into a textbox, and the next button transforms into a textbox. My probl ...Show All
Software Development for Windows Vista autoexec
where do I get the answers for the questions posted in the forums You will get the answers here, or what do you mean Read this post for how to get general Windows Vista support. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=423586&SiteID=1 ...Show All
Windows Forms How do i pass control to another form in a button click event
Hi I am new to windows forms. How do I pass control to anohter from in a buttons click event. eg When you click on a button located on form 1. It then shows form 2. how do you do this. Thanks OOPS I th ...Show All
Windows Forms XSD.EXE
HELP! I'm trying to create a strongly typed dataset using the XSD.EXE. I have managed to create a file that, once renamed (with xsd filename extension) is visible within VS. Only problem is, i need a .vb version of this file.   ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX Multi-Device Audio Synchronization?
We are trying to figure out if we are going to be able to use DirectX for the following project. We would have a Vista box that would stream audio sources to multiple CE 5.0 devices over an IP network. We would need those synchronized so that you would not hear any difference in synchronization if their outputs were within ear shot of each other. My main questions are: - Does DirectX support this sort of synchronization - ...Show All
Visual Studio AddIn problem
Hi all, I am experiencing some problems with Addins in the VS2005 environment. I have been researching the problem for a few hours, and haven't found anything useful. The problem is that addins simply refuse to show up. Tools -> Addin Manager... results in an empty window, and installed addins are nowhere to be seen in the Tools menu. I've checked the Addins folder under My Documents\Visual Studio 2005\Addins , and the .addin file ...Show All
Windows Forms Inside Cell ??? I need help
When First time I saw DataGridView I feel that itis very powerfull control and Itis really that But I have 2 Points to know Please I need Help 1- How I can write the row number in the fixed area (or fixed cells) on the left 1 2 3 4 5 6 and so on How I can do that 2- This is my Bigg Problem: I need a functionality that allow to me When the user edit a cell (AND STILL EDITING IT) I want to handle a key event e.g: F3 . In summary ...Show All
Visual Studio VSS 2005 on VS.Net 2003 ???
Hi, Is it or will it be possible to use VSS 2005 on a VS.Net 2003 IDE We would like to wait a few months before upgrading our app to VS.Net 2005, but already leverage the possibilites of VSS 2005 ( Finally a REAL sourcecode system from MS ! ) Thnx in advance Sven Peeters Belgium Yes. See this post for more info: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=21470&SiteID=1 Alin ...Show All
SQL Server SQL programming
hi i am using SQL query analyzer to test first which I will have to import into visualstudio.net, web application ... this is one set of data I have as example and I want to concatenate all authors name in one row. However I keep getting this table where first name goes missing, but the (,) is displaying Below is the table: Book Author (book)A General Resource-constrained Short-term Scheduling Model for Multipurpose Batch ...Show All
Windows Forms DataBinding with Master/Detail by BindingSource
I made a simple windows form application with a Dataset which implements a Master/Detail relation. In a DataGridView there are all the parent records, in anothers one children... If I add a record in the parent DataGridView, then add some children, then click save (I used BindingNavigator) to update DB, all will be ok, both Master and Detail records are created. The problem begin if I insert data via textbox (in databinding with same bi ...Show All
Visual Studio Team System HOWTO delete a work item in UI
I didn't find a command in TE to delete a work item , how can I do that Some more posts about this http://forums.microsoft.com/msdn/ShowPost.aspx PostID=6467 ...Show All
Visual C# Asyncronous socket server with windows service
Hello, I've made a component that creates a socket server that should accept any socket. My first attemp was to use this component in a standard windows application - that worked fine. In the second attemp I use the same component in a windows service, at first I thought it worked well - but today I noticed that it only accepted sockets from my own computer! I switched to the first application and checked if it accepted foreign connection, it di ...Show All
Visual Studio Express Editions Is there any way to capture the HTML of the current page in a string?
I'd like to email the current web page. I've figured out how to send email with the SMTPClient object when the client posts the page back to the server. Is there any way to grab the HTML for the page to include in the email I've looked at the Render() method, and it can be overridden, but I don't see a way to grab the HTML that would go back to the client. Thanks, Mike override Render in your page (or an ...Show All
