Is there anything qrong with this code?
Sub showExtended()
Dim dcTotal As New Data.DataColumn("totalPrice", System.Type.GetType("System.Decimal"))
dcTotal.Expression = "PriceEach * QTY"
End Sub
My load event
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As...
Using VB.NET express 2005
I would like to autofill a datagrids row when a dropdown on that same row is selected.
Check out this link of our Peachtree software and the datagrid. I did a screen record of what I am trying to do.
http://www.deltarefractories.com/peachtreedatagrid.html
and I...
am using the "Go to previous URL (if exists)" checkbox with restricted access. When the user goes to the main web URL and logs in, it redirects to the "index.asp" page fine. The problem arises when the user navigates to a page on the site (other than index.asp), gets redirected to the login page...
I am a newbie at C++ & I have been getting an error.
Here's the scenario:
Downloaded Visual C++ Express 2005 Beta1
Downloaded the platform SDK & .Net 2.0 Beta
Trying to use the sample C++ script with installshield Express x to validate a serial. I am not changing anything about the...
I have been using installshield X express and it calls for a DLL function to validate a serial number. Supplied with installshield is an example serial validation, but I am not familiar with C++ (can compile vb6 DLL with installshield).
Does anyone know how to compile a dll in c++ & how to...
I have a combo box connect to an acces db. If the user types something in the combo box that is not in the list, I wanted to have a msgbox popup & ask them if they want to add it.
Here is my code. I keep getting compile errors on the execute statement. I'm sure that I am doing this all...
How can I open a text file & have the data inside the text file load into the appropriate text boxes?
I am using no delimination (14 spc columns)
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.