Search results for query: *

  1. H

    Add Custom User Control in the DatagridView Column

    hi JohnH Thanks for the link But I have seen that link & also implemented th same for the multi column combo box But i m not succeeeded yet.????? Although i does not give error it only shows the drop down arrow of the combo box but do not shows the items in that & neither it drop down...
  2. 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
  3. H

    How to change Header Text of Data Bound Datagrid

    Change Header Text of Datagrid Hi , Exactly I don't get any solution But wat i planned to do is to change the caption in the SQL Query itself . So that the changed caption will take the position of the Header text of bound datagrid. May this helps.
  4. 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
  5. 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
  6. H

    To add Listview in Combobox COntrol (Urgent)

    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...
  7. 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...
  8. 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()...
  9. 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...
  10. H

    Customized Datagrid

    Datetimepicker in DataGrid Hey Thanks for this Kind Support. I will apply this way thanks for the direction. Thanks & Regards Hema Chaudhry
  11. 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...
  12. H

    Status Bar panels

    Thanks I will check all the suggested ways Thank You all for this support
  13. H

    Windows Form on All Resolution

    Create a Resolution Independent Form AS I understand I Think U want to make an resolution free form SO can have this code as Form)Resize event . Private Sub Form_Resize() If Me.Width >= (800 * Screen.TwipsPerPixelX) Then Me.Width = (800 * Screen.TwipsPerPixelX) End If...
  14. 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...
  15. H

    Determine the type of Printer

    determine the Printer type after user selects the Printer Thanks For your reply But I think my problem is not clear to u . Yes, The Print Dialog Box has the name of the Printers But what i want is To know which printers is selected by the user After that i have to take an action according...
  16. 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...
  17. H

    print problem (Urgent)

    I am Stuck in a problem I have an application that generates the Barcode When I am printing that with the 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.) then that...
  18. H

    print problem (Urgent)

    Barcode Not Printed by Label Printer 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...
  19. 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.)...
  20. H

    print problem (Urgent)

    Thankyou Very much for your reply You really realease my Problem & give me the direction Can You Please Send me some code sample to know How to print through vb.net with barcode printer Is there is any other way to print with with barcode printer Or the concept is same like the Normal Laser...
Back
Top