Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top MS Visual Basic Solutions: 176 - 200 of 846
 
I'm looking for a piece of code that generates every possible combination of 12 POSITIVE numbers between 0 and 100 that add to 100. Any questions please let me know.
vb.net 2003 I have some numbers i'm trying to collapase without the decimal  (.) This regex is not working temp = Regex.Replace(temp, "(\s)(CR)([0-9A-Z])\.([0-9A-Z])(\s)", "$1$2$3$5 "...
I have a DataGridView on a TabControl that has a DataSource to a standard sql BindingSource.  The problem is this... I have a button on the TabControl that opens another form to enter some ...
is there any way to hide start up process from msconfig by vb.net in windows xp?
Below is an MS example of how to write a Bitmap to gif file but I need to write the file to what ever file type the actual file is.  I have a SQL server that has lots of different files/file t...
Thanks for any help:) I have code in a separate class that needs to create a tabcontrol and tabpage in another class/form.  However I get an underline under the code with a message saying "...
I have a listview that I let user's right click on to pull up a context menu.  The contenxt menu let's them either order the selected product or cancel to close the context menu window. If ...
Hi X-perts, Maybe I am asking an obvious thing.... How do I make a dotted or dashed border for a control? I don't any settings for that in BorderStyle property. Please, advise Thanks
When I run debug my Windows Forms project I get an "Object reference not set to an instance of an object" error on the second text box, "lblMandatory", but not the first.  I checked the databa...
Hi, in one of my VB.net programs I'm reading two values from a DBase databasefile. These are numbers with two decimals. If I add them up the result sometimes isn't with two but with multipl...
Hi there, I am new to VB.Net  and would like some help reading a csv file. I need to read a csv file, which contains 2 columns of data. I need to read the first line, store the 2 column values...
When I use the FrmEditWrapper.Show() from the FrmMain form,  the new form opens in a new window.  How can I open it in the same window without opening a new one ? Public Class FrmMain ...
In a DataGridView on a Windows Form, where Enable Column Reordering is enabled how does one persist the column order settings for a user from one session to the next? In the DGV Properties ...
Dear experts,   My program written in VB .net downloads a file to a directory as follows: c:\foldername\IV200908.txt I need to rename this file in the same directory to "Arizona.txt".    Th...
I have a program that fills a listview with a product report.  The user can click an item in the report and order it - when the user clicks the item a new form opens, allowing the user to type...
I'm trying to port a small VB6 program with one API declaration to VB.NET.  The VB.NET upgrade wizard is complaining about the AS ANY data type in the API declare.  I see articles that detail ...
Dear Experts, I have really hit a wall working on this issue and hoping to get some assistance asap.   I am using webbrowser control to navigate through several pages in a website and th...
Hello experts! I am having a bit of a problem. I want to use the functions from a vb6 dll (I have the source) file in my project. I tried adding it as a reference to the project then di...
I am  working on Export to Excel Sheet - Utility Tool. When i export to excel sheet, it takes 2-3 mins ..! ( for some reasons .. i will do OPTIMIZATION - Later ") Now i need to run a P...
I'm using vb in visual studio 2005 for a smart device, meaning that I don't have a file.rename option available to me.  But I do have a file.move option.  Will this effectively do the same thi...
How do I use regular expression to get the result I want below <a href=../process.aspx?id=1128>BestBuy.com</a></td><td>Notebooks</td><td><a href=../process.aspx?id=1128>Buy Now</a> I want ...
Dear Experts I am developing a database application using dataset designer I have a table called "vendor_percentages" which has the following fields: v_percent_id     numeric(6, 0)           ...
How can I get to print to the Printer without first displaying on the screen?
I'm trying to pull two ID numbers from a SQL table and populate two TextBoxes, but I'm getting an error. I'm trying to use a DataReader that is working in another part of this same page, bu...
I want to execute a plain SQL command using Subsonic 2.1 (code is in VB.NET) Is there a way to do so or should I create a SP? Thank you