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
H

HemaRawat

@HemaRawat
About
Posts
88
Topics
46
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • To add a Control Under Datagridview (Adjust X & Y)
    H HemaRawat

    Hi I want to display a control(ListView) inside the datagrid view So the problem I encounter r: 1.How to get the Top & Left of the cell underneath I want to display that List View 2. If I add that List View with me.datagridview1.controls.add(Lisview) Listview.setBounds(hti.ColumnX,Hti.RowY,100,100) But this is also not suceeded Properly Then the control at the last or last to last row Cuts As the ListView does not get the proper Space to occupy Should I add that control to form Rather than DataGridView But then how to Show the list view correspondingly with Datagridview cells (Like every cell in the Column2 has a image Clik on that iamge will show LisView underneath that cell) Thanks For this Help Hema Chaudhry

    Visual Basic help tutorial

  • Add Image to Datagridviewimagecolumn
    H HemaRawat

    HI, I am stuck with a problem that how to display an image in the datagridviewimagecolumn As when i m trying it shows a X mark. Not the Image My Code is: Dim ArrowIcon As New Icon("..\Images\Icon1.ico") Dim IconColumn1 As New DataGridViewImageColumn Dim IconColumn2 As New DataGridViewImageColumn IconColumn1.ImageLayout = DataGridViewImageCellLayout.Normal IconColumn1.Image = ArrowIcon.ToBitmap IconColumn2.ImageLayout = DataGridViewImageCellLayout.Normal IconColumn2.Image = ArrowIcon.ToBitmap Me.DataGridView1.Columns.Insert(0, IconColumn1) Me.DataGridView1.Columns.Insert(1, IconColumn2) I don't know why it is not showing the image Plz help me Thanks a lot in advance Hema Chaudhry

    Visual Basic help tutorial

  • Add User Custom Control in the Datagridview Column
    H HemaRawat

    Hi All, I m stuck with a problem Can any body solve my problem , The problem is how we can add the custom control in the datagrid view column Means i want to show aa user control in the a datagrid view column lik ethe simple combo box , button etc, Thanks for ur great help in advance Hema Chaudhry

    Visual Basic help

  • replacement of INI Files
    H HemaRawat

    Thanks for this Useful direction I ahve seen the Configuration Manger Class I think It will fit to my requirement Thanks a lot To give this Link I more thing I want to ask That is there is any thing new feature In 2.0 or Visual Studio 2005 To have the Multi COlumn Combo Box in the DatagridView Or if there is any other way to do that If make a custome control then how to add etc. So plz give me the direction for this also AS i m stuck with this problem since last 3 months Thanks a lot again. Thanks & Regards Hema Chaudhry

    Visual Basic question xml

  • replacement of INI Files
    H HemaRawat

    Thanks for the prompt & precise answer. I have to perform both read as well as write operation also AS i have to write some settings as well as read some settings Then what is the baest approach To create a simple XML file & perform Reda write operation Or something else is the better approach Thanks for this kind support Hema Chaudhry

    Visual Basic question xml

  • replacement of INI Files
    H HemaRawat

    Hi all, I want to know that what is replacement of the INI files Actually i have to save some settings like open connection, forms colorings etc in the settings files So what type of file i have to use in Vb2005 XML / Config/Settings what r they???? Thanks in advance Regards Hema Chaudhry

    Visual Basic question xml

  • MultiColumn ComboBox from DataGridViewComboBoxEditingControl Class(Urgent)
    H HemaRawat

    Thanks for reply The links which u suggested r not working with vb.net 2003 datagrid I will try in the vb.net 2005 DO u know how to add the custom controls in datagridview of vb.net 2005 Thanks in advance Hema Chaudhry

    Visual Basic help

  • MultiColumn ComboBox from DataGridViewComboBoxEditingControl Class(Urgent)
    H HemaRawat

    Hi all I want to have a column in datagridview which is showing the combobox with multiple columns Can Datagridviewcomboboxediting control class can help in any way Plz its very urgent to me Can idea , Clue , Suggestion, Source, way is highly appreciated Thanks for this help Hema Chaudhry

    Visual Basic help

  • To Change the Header Text of DataBound DataGrid
    H HemaRawat

    Yes this can be a very good option Thanks a Bunch Hema Chaudhry

    Visual Basic

  • To Change the Header Text of DataBound DataGrid
    H HemaRawat

    Hi. How we can change the header text of the columns which r bounded from the databse AS I donot want to show the the datafield name on the headre text of the columns in datagrid e.g. Dept_Code Instead of this i want to display it as Department Code Hema Chaudhry

    Visual Basic

  • embed listview in Combobox (Urgent)
    H HemaRawat

    hi SUfyan, Thanks for prompt reply, Acutally i have craete a userControl in vb.net for multiColumn COmboBox But when I embed that User Control that will not work??? But If i add a toolbox Contorl like CheckBox etc they are working fine with the datagrid. So I find the conclussion that 1. There may the problem with my user control(Although its working fine on Form)But not with that datagrid. 2. There may a chance that the winforms datagrid may not support User Controls.???????????????? Hope for early relply Thanks a lot Hema Chaudhry

    Visual Basic csharp help

  • embed listview in Combobox (Urgent)
    H HemaRawat

    Thanks for reply But I have seen these all links of multiColumnComboBox They are not working with my datagrid The link which u suggest has the limitation that it limits the Column Numbers (Only 4) for the MultiCOlCombo http://www.codeproject.com/vb/net/MultiColumnFlatCombo.asp[^] So I want to generate my own Control So that that control can be embed with datagrid. I think Controls can't be added with the DatagridTextBoxColumn I m right/not???????? Hema Chaudhry

    Visual Basic csharp help

  • User Controls can be added in datagridTextBoxColumn
    H HemaRawat

    Hi all I have a confusion that weather user controls can be added as a column of datagrid through datagrid TextBox Column AS i made a user control but that is not added with its full functionalities in the datagrid. means many properties are not working when i embed a user control inside datagrid Column. Thanks in advanece Hema Chaudhry

    Visual Basic winforms

  • embed listview in Combobox (Urgent)
    H HemaRawat

    Hi all, I want to add the ListView Control in the Combobox control of vb.net as I want to show the multiple columns in the combo box SO I want to achieve this functionality with list view AS the user Click on down arrow of Combo Box that will show the listview populateListView() Me.ComboBox1.Controls.Add(listview1) But I am Not Successful Its very urgent for me I will highly appreciate Any help Thanks in advance Hema Chaudhry

    Visual Basic csharp help

  • DataGridTextBoxColumn can hold the ComboBox ??
    H HemaRawat

    Hey Robert, Thanks again for this direction. I will check these articles & Try to implement Thank you very much for this direction thanks a lot Hema Chaudhry

    Visual Basic csharp winforms question

  • DataGridTextBoxColumn can hold the ComboBox ??
    H HemaRawat

    Hey, Thanks for the Prompt & precise reply. But these all articles I have senn they are implementing the Single Column Combo Box . WhichI have done already. My problem is to embed the MultiCOlumn ComboBox inside datagrid I have seen some multi Column Combobox User Controls Examples also on CodeProject.com iteself. But they all are not fully embedded with the wnforms datagrid. your valuable suggestion are highly appreciated. thanks a lot Hema Chaudhry

    Visual Basic csharp winforms question

  • DataGridTextBoxColumn can hold the ComboBox ??
    H HemaRawat

    Hey I want to add a column in winforms datagrid That will show the combo box with multi columns. How we can create Multi Column Combo Box & embed that with datagrid Is DataGrid's DataTextBoxColumn can hold the MultiCOlumnComboBox Control??????? Any Source Code,suggestion,link,guidence is highly appreciated Thanks a bunch in advance. Hema Chaudhry

    Visual Basic csharp winforms question

  • MultiColumn Combobox in datagrid Column
    H HemaRawat

    Hey all, I want to add a column in winforms datagrid That will show the combo box with multi columns. Like Id Name RollNo 1 A1 20 2 A2 30 This Combo Box has three columns How we can create Multi Column Combo Box & embed them On net I got the help about How to create a Multi Column Combo box (User Control) But That User Control can't embed with the WinForms datagrid Can u give any direction. Hema Chaudhry

    Visual Basic csharp winforms help tutorial

  • How to retrieve certain value from datagrid?
    H HemaRawat

    Hey Erwin, You can Use the Datagrid MouseUp Event for capture the selected value as follows: Private Sub DGGuest_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles DGGuest.MouseUp Dim mygrid As DataGrid = CType(sender, DataGrid) Dim htiUsers As DataGrid.HitTestInfo = mygrid.HitTest(e.X, e.Y) Dim strID As String Dim iSelectedRow As Integer Select Case htiUsers.Type Case DataGrid.HitTestType.RowHeader iSelectedRow = htiUsers.Row Me.DGGuest.Select(iSelectedRow) strID = Me.DGGuest.Item(iSelectedRow, 0) MsgBox(strID) End Select End Sub This will give the value of the 0th column cell In this case this GuestID Hope This works If any doubt then mail me. Hema Chaudhry

    Visual Basic question csharp winforms sales

  • Customized Winforms Datagrid
    H HemaRawat

    Hey all, I want to add the the template columns in my Winforms Datagrid But know the concept behind this.(as new to vb.net) I have add a Datetimepicker control in 2nd column of datagrid & ComboBox(MultiColumn) in the 3rd Column of the datagrid How to add the other Controls in datagrid Columns Any COde Source , sample link about the Datagrid are welcome Thanks a lot for this help Hema Chaudhry

    Visual Basic csharp winforms help tutorial
  • Login

  • Don't have an account? Register

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