Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
W

WhiteGirl23

@WhiteGirl23
About
Posts
99
Topics
53
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • xml in sql 2005
    W WhiteGirl23

    Hi. I have a problem with an xml. I don't know how to read a piece o an xml. This is the xml: ; I don't know how to get the information from the Parametrii Sir. Maybe you have an idea. thanks

    Database database xml help tutorial

  • datagridviewcomboboxcell
    W WhiteGirl23

    I have a datagridview with a comboboxcell.When I try to select an item in this column the mouse goes on the last item and I must find a way to make the mouse go on the first item. For example: the items in my comboboxcell are: "Month","Day","Year". The mouse goes on "Year" but I want the mouse to go on "Month". Thanks.

    Visual Basic tutorial

  • dbf file
    W WhiteGirl23

    Hi, I have a problem with a dbf file. I can execute a sql statment("select * from dbf file") but when I try to put the information from the file in a dataadaptor I have this error: ERROR [HY000][Microsoft][ODBC dBase Driver] Could not lock table ''; c Could not lock table ''; currently in use by user '(unknown)' on machine '(unknown)' . I searched on Google about this error but I didn't find what I need. Thanks .

    Visual Basic help database

  • determine selected index changed event of combo of datagridview
    W WhiteGirl23

    use the event cellendedit. Dim indexcombo As Integer = 0 If e.ColumnIndex = 0 Then indexcombo = CType(Me.dgvTipuriColoane.Rows(e.RowIndex).Cells(e.ColumnIndex), DataGridViewComboBoxCell).Items.IndexOf(Me.dgvTipuriColoane.Rows(e.RowIndex).Cells(e.ColumnIndex).Value.ToString) End If valoareCombo = Me.dgvTipuriColoane.Rows(e.RowIndex).Cells(e.ColumnIndex).Value where the indexcombo is the index you choosed in combo.

    Visual Basic database help question

  • datagridview event
    W WhiteGirl23

    hi, i have a question: What event is used to resize the column of a datagridview? thanks.

    Visual Basic question

  • openoffice
    W WhiteGirl23

    I want to export a file csv in a openoffice in vb.net. thanks.

    Visual Basic

  • openoffice
    W WhiteGirl23

    I must import an excel in openoffice because openoffice is free and all the customers have this program. Any documentation about this subject would be welcome. thanks

    Visual Basic

  • datagridview
    W WhiteGirl23

    yes, but I don't have an idea. please give some script. thanks

    Visual Basic database

  • datagridview
    W WhiteGirl23

    Hi, I have a datagridview and on a column I have combobox. When I choose a element from combobox I want to find the index of this element. thanks.

    Visual Basic database

  • error with .dbf files
    W WhiteGirl23

    it doesn't work. thanks .

    Visual Basic help database

  • error with .dbf files
    W WhiteGirl23

    The problem is that I can connect to my database but I can't get the information from the file. The file A12_BLANK (the name of the file I want to insert in a table) is a excel file. thanks. -- modified at 8:43 Tuesday 11th September, 2007

    Visual Basic help database

  • error with .dbf files
    W WhiteGirl23

    Hi, I want to put an excel file in a table. I use this code: `Dim archivo As String = openFileDialog1.FileName FileDirectory = System.IO.Path.GetDirectoryName(archivo) FileName = System.IO.Path.GetFileName(archivo) DBFConnection = New Odbc.OdbcConnection("Driver={Microsoft dBASE Driver (*.dbf)};Dbq=" + FileDirectory + ";") DBFConnection.Open() Dim dr As New System.Data.Odbc.OdbcCommand("SELECT * FROM " + filename, DBFConnection) Dim dt As New Data.Odbc.OdbcDataAdapter(dr) Dim t As New Data.DataTable dt.Fill(t)` but I get the error : `ERROR [42S02] [Microsoft][ODBC dBase Driver] The Microsoft Jet database engine could not find the object 'A12_BLANK'. Make sure the object exists and that you spell its name and the path name correctly.` please help. thanks.

    Visual Basic help database

  • how to search string in different file and comment it [modified]
    W WhiteGirl23

    Hi, Open the file usual but give right the path and search with regex. hope this help.

    C# question help tutorial

  • array
    W WhiteGirl23

    thanks. hope will work.

    Visual Basic data-structures

  • array
    W WhiteGirl23

    example: I have a string :123#123.123#(local) I split this string: array()=string.split("#") I'm looking for a value on this array.I take (local) I found the position of this value:array((2). I want to move array(2) on the first position of the array,but I don't want to loose elements of the array,and the last position of the array must be=123. Something like this: string=(local)#123.123#123 Thanks.

    Visual Basic data-structures

  • array
    W WhiteGirl23

    no.isn't good. I want to keep all the values of the array. In array(array.length-1)=must keep the first position of the vector before I make array(0)=value1.

    Visual Basic data-structures

  • array
    W WhiteGirl23

    Hi. I have this code: for i as integer=0 to array.lenght-1 if array(i)=value1 then var=true end if if var=true then .... next I need to set the value1 on the first position of the array and the first position of the array must be set on the last position of the array. I don't have any idea. thanks

    Visual Basic data-structures

  • Connect to sql server
    W WhiteGirl23

    If you use Server Authentification use the name of your computer ,the user "sa" and the password that you set to sql server during the installation.

    Database question database sql-server sysadmin help

  • reading a string from a txt file & insert it in a database table?
    W WhiteGirl23

    Hi, you can read the text in bytes and then insert the bytes (search on google:write blobs in database) in database. -- modified at 5:19 Thursday 23rd August, 2007

    C# question csharp database

  • memorystream
    W WhiteGirl23

    thanks. I resolved the problem,now it works.

    Visual Basic help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups