Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested MS Visual Basic Solutions: 4176 - 4200 of 8631
 
I have an XmlDocument with a root node <root> </root> I want to add the following attributes to the root node: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" and xsi:noN...
Hi             What I want to know is after I called this function.  web.Navigate2(txtURL.Text).  How do I know? 1. When the loading of the page is completed ? 2. How to copy all the te...
Hi, I need a simple vb.net example of how to send a wake on lan signal to another computer. Thanks
Hi Experts, I want to know how to populate a listbox with a dataset.  I did the following code, but the listbox shows System.Data.DataRowView System.Data.DataRowView I want to popul...
I have trying to learn VB.NET, but onw i read about Visual Basic 2005...is there a big difference between the two? I have bought a few VB.NET books...will there be useless now that Visual Basi...
I'd like to create a timeline in a VB.NET 2003 winform application. I though about maybe using the MSChart control to do that, but I can't find it in VB.NET 2003. Looks like it's been removed....
HEY GUYS I have no idea how to connect to SMPP, but need to for a .net application im working on sending SMS. If you could help that would be tops. I am programming in VB.NET Have a ni...
I have an Access database that has 3 tables, the tables are named Parent, Child, and Grandchild.  Each table has an autonumbered key field, parentID, childID and grandchildID. The Grandchild t...
Hi, Due to a computer crash I've had to copy the files for a project to another computer. As a result I have to change the path in the connection string to the new database location. The co...
Hi, I'm using VS.NET 2003. I have 3 tabs within the .NET TabControl on my form.  I would like the width of the 3 tabs sized to fit evenly across the entire TabControl width.  Is it possible...
I need to TAR a bunch of files (or maybe even folders containing files) in my VB.NET application. How would I accomplish this in .NET? I would prefer to do this with something native to .NET a...
I wrote a text to speech Windows application program in VS.NET using VB on my computer at work.  I have followed all of the steps on my work's computer- it worked fine.  Now when I have tried ...
Hi all Im not to good a vb.net so keep it simple for me please. here is some code im playing with     Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.Even...
When I create a crystal report through VB.Net (right click, select Add, Add New Item, Crystal Report) then select attempt to find my dataset (dsJR) in Data, Project Data, ADO.Net datasets I do...
I have made changes to the underlying database, how do i clear the dataview or datagrid or refresh its data from the database? I tried to use the same methods i use to load it, it didnt ...
I have a textbox used for input.  I want only integer values to be allowed to be entered.   Can someone please show me how check a textbox for an integer value?  If the user enters something o...
I have an input box P = InputBox("Enter Password") where user has to type in the password. They can type in any characters but I want the password to be all visible in x while typing so that n...
i have developed an application using vb.net in this application i have used processes, it was running fine on the development machine running windows xp now i have deployed it my other machin...
i have declared a module level variable m_oCon in a class called CDbSrvs.  can you please tell me if the cleanup code below is redundant.  if the dispose method is called does that implicitly ...
Has anyone out there written a function they would like to share, which accepts as its parameter, a treenode, and returns the treenode with all its children sorted. Remember, I AM NOT TRY...
Hello: I'm trying to create an application that will allow me to embed IE into a VB.NET (2003) form. My idea is to have something like this: ' being vb.net form -------------------...
Hi everybody, i've been working myself through this example that i've found in several places: it uses the Microsoft.mshtml to control a webpage loaded into a axwebbrowser.. fill in forms an...
Why does this happen after running the project, and setting the breakpoint while the program is running:? I get a message: The following breakpoint cannot be set:  ..... The common la...
I have a multiline text box with scroll bars. What is the code to add a carriage return? Me.txtBox.Text += "minutes remaining..." + CarriageReturn    <---  What do I use for CarriageRetu...
Ok, I have a vb.net service that I can successfully install and run using the installutil utility.  How do I create a setup package in vb.net?  I tried the wizard under setup and deployment pr...