Search results for query: *

  • Users: bzeus
  • Content: Threads
  • Order by date
  1. B

    HTML editor

    hi, i'm trying to create a small html editor program. i have rich textbox, a button and a web browser object on the form, when i type any html code in the rich textbox and click the button i want the result to be shown in the web browser object as a web page. i'm using VS.Net 2005 thanks a...
  2. B

    Bit values

    hi, i have a problem, - i have a set of bit numbers 2,4,8,16 - the bit value for 6 should be 2,4 how to get this done in vb.net, is there an operator to perform this function? tnx a lot in advance...
  3. B

    Checkbox beside a treenode

    hi, A newbie question....:) i wanted to know is it possible to put a checkbox beside a treenode in vb.net when developing a windows form application in VS.net 2003. If it is possible can somebody point me to the right direction.... tnx a lot in advance....
  4. B

    interview coding test question

    I'll be sitting for an interview test for a asp.net developer position, I'm curious to know what kind of coding test typically would be used for a .net position. Are the interviewers interested in your ability to write good code in a timely fashion using the tools of your choice (or similar), or...
  5. B

    toolbar background color.....

    I wanted to know how do you change the background color of a toolbar...i checked the properties for it and couldn't find it....if there's a code to do this please give me an example....i searched the net but couldn't find anything....thanks in advance.....:)
  6. B

    parent rows...newbie

    I have a datagrid with a dataset, the coding is as below....the coding works well...but it shows the parent rows before the child rows...to see the child rows i have to click a tree menu with my table name than only i'm able to view my child rows...my question is can i disable or merge the...
  7. B

    help badly needed.......newbie

    I'm trying to connect to an access database using this coding: Dim cn As OleDbConnection Dim cmd As OleDbCommand Dim str AsString cn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;DataSource=C:\eoaoffice\eoa.mdb;") cn.Open() str = "insert into customer(cus_namess) values('" &...
Back
Top