Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MS Visual Basic Solutions: 5276 - 5300 of 8631
 
I'm trying to create a vcs file on the fly and submit it to the user. This works fine but when opening the file in Outlook then characters like æ ø å Æ Ø Å are change into æ ø Ã¥ à  ÃÜ Ã ¿½ ...
Hi I am trying to retrieve the text from an application and need to get the text out of the tooltipballoon. I have tried to use FindwindowsEX, Gettext(), childenumerations etc. However, i ca...
Is there a quicker way to check if a String variable in VB 2005 is in a list of values? For example, instead of the following: Dim x As String If x = "Mr" Or x = "Mrs" Or x = "Miss" Or x =...
Hi all, I have the following code which reads a users input into a textbox and uses the values entered to read a SQL Server table and return a value:     Private Sub TXT_Cont_TextChanged...
Hi, I am working on a sample to merge word documents. One of the parameters is an array of files from a selected folder. ' <param name="filesToMerge">An array of files that we want to merg...
I would like to highlight a row within a multiline textbox, but do not see the method to achieve this. Please advise. Thanks, Howard
I have a GridView that shows 5 records at a time on a page.   Each record has a sequence number as the first element in the row, and a Delete Button as the last.  When the user clicks the D...
I am creating an application in which I need to print Images of Real Estates. I have used code as follows:
I have one combobox that has the databound properties set to populate the combobox with test code descriptions. The users would choose a description and then continue to fill in the form. Ever...
I want to test for a mouse click on a vs2003 MaskEditbox  How can I do this?  Thanks
Hi, I am learning Visual Basic (2005 Express Edition) and I want to know what is the easiest way to import data to update a .mdb. Basically I need to create a file ( xml, csv, txt, you tell me...
Hi, can anybody show me how to create a grid, which is built with a data table, divided into 10 columns and 10 rows, and I start at example (0,0) with the address highlighted were I am. Then w...
have two list boxes in my form , list box 1 is binding with data set and all of items filled from a table , i need to transfer an item from list box1 to list box2 when select this item. i w...
Hi, I am trying to run a select statement to pull back the course id for a specific user, but it's not working. Can someone look at it and see if you can tell what I'm doing wrong. The text bo...
I'm trying to convert a vba program to vb.net 2005 and I'm Having a problem with the following line: oChart.SeriesCollection(1).values = oSheet.Range(oSheet.Cells(2, 2), oSheet.Cells(rowCnt +...
Hi, my program used to work with every MS Excel version, but today I've tried it with a new Excel 2007, and it doesn't work with that new version! When I try to create the workbook (add or ...
Is there a control in Visual Basic .NET / 2005 that lets me: - drag and drop a folder from explorer into it - copy / paste a folder from explorer into it And have me get notification vi...
I have some data in a dataset and I need to send it to the printer when the user click on the print button. I also need to enter a title and an address to the page. How can I do that.
I would like to use a treeview on a desktop application to serve as a "table of contents" for a three table hierarchy.  For example, Table1 (PersonID) Table2 (PersonID, DataDate) Table3 (Da...
Hi, im trying to figure out how I can go about taking, and saving a screenshot using VB.NET, I already have a keyboard hook in place so no matter what when you press the Prt Scr button it fire...
I've got a VB app where the dataset is driven by a sql server. I simple load the data at form load event and display it in a grid on the Form1. I want the ability to allow the user to select ...
I have a project that was imported from VB 6.0 Pro.  I am still using ADO.  The code is designed to report data from Oracle.  If the code is supposed to bring back a small amount of data it ru...
Dim node As XmlNode = document.SelectSingleNode(String.Format("//itemlist/item[@ID='{0}']", ID)) Yes I am having a problem with the above string. I cannot delete a node element unless its I...
Hi Experts, I created a Windows Form in a Visual Basic.Net 2005 application where I am attempting to retrieve data from five different tables in Oracle. I have created the Project named ("...
How can i code button font sizes/font/color? Thank you! Charlie VB.NET 2005