What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Time Tested MS Visual Basic Solutions: 176 - 200 of 7101
 
this vb6 code                 If Create_LoansArray(m_strClients(indx)) Then                 Open strSumFilename For Append As #15                 Print #15, "Successfully extracted data ...
I'm looking for a way to extract only the Date value out of a VB.Net DateTimePicker control's value. I tried what I know with ToString and Format but couldn't get mine to fly. Thanks, J...
Hi Experts I have the following table structure, which I want to populate in a treeview control with the correct hierarchy 1) Hierarchy - Numeric (1,2,3,4,5,6,7.......) and so on 2. FI...
I am developing windows application using VB.NET 2005 its simple application like reading Barcodes using Barcode Reader once i read barcode, the data is comming and displaying Textbox ...
vb.net 2003 Office 2003 What I have: C:\TestData\Input.txt   Text File Pipe Delimited    :  4 columns Of data example: 00001|NO BRAND NAME ASSIGNED|6DU27|M3-.5 X 6 FLAT HD SOCKET CAP S...
How do i force the Datagridview vertical scrollbar always to show ? Thanks
Is there an easy or quick way to sort a dictionary (System.Collections.Generic.Dictionary)?  I want to create a utility function that can pass in a dictionary and parameters that tell it if yo...
hi, In vb.net if i open a single form in my application ,the memory gets increased ,likewise when i close the form the memory is not getting released why so? I want to release  the memory.I...
I want to create a VB.NET application that creates an Excel File. Currently I have installed Office 2007. Most examples I found on the web uses office 2003 objects library. Some, like the lin...
How can I find the value of a cell in a gridview? I'm getting an error for strLP below in the row databound event? Dim strLP As String = ""   Protected Sub gridReviewer_RowDataBound(ByVal...
Hi Gurus, I am facing problem while calling a javascript function from Visual basic. Basically my requirement is like this. First I have to invoke a web page from visual basic and once it ...
I'm trying to do something that was so simple in vb6.  I have a form (frmMain) that when a button is clicked it does frmScan.Show().  On this second form, I want the first textbox to have focu...
I have the below SQL Insert statement in my WinApp and I would like to make the formatting (mm/dd/yyyy) instead of the default mm/dd/yyy hh:mm I am trying to do this an easy way without hav...
Should be a simple problem. I am writing code for what happens when a user clicks a button. Based on a condition, i would like to cancel the event and exit the Sub. How do i do it in vb.net? i...
Hello I very new ath VB.Net I've created a Login database using MS Access. I need to add new users to the database. I've created the input form and have was able to connect to database. here i...
I have a DataTable object containing data read from a XML file (that I cannot modify). I have to filter on a field and sort on another one. The Select method let us do that but... Those ...
I have a 2.0 framework dll I am attempting to add to the GAC on a non-development computer. I am able to install the dll to the GAC on my development computer. I am unable to do so on the tar...
Hi,     i try the execute a multiple query and when i try to connect the SQL Server 2003 the page show this Message. The partner transaction manager has disabled its support for remote/net...
I have read many posts and solutions but have not been successful at making my VB app click a button on an HTML page that it loads.   Here is the VB Code: Sub main()     WebBrowser1.n...
I wrote a Visual Basic 2008 application targetting the .NET Framework 2.0. It runs fine on my development PC, but when I run it on a deployment machine, I get the following error: Could not...
I have a treeview control with checkboxes that I need to get the unique identifier value of all checked nodes on a button click.  I dont need the control to update until the user actually clic...
How do I convert a string into a StreamReader object? Is the following code correct?         Dim MyMemoryStream As MemoryStream = New MemoryStream(System.Text.Encoding.UTF8.GetBytes("My str...
Assume a structure like: Structure myStructure        Dim A as string        Dim B as string End Structure Assume an arraylist named myArraylist Assume this myArraylist holds a bun...
Im trying to load data from a datatable into a DataGridView in a Windows app in Visual Studio 2005 (vb.net).  Theres something about OOP Im not understanding here, so its not loading the d...
I am loading a datagrid with a decimal field and have chosen a "C" format in my column mapping.  The source field is decimal, scale of 0.  The display gives me $ sign, commas and two decimals....