Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Top MS Visual Basic Solutions: 1201 - 1225 of 1410
 
I'm re-coding a VB6 project in Visual Basic .NET 2008 Express. In the old VB6 version of this app, I used Visual Installer to install a 'template' database that my application required, to ...
How does one properly use the "AccessibleName" property in VB 2005 objects?  Lets assume for conversations sake that I have a Form called "frmForm1" and I've given it an AccessibleName as show...
How can I have the Error provider set an error messge to a particular column/row of a DateGridView?
I am trying to do exactly what the related question indicates - play an embedded wav file on my ce device. I've embedded my wav file manpunch.wav, set the properties on both the resources....
I have been trying to find a way to send a string to a specified printer from my web app. So for example "Hello Jim" would be sent to be printed out on a printer. I am trying to do this wit...
Hi, I've populated a datagrid from a datatable and one of the columns is automatically formatted as a DataGridViewImageColumn I need to set the imagelayout property to stretched how do I do...
I am still quite new to vb.net and SQL server 2005 and from my application I need to be able to print various reports, ranging from Estimates, Invoices, Support history, sales history, diary e...
I need to write a small app to watch for a CD inserted into one of many drives, and then once there make a folder by the CD name and copy the contents into that folder, then eject the CD.   ...
Dear Experts I'm trying to develop a program that has to communicate with a device connected to my serial port. The device uses VT100 emulation and runs on Unix. That's pretty much all that's...
For the code below I'm trying to implement a hash table for public use. Thus, right now I have: If (reader(0).ToString().Length > 20) Then               QResult = True But I need so...
Hello! This is going to start like a ridiculously simple solution for many of you, but I'm still a newbie to Controls and Userforms in VBA. I have 3 List Boxes in my worksheet. One of th...
I am trying to do a find and replace in word using .net. What I want the find/replace to do is to start on a specific page/section. My code looks like this currently:         Dim Retu...
Hi guys, I have 4 PictureBoxes in a TableLayoutPanel. Each of those has a ContextMenuStrip attached. When I right-click on a PictureBox and click on a menu item an event is raised for which...
I have a small VB process that needs to be scheduled to run every 15 min in Schedule Task in Window. Do I need to select an exe file in Bin\debug or Bin\release ? What is the different?
Hi, this is the VB code I currently have that works, currently filtering results by State. I need to have the results sort asc by City. Do I modify this to add an Order by (which hasn't worked...
I have seen a lot of people post the same problem, and do not understand the answers. Can anyone post a generic walkthrough on how to update, add a record, delete a record in an acess databa...
I am creating a custom start page that has a google search box, Demonoid search box, etc.  I have the file saved locally on my PC and am using it for my start page.  I want to be able to input...
How do I in a text box create a mask so that the user can enter in a time in the format of hh:mm Am/Pm
The storyboard is better than the timer according to this. http://silverlightrocks.com/community/blogs/silverlight_games_101/archive/2008/06/18/use-storyboards-for-game-loop-not-dispatchertim...
Hello all Is it possible to set "dock in parent container" via code. I have 3 panels on a form (containing data grids) and i want the user to be able to make each one full screen on a butto...
Hi experts, how do you do blending in gdi + ? example i have a rectangle, and i want to blend it with 2 colors... how do i do that?
I need to convert this code to VB.net.  This code inserts a row then returns the value of generated identity field in one shot.  Here is the portion of the code:         Dim oRS As ADODB.Re...
Using visual basic 2005 how can I copy file from folder(s) to multiple folder for example I have folder 1, folder 2, and folder 3 I want to copy folder 1 to c:\a\ed\op\ I want to cop...
Hi All, I have been using the "Add New Data Source" Wizard in Visual Studio 2005 to make dealing with data access easier. Everything is working fine when adding tables or queries, but I'm a...
I have a variable in My.Settings  name ShortProductForm  as boolean . How Can I change it to My.Settings.ShortProductForm = false / true . within My Application Or as xml file.