Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested MS Visual Basic Solutions: 101 - 125 of 6966
 
Hi, I'd like to create a two-dimensional array, and loop through it using VB Script. Can anybody answer the following?  - Is there any syntax for making one or more dimensions of a two ...
How can I clear a datagridview, delete all rows and columns ? Thanks
Hi! I have a block of code in the Me.Load event of every page that submits a variable to my flash menu         Dim param As HtmlGenericControl = Master.FindControl("param")         Dim ...
Hi Experts, I have a dataset that is populated from a stored procedure. There are textboxes that are filled in with the data. So far so good. When the textboxes are changed I have a save...
I need to process each file in the below in file date modified order instead of just random order. Is there an easy .net method that will allow me to do this, or do I need to do some kind of q...
Hey Guys: I'm trying to figure out how i can retrive how many recorsds the reader read, thi is what i got: Sub SelectTop(ByVal SiteID As Integer, ByVal TableName As String)         Di...
Help! I need to open windows explorer from vb.net project. Also when I open windows explorer I wish for it to display a particular folder. Now, I am unsure whether this can be done, but ...
Hi there, I have a datagridview and I have one column of data in particular where I need to word wrap the data and make the cell multi line. How would I go about doing this? many than...
Good Afternoon Experts: I am using VB.net and need to iterate through a recordset and output the results to a text file? I have the iterating through the recordset all done, but I canno...
Hi I've got  a DataGridView on a windows form with various columns added by the Data Source. I also added a DataGridViewButtonColumn. The problem I'm having is that I have no idea how to ad...
Good Day Experts: How can I replace double quotes(") in a String?  I am using VB.net.   ie.    This " is double quotes  --> This is double quotes
Hello, I have two DataGridViews  both are filled based on BindingSources which are using stored procedure with different parameter values. Now I need to move rows from one DataGridView to ...
Hi experts, I have a datagridview control that displays records from a table. I have added a Button Column to the datagridview. What i want to happen is when the button is pressed, it...
I need help formatting a DataGridView. I want to set the following properties: header row background color to Dark Blue Header font color to Yellow Set each column header text to something ...
Hi There, I have created an application using VB.net 2003 backend Ms access. On my Vb.net application I have a button and on the onclick event,  Im trying to run an Update query( UpdatePO)  (...
Hi, ok heres the deal.... I want to embedd a video in my vb.net app and then be able to play it. I got as far as just adding the file (lesson1.mpg) to the project and in its propperties ...
I am trying to open a new window from my vb net application. When I click on the button the first time it seems to do a postback and then nothing clicking on the button subsquent times will th...
Does anyone know how to perform a click on a row in a datagidview? I use PerformClick for buttons, can a similar action be perfromed on the DGV?
I need help in a confirmation dialog in my VB.Net application.  I can get the confirmation popup, but I cant seem to get it to function properlyl.  For example if they click on "Cancel" does n...
how can I loop through rows in a dataview? So i might have a dataTable with 100 rows and a dataView with 10 (because of the row filter applied) how can I loop through these 10 rows? I...
I'm attempting to add the data from an excel file (that is formated the same way as the datagridview) into a datagridview. The probelm I'm getting is the xls data is being appended to the exis...
How can I get a MemoryStream into a String? Dim a as String Dim b as MemoryStream a = b ????
Still coming up to speed on VB.NET 2005 from VB6. In VB.NET, you can use the application settings to store app info. Problem is, in the IDE, its a read only attribute. Yes, you can use User Se...
hi experts, I see quite a lot of questions on this error but haven't figured it out. Here's the situation MAIN FORM-->User clicks on menu and is presented with new form "CalculationsForm" ...
Help!!! I setup a new computer for my development.  I re-installed VS2005 and the service pack.  All Windows XP updates have been applied.  I am now getting the following error when I try t...