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: 401 - 425 of 8631
 
Hello, I would like in VB.NET Copy SourceFolder and SubFolder to a destination Folder....? I check the system.io.directory function but there no COPY :-( Do you have any suggestion? ...
I recently downloaded and installed visual studio 2005 Premier Partner edition from the MS web site on xp operating system, including vb 2005 express and sql 2005 express.  Attached to the com...
Im trying to send a email using my gmail any idea why this is not working? this is the code     Sub SendEmail()         Dim insMail As New MailMessage()         insMail.Sender = New...
I've been trying to figure this out for quite some time now, to no success. We're developing an app in VB.net on VS2005. For instance, we have a main form and we want to create a on scree...
I build a routine which makes the combobox for the popupmenu and it indeed pops up on right clicking the associated textbox.  The problem is that the box only closes upon clicking elsewhere.  ...
hi, I am new to vb.net.  I have an excel file which have different sheets.  For each sheet I have to retrieve all values which are not null and store them in mysql database after filling in...
Hi experts, I have a Windows service which resides on a Windows Server 2003 box on Internet connection 1. This service is running by default. We'll call this box server1. I also have a d...
Good Day Experts: Another "zinger" I am not sure of how to do in my project.  I need to have a messagebox with 3 buttons with non-standard text(ie. Bob, Sue, Tom instead Ok, Yes, Cancel...
Hi experts I have this function in VB 2005. Everything works fine, only when the csv file is read into Excel, Excel removes leading zeros in numbers, like zip code. How do I set an argument...
In VB.NET 2003... Am I correct in understanding that one can declare a Filestream object and pass a path to it, and then feed the Filestream object to a StreamReader or StreamWriter object,...
I'm sure this will be easy for the Experts... How do I set the height of a row, say Row2 in a TableLayoutPanel  OR hide the row ? I want to show / hide rows. I can do this in design mode ...
Hello - hoping somebody can help me out here. PROBLEM BACKGROUND: Created a web-browser with intent to take HTML innertext from HTML tables from websites and save the data to SQL Server. I...
Hi, again me... I want to learn how to play sound (wav, mp3 or wma) on .Net Compact Framework. (Pocket PC 2003) Thanks i bag you please answer me...
I want my setup project to add folder "C:\MyFolderTest" when the setup file is run. has anyone got any ideas? Please note I am using VS 2008 and cant seem to find out how to do it.
i need help converting this expression in vb6 to vb.net OutCity = IIf(IsNull(drOCanada.Item("City"), "", drOCanada.Item("City"))) i get a message that reads" isNull not decalred" Than...
I have a column of text in MS Excel that is in all caps.  Is there an easy way to change it, so that only the first letter of each cell is capitalized.
Hello Experts: Can anyone tell me where to find the specification for the wParam and lParam to send with various messages in SendMessage calls? Thanks
I have an application that was converted from VB 6 to .NET, this app uses RDO to run SQL queries. i am using Interop.RDO.DLL. this app will run fine on my developer box but when i try to load ...
Hello.  I have a Datagridview control on a form that I want to be 80% of the form's width and height.   Question 1)  How do I set the Datagridview size when the form loads? Question 2)  How...
I would like to use an xml (Data.xml) file to store the text on buttons of my app as well as the SQL commands those buttons will trigger.  I can find plenty of examples of how to read xml node...
I am messing around with the autocomplete extender in Visual Studio 2005. I created a webservice called GetPolicyNumbers.asmx, which I go directly to invoke the service enter my prefixtext and...
Hi Experts, I am trying to find out about databinding with a combobox. Basically I want to show a legend on a combobox but in the background is linked to another piece of data. ie: - To ...
Ok, I've got this form, and on the bottom of it I have a StatusStrip. I was thinking it'd be really nice if during complex db operations it had a progressbar at the bottom right side of the st...
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...
I am using VB.NET to generate an Excel pivot table based on an ODBC query.  Everything up to and including the generation of the pivot table works fine.  The data is correct, as is the present...