User Profile
Collapse
-
control arrays vb.net
im creating a search form and it should include arround 18 textboxes, 18 comboboxes and 27 buttons. All controls of the same type must perform the same action, is there a way to treat them as control arrays instead of writing the same code for each control alone?
thank you -
setup vb.net
im trying to create a setup file for a vb.net application when im using the setup wizard im getting this error:
"The following files may have dependencies that cannot be determined automatically. please confirm that all dependencies have been added to the project."
if i don't use the wizard the setup seems to work fine but then when i try to install it, and i go through all the steps of the installation fine... -
Listbox VB.net
good morning
im using a listbox in vb.net and i want to change the font of each item i double-click on: make it bold or change its color...
is it possible to do that? and how?
thank you -
Columns' headers VB.Net
hi
Can i change the columns' headers in a datagrid other than using alias in the query? How?
Thank you -
actually i have two tables:
this is the line that is giving the error im not using
Desc = rs ( "[GLOBAL].Description " ).ValueLeave a comment:
-
recordset VB.net
I have an inner join between 2 tables that have the same fields.
I need the syntax to read the values from the recordset specifying from which table to get the value.
In VB 6 it could be written for example as follows:
rs!Table.column
In VB.NET when I write
rs(“Table.colum n”)
It gives me the following error:
“An unhandled exception of type...
No activity results to display
Show More
Leave a comment: