Search results for query: *

  • Users: Hema Rawat
  • Content: Threads
  • Order by date
  1. H

    Add Custom User Control in the DatagridView Column

    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
  2. H

    MultiColumn ComboBox from DataGridViewComboBoxEditingControl Class(Urgent)

    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 fpr this help
  3. H

    How to change Header Text of Data Bound Datagrid

    Hi. How we can change the headre 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 Thnaks in advance Hema chaudhry
  4. H

    User Controls can be added in DataGridTextBoxColumn

    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...
  5. H

    To add Listview in Combobox COntrol (Urgent)

    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()...
  6. H

    Multi Column ComboBox in Datagrid (Urgent)

    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...
  7. H

    Customized Datagrid

    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...
  8. H

    Status Bar panels

    Hey All, I stuck with very little but (big for me) Problem I want to add the status bar panels in right to left direction Means My 1ts panel at the rightmostside of status bar then 2nd & 3rd so on. By default the panels add at the left side How to make that at right side aligned...
  9. H

    Determine the type of Printer

    Hey All, In my application I have Print Feature Now What I want that as the User Click on Button Print I have shown Printer Dialog Box to Select the Printer Now AS user selects the printer I want to know about the Selected printer is a : Laser Printer Dot Matrix Or Label Printer etc After...
  10. H

    Printing Problem

    Hey All I am Stuck in a problem I ahve an application that generates the Barcode When I am printing that with teh laser printer , Then That printed barcode is readble through the Scanner But when I am printing it with the Label Printer(USed to print small badge cards, Address labels etc.)...
  11. H

    print problem (Urgent)

    I have a application which creates a Guest Badge Card This Card has the Name , Address & the BarCode which GuestID Now I have to print this badge card. IS it possoble to print all the details on badge card (Barcode & Name etc )with the BarCode Printer. Now if this badge card is printed...
  12. H

    DataGrid Row Selection

    Hey All, I stuck in a problem That how to trap the selected row data & then send that data to the next form In Windows form Datagrid there is no concept for the Template column to add checkbox column etc. Then How I Can Trap the selected Row of datagrid Plz Help Thanks for this kind Help
  13. H

    Printing form in vb.net (Urgent)

    I have to create a Entry Ticket & then Print it Now How to Print the VB.net forms with all controls on it 1 Logo (PictureBox) 2. Labels of Name & Address Etc 3. Barcode is also on my entry ticket form Except the Print Button on it. Waiting for all early replies Thanks in advance for this...
Back
Top