how do i factorize this
1) 3ax + 12a ?
2) x+2y =4 and 2x -3y =5 what is the value of x and y ?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22860850.htm...
Ok, I'm using a streamreader to read pretty long lines of text. What I want to do is say get specific parts of the line and put them into variables. For example:
dim firstname as string
dim l...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22973...
Hello all:
Anyone have a good example of the tab control. What I'm looking for specificly is the (Selecting/DeSelecting/DeSelected) event handler. For when a user changes tabs. I need to ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23145383.htm...
Hi all...
This may be an easy one.
In SQL we do something like:
Where LastName NOT IN ('Smith','Petrus','Singh')
Is there a was to do something similar in VB .NET like:
If {LastName NOT IN ('S...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23182707.htm...
When adding data from text box into listbox, it will show zero in the listbox if the data entered in the text box is string and it will return numbers if numbers are entered in the text box. Could ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23217628.htm...
I have two listboxes where I could add and move the items between the two. However, I could only move one item at a time even when multiple items are selected. Could anyone shed some lights on this...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23221347.htm...
I have two buttons which do the following:
save button: it saves the listbox items into a file;
open button: it opens the text file and displays the items into listbox;
My question is whethe...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23226243.html
Here is how the rectangle structure was created:
Dim myRect As New Rectangle( _
x:=2, y:=2, Width:=50, Height:=100)
however, I keep getting the error message saying type expecte...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23233612.htm...
Step 1. Create a project to display information from the Products Table in the Northwind database. Use a drop-down List that is populated with the product names from the Table. Now, when the user s...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23234209.htm...
Develop a project that uses the BindingNavigator control for browsing the Employees/Customers records in the Northwind databse. This control provides a convenient, VCR-like user interface for navig...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23234...