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: 5051 - 5075 of 8631
 
I can connect to a database - and get row counts returned as a string. in VB Express 2008 What I can not seem to do: I was trying to find out if there was an effecient way to check the serve...
I am developing a web site in ASP.NET with VB.NET on MS Visual Web Developer.  I have a page that queries the values for city and state tax, add those together, and multiply it against the pro...
I'd like to share a custom collection between classes in such way that both classes have access to the collection and both classes need to be able to modify (mainly add items to) the collectio...
I found this code posted by mohzedan that seems to be what I am looking for, but I am having a problem figuring out out to pass the parameters: Public Function ToggleFontStyle(ByVal f As Font...
Hi, I need to save application configuration (start variables, window position and so on) into external text file. The next time the application starts it should read that file. I would like ...
I have a pretty basic reader that is not working properly.  While debugging, I put a breakpoint in the selectedindexchanged event of a dropdown list, the entire operation is working, however m...
I created a program that runs a batch file.  Now I want to be notified when the file has finished running.  Can this be done?
In PHP, I would set up my array like this: $rownum = 1;      while ($row = mysql_fetch_array($result, MYSQL_ASSOC))      {                $acam[$rownum] = $row["camnum"]*$row["active"];                $rownum++;      } ...
I am using a web browser to print from my VB.NET application, however whenever I print, it places the page name on the top, page x-of-y on the top, the URL, and Date on the bottom.  I don't wa...
I have three folders: BATCH, BATCH_RUN, and BATCH_DONE.  I need a program that will watch the BATCH folder for new .bat files.  When a new file is added, I need to move that .bat file to the B...
I have a listbox with items in it, when the users selects one and hits the 'Edit' button the item(text) goes to a textbox where they can edit it & the item is removed from the listbox - then h...
I've got a VB form with some buttons running down the left hand side and a webbrowser control to the right of the buttons. I've got the form set to run maximized during runtime. Is there a way...
Hi experts, I would like to acces control such as listbox, textbox in my form from shared method is it possible? regards
I have a DropDownList inside of the EditItemTemplate of a DataList. I want to have the initial value the DropDownList displays be the value obtained from the database via the SqlConnection. ...
I have a small text file that is used by a program to run a specific process each day that has a text string which includes the current date that needs to be updated daily. The attached cod...
Hi, I am developing an application that is using panels.  When a button is clicked I would like to show another panel.  I now have developed the forms(panels) but now I would like to edit one...
Hi, I'm using VB 2005, WinForms. I have a DataGridView that gets the names of the employees in a certain department. As expected, the DGV returns those names, each in their own column. I'd lik...
I have a remote ftp server that gets images put on it.  I wanted to download all images and view them from inside a vb.net application.  I have searched for hours and have found mostly classes...
I have several files in  a folder with one line in each of them. I want each lines put into one file appended after each other. Then I want to move the original file(s) to an archive folder. I...
I have a windows form and an XML file. I may have 2 or more users conected to the XML file. I need a timer event to refresh the dataset every whatever seconds so users don't enter the same inf...
I have the following script that runs fine, however when it runs it opens up a black DOS window.  Is there any way that I can hide this DOS window? here is the script  Process.Start("C:\Pr...
I have a text file which keeps a log of transactions.  The entries are posted daily.  When the file gets too big (either by measurement of line numbers or by file size, ie. 200 Kb) then I want...
Hi Experts, I have an application (single form) that keeps on growing and I want to convert to MDI. I have been reading up, but there are some things I need some assistence with: 1. When I...
I am writing an application in VB.NET and I need to list the available network interfaces and their mac addresses in a drop down box.  Is there a way to get the list of network cards and their...