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.

 
Top MS Visual Basic Solutions: 1176 - 1200 of 1505
 
Hi all, Im trying to setup a client / server application, Ive found an example that Ive modified, but need some help with the following. * The OnConnected event in the servertest app n...
The problem is, is that there are some non-ascii chars 145 and 146 entered(pasted) into my entry-form. These characters are correctly handled by the input program and enetered into the databa...
Hi, I have two datatables, dtEnglish and dtMetric. Both tables have the same layout which is ID Name Unit sUnit LowValue HighValue I need to go through all of the rows in dtEnglish...
Hi, I have written a very small and basic application in VB.NET 2005. It runs fine on local machine. But I want it to be available on a network share (E.g. \\ServerName\MyProgram\) so that ...
I have a csv file that splits on a comma and line break such as: Column1,Column2 data1,394 data1,49r93 specialdata,930022 specialdata,29392 I want to read this into two variables; fi...
I am trying to convert this bit of code to VB. I am hoping someone could help. Thanks
I am having a problem accessing SQL Server 2000 databases using vb.net when I'm at home logged into the vpn. From home; I have no problem using query analyzer.  From work; I have no problem us...
Hello, Can someone please show me how to call the function DownloadDirectory in the attached code? I'm not sure how to insert the FtpOption into the function.   FtpOption has it's own cla...
Hi, I want to declare array and want it to be visible inside the function of its class. Please help how to do it? Thank you.
I have to import 2 DateTimePickers: one with a starting date and the other with a ending date. This is the code I'm using:   Private Sub Button1_Click(ByVal sender As System.Object, ByVal e...
How can I verify in reg ex for a valid email type in vb.net?
Hi, I have the following code that converts a list of returned data onto a datagridview into a csv file: -         Dim sw As New System.IO.StreamWriter(My.Application.Info.DirectoryPath ...
I am using vb.net 2008 express In my bin folder is another folder called FolderA in FolderA is another folder called FolderB in FolderB is FolderC in folderC are text files and a database ...
        dr = dtGKSkills.NewRow()                     dr(0) = 1                     dr(1) = "Others"                     dr(2) = "O"                     dtGKSkills.Rows.Add(dr)           ...
hi guys, im using vb.net 2K5 and im in quite a pickle here. hope someone can help me out. what i want to do is when the user inputs the letter "g" my program will check if the preceding in...
I need some help with the syntax to pass my ProjectID through a string via email.  See code.
Is it necessary to run it on?
Hi I have a datasouce in my aspx page which is used to generate a GridView.  This all works fine. I have some code behind this which runs on the Page_Load event as follows: Although all...
Hi Experts, I have a TreeView control that I have customers on the first node and there jobs on the 2nd node. I have set up a form to add a new customer. What I would like to do is when the u...
Hi, Is it possible to change the width (and possibly color) of RichTextBox vertical scrollbar? The reason for my question is that in order to make something else work I need to enable vert...
i have a vb.net program with Access database. i want many users to have access to the vb.net program with an Access database. NOw many users can read and write to the database so how can i lo...
Im trying to figure out how to modify other application windows from my application. this was a CINCH in VB6. what i want to do is change the border style, docking and similar simple functions...
Dear Experts, is there any possible to Change the RemoteServerName in Application Proxy, installed in COM+ using VB.NET Code. Regards, M.Raja
I'm making a custom control for my vb.net project. As a simple example, I'm making a control called "TitleLabel", which is just a label that has a size 16 + bold font. So I create a new cla...
I was wondering if there is a way to use a batch file, or vb script to do the following... Create a text file that has the first line as the PC name and the second line would be the letter ...