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: 4276 - 4300 of 6814
 
I've got a .XML file (content of the file at the bottom of the question) and I need to edit certain aspects of it.  I can edit specific elements such as SenderID using doc.GetElementsByTag...
Hi people, I am making a web browser but I want to add a little function. I want to be able to display some details about the web page when the user clicks something. For example if there i...
Hello all, Don't know if I phrased my question properly, in the title, but the basics of this is that my VB.NET app loads it's configuration data from an XML file on start up. I've added th...
I'm upgrading from VB6 to VB.Net.  I can't use the Import Function for VB6.  I need an alernative to TwipsToPixelsX Any ideas??
hi, i need to read a private queue from my computer to another computer on the network but it doesn't work! i tried this : DIRECT=OS:MachineName\private$\queuename MachineName\priv...
Hi Since i found no reference on how to do this elsewhere on the net i thought i might post this solution here so others (like myself) can find this out easily Public Sub SetPageSize(ByV...
I need help with my vb code regarding to writing to a excel csv file from an arraylist.  My code started out with reading a fixed-length text file, and parsing out what i need.  The objective ...
Here is my code:     Private Sub ChkLst1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ChkLst1.SelectedIndexChanged         If ChkLst1.SelectedVa...
I'm building a VB.NET application that has a datagrid. If the user tries to delete data, I want to run some validation and then let the code decide whether to accept or reject the deletion. ...
Hi, I am making small windows application to link all my important files on computer, which i use those files daily. I want to show "file name" and "file path" in my datagrid, but i want fi...
I would like to know how to convert chinese characters into hex string in vb.net? thanks a lot!!!
Hi, I am having a small problem that i just cant seem to fathon.. I have an array of datarows: dim dragitems as datarows() When i click on a row in a datagrid, that datarow is adde...
Using the Banana tables below, draft vb.net syntax in the code behind event of FetchRecord to return the BananaID where banana name is "plantain." The goal is to return the record as fast as p...
-running on WinXP Pro SP2 -using Visual Studio .NET version 2002 -IIS installed and using MS SQL Server for database -using 'Northwind' database and 'Customers' table (default) -i have c...
How can I retrieve the identity (@@IDENTITY) of the record(s) that were just added using the Update command of the sqlAdapter? I have a datagrid that allows users to add records. I need to ...
When I build a solution written in VB.NET 2003, it creates a Bin folder with the exe in it as expected, puts any 3rd party DLL's I'm using also in this Bin folder, and creates *.pdb files for ...
VB.NET data binding has improved over previous version of VB... or so I've heard.  As a 9 year VB developer, I've always taken the unbound-control route.  Recently, I've independently contract...
I am trying, and thought I had been successful at, providing to my user a list of available SQL servers to choose from.  The code below works fine on my machine but I have been unable to get i...
Hi, I want to create 3 radio buttons in a gr oupBox and retrive values from it. How can do it? Is it possible to add text and value to radio buttons? suppose I want to add Iitem,Item2...
Hello, I need to draw a circle in a picture box.  As the radius can vary, I can't use an actual image (as nice and easy as that would be).  I've looked at the .DrawEllipse method, but can't...
I'm using an infragistices ultragrid the name of it is ultragrid1 the grid contains 3 columns: name, table, description i want to create insert statements for sql server from the val...
I'm creating a playlist from files in folders and want to read from the directoris, i have the code to write the playlist but am have problems using the filedirectory code in vb.net Folder ...
I am using VB.net and a Datagrid control to display and update data in an Access database.  The entire code for this project appears below.  When the form loads it displays the data in the Dat...
Hi, I try to obtain the OS version of a specified computer on the network I have an error on line "nresult = NetServerGetInfo(srv(0), 102, hbuffer)" with the code below : Public Decl...
I have code doing the following...     Private WithEvents IE As SHDocVw.InternetExplorer         If TextBox1.Text <> "" Then             If IE Is Nothing Then                 IE = Ne...