Search results for query: *

  • Users: zimzon
  • Content: Threads
  • Order by date
  1. Z

    BGColor to Particular cell

    Hi, I'm doing a projecte in vb.net. In which, I have a from with DGV which is binded with DataSet.Table("Purchase"). In DGV there 6 columns..... I want to validate whether 6th column's cell value is > or < to 5th column's cell value. After validation background color of the 6th col's cell to...
  2. Z

    index of Combo Box in Grid Column

    Pls anyone tell that how to use DataGridViewComboBoxEditingControl in a DataGridView i.e. I want to integrate a combo to first column of grid and the selected index value to be transfred to current cell of the column.
  3. Z

    How do form resizing

    Dears..... I want to resize the form according to the screen resolution. Further more, all objects in the same form also to be resized.. How can achieved this........?
  4. Z

    Can't save Date?

    hi, im MySQL Server as backend. I have the code given below to add record into a table. When I check new record in table, Date field saved as "0000-00-00" but other one is ok.... What is the problem?... MySQL server ver is 5.0.18 and i'm using MySQL/Connector for .NET. Pls help me...
  5. Z

    Date Problem in SQL statement

    hi, i hav the following code which retrive the data from a mysql table. Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click Using da As New MySqlDataAdapter Using ds As New DataSet da.SelectCommand = New MySqlCommand("SELECT *...
  6. Z

    load data in combobox

    how to add data without data bindings. pls anyone give the code.... simson
  7. Z

    Enter Key acting as TAB Key?

    Hi, I have a form in whie there are more than 25 controls such as textbox, combo, table. I want to code in each control's Keydown even, it should call a function or routine. The code will control the cursor position (ie. When hittin "Enter" Key, the cursor will move to next textbox/combobox...
  8. Z

    Type Initialization Exception

    i have the following code and get above mentioned error at run time. in Module ------------- Imports MySql Imports MySql.Data Imports MySql.Data.MySqlClient Module Module1 Dim Connection As String Public myConn As New MySql.Data.MySqlClient.MySqlConnection(Connection) Friend Sub...
  9. Z

    Query Unload?

    Hi to all, im very newbie to vb.net. i want to execute the some code such "Do you want to exit now?" in msgbox. If I click "Yes" the form will close otherwise form will resume current status. Pls help me.
Back
Top