Enter Keywords:
1 - 10 of 94(0.075 seconds)
Sort By:
 
Hello, I've got DataGridView  named gradesDGV with datasource  based on BindingSource which datasource is DataSet. In DataSet I've tableAdapter created from stored procedure. (MS SQL 2005) I hav...
Zones: Visual Studio, .NET, MS Visu...Date Answered: 02/12/2008 Rating: 8.0 Views: 0
Hello, I have datagridview with 200 rows based on tableAdapter when i change something I need to change date column. I'm using this code atached below its working but its veryslow. How can I...
Zones: Visual Studio, MS ...Date Answered: 02/12/2008 Rating: 8.0 Views: 0
Suppose I want to use an XML File as a data source in VB.NET...is there a way to add an xml file as a data source and then bind it to DataSet Controls? I'm programming a very basic Windows Form ...
Zones: MS Visual Basic, XMLDate Answered: 04/08/2008 Rating: 9.2 Views: 4
What is the best method for inserting a node with a specific value into an xml file.  I've been playing around with the xml document class methods but for some reason I'm not seeing how I can inser...
Zones: MS Visual Basic, .NET, XMLDate Answered: 04/08/2008 Rating: 8.5 Views: 0
I am wondering what the best practice is for closing one form and viewing another in a Windows Form app.  I have been using Me.Hide() to close the form and SomeForm.Show() but I'm wondering if this...
Zones: .NET, MS Visual BasicDate Answered: 04/12/2008 Rating: 7.6 Views: 0
This seems like a very basic thing, but I can't seem to figure out how you would reference a file stored in the same directory as the project executable.   I am creating a custom app that needs ...
Zones: .NET, MS Visual BasicDate Answered: 04/12/2008 Rating: 9.2 Views: 20
I have an xml file following a format similar to: <Bookshelf>   <Book>     <Title>Title1</Title>     <Author>Author1</Author>    <Author>Author2</Author> </Book> <Book>    <Title>Title2</...
Zones: .NET, XML, MS Visual BasicDate Answered: 04/15/2008 Rating: 8.0 Views: 0
I'm writing a custom program that edits xml files which are settings files for a program we use.  I've figured out how to change all the nodes & use XPath to locate the ones I need to edit. Bas...
Zones: .NETDate Answered: 04/16/2008 Rating: 7.4 Views: 0
Hi Experts. (using vb.net, Visual studio 2005 Pro) I'm really not sure why I cannot make this work. I  have a windows form (form1) which contains (not surprisingly) contains functions and subs. O...
Zones: MS Visual Basic, .NET, Visual ...Date Answered: 05/29/2008 Rating: 9.0 Views: 0
Hi all - I have a panel which contains some controls. I want to allow the user to zoom in and out of the panel and the scale method seems to be able to do the trick for me. ie: to zoom to 50%, I c...
Zones: MS Visual BasicDate Answered: 08/20/2008 Rating: 6.2 Views: 8