User Profile

Collapse

Profile Sidebar

Collapse
ooshy
ooshy
Last Activity: Sep 11 '07, 10:37 AM
Joined: Nov 25 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ooshy
    replied to control arrays vb.net
    in .NET
    thank you :)...
    See more | Go to post

    Leave a comment:


  • ooshy
    started a topic control arrays vb.net
    in .NET

    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
    See more | Go to post

  • ooshy
    started a topic setup vb.net
    in .NET

    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...
    See more | Go to post

  • ooshy
    started a topic Listbox VB.net
    in .NET

    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
    See more | Go to post

  • ooshy
    started a topic Columns' headers VB.Net
    in .NET

    Columns' headers VB.Net

    hi
    Can i change the columns' headers in a datagrid other than using alias in the query? How?
    Thank you
    See more | Go to post

  • ooshy
    replied to recordset VB.net
    in .NET
    actually i have two tables:
    this is the line that is giving the error im not using

    Desc = rs ( "[GLOBAL].Description " ).Value
    See more | Go to post

    Leave a comment:


  • ooshy
    started a topic recordset VB.net
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...