Search results for query: *

  • Users: aniskhan
  • Content: Threads
  • Order by date
  1. A

    nonRectangular Forms

    i want to know abt non Rectangular forms. i tried the transparency key method but the edges were blur. i want to know anyother way or example or API's
  2. A

    non-rectangular forms

    when making a non-rectangular form (i-e ellipse) using transparency key form, the borders of the backgroundImage and the desktop is white.. is there another way to make nonrectangular forms..Thanx
  3. A

    howto show a form once

    suggest a way to show a form once when the application is first time run on user PC. Thanx
  4. A

    howto get table from property

    i have a class with database operations now i want a property that can return the data captured in the dataReader. how to code this property so that it returns the data as arraylist or some thing else... ReadOnly Property reader() Get Dim arr As new ArrayList...
  5. A

    Howto Regular Expressions

    How can we use or write regular expressions in VB .Net
  6. A

    database insertion problem

    I have the DB "imdb" in access having one field "path" text. here i ADD the path(got it through opendialog) into the DB. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim currFldr As String 'copy the fullpath If...
  7. A

    help needed about datagrid

    i have a table ID FNAME LNAME ADDRESS in database i take a datagrid MADE.. datasource=dataset11 displaymember=dataset11.table [/CODE] but the datagrid displays the columns in different format i-e FNAME LNAME ID why does it do this , how to correct ,how is the column indexed as it does it...
  8. A

    how to FIRE an EVENT for a control

    i have a control i-e tabcontrol i want to fire an event for this control i-e click:confused:
  9. A

    how to get & display colordialogs color value

    I have a color dialogBox dim strcolor as color If ColorDialog1.ShowDialog = DialogResult.OK Then str1 = ColorDialog1.Color TextBox3.Text = Str(str1) End If here i want display the color value #FFFFFF in the textbox how??
  10. A

    how to place time in an array

    I have a file with times in rows and columns(5) 12:00:00 01:00:00 03:00:00 12:00:00 09:12:12 01:00:00 03:00:00 12:00:00 01:00:00 09:12:12 03:00:00 12:00:00 01:00:00 03:00:00 09:12:12 12:00:00 01:00:00 03:00:00 12:00:00 09:12:12 I want to take these times from file to array Private Sub...
  11. A

    how to have combobox with..

    i want to have a combobox dropdownList contains items +,++,+++,(arrow pointing to left),(arrow pointing to right),(arrow pointing in both directions) have any ideas
Back
Top