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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
I

Inpreet Singh

@Inpreet Singh
About
Posts
14
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • DropDown List on DataGrid
    I Inpreet Singh

    Yes I know about this site had visited n unable to find my way to solution as they told me about DataGridComboBoxColumn object n which I don't find anywhere. So plz if possible tell me where I can find this object or any other wayout. Thanks Inpreet Singh

    C# css help

  • MDI Form
    I Inpreet Singh

    Hi, I don't know that, what i am goin to tell u is good wayout but I am sure this will work. Ur menuItem is not disable bcoz u r make another instance of the main form n then on that u r making it disabled so u need to disable it with first instance. do one thing take a global integer set it as 0 then check on frmMain_Enter() event. if it is still 0 then don't run Menu.MenuItem[0].Enabled = false; set interger to 0 so that u can chk it correctly again. other run this. Now exiting from frmLoggon thats btExit_Click event set this interger to 1. simple. I hope u understand what I written. Good Bye Inpreet Singh

    C# help

  • DropDown List on DataGrid
    I Inpreet Singh

    Hello Sir, I am working on data grid n want to show dropdown list in grid. I found in help that we can do this by declaring grid column as DataGridComboBoxColumn but I haven't find this type of object in list. There are some objects like DataGridBoolColumn, DataGridTextBoxColumn which I am already using. Could u plz tell me to do this. Thanks for ur suppport. Inpreet Singh

    C# css help

  • With MDI App child form Activated event to working
    I Inpreet Singh

    Hello, As I build MDI App, Form Activated event of each child form fires once at loading but never again. I want to know why this is happening. As earlier when same application was not MDI App Activated event of each form fires every time when form get focus. Thanks for ur support Inpreet Singh

    C#

  • To build MDI application
    I Inpreet Singh

    Hello Sir, As MDIChild cannot be again MDI Parent that why i cannot run this code. There must be some other wayout to include 2nd level or further level forms into as main MDI Child form. Inpreet Singh

    C# help tutorial

  • To build MDI application
    I Inpreet Singh

    Hi, I want to build MDI Application. I got success in 1st level of MDIChild forms now the problem is that if these MDI child form open new forms those forms cannot be included as MDI child becoz those are child forms of the MDI child form. So could u plz tell me how to proceed in this, to build an application in which all forms as child forms of the main MDI form. or is there any other wayout. Thanks for ur support. Inpreet Singh

    C# help tutorial

  • Open MDI Child form from already MDI child form
    I Inpreet Singh

    Hello, I need to build an MDI application. After opening forms as MDI Child if I need to open further form from those MDIChild form it don't follow MDI Application. So how can i make a form as MDI child of the form which is already an MDI child. Thanks for ur support Inpreet Singh

    C# question

  • How to resize column width of datagrid.
    I Inpreet Singh

    Hello, I am using datagrid to show my records. now column width is set by default. which could be resized but that doesn't look good presentation. so can anybody tell me how can I resize my datagrid column width. Thank you For ur support. Inpreet Singh

    C# tutorial question

  • windows explorer type Treeview/Listview structure
    I Inpreet Singh

    Hello, I want to make windows explorer type treeview/listview structure. In treeview user can add node, delete node, Edit Node.which are then stored in database and can be reterive from database using combobox to show root. In listview details for selected node can be displayed. also user can resize both views by dragging seperator b/w treeview n listview like v can do in windows explorer. I mean how can v resize both views. Inpreet Singh

    C# database

  • Update data in Grid on form1 from form2.
    I Inpreet Singh

    Hello, I am using Datagrid to show records and there are two buttons for Add new record and edit record. when add or edit button is clicked new form is opened where user enter data n after clicking ok on that form activation returns to datagrid form. Now the problem is, I want to execute UpdateGrid() method which shows updated data into grid. This can be called on Activated event of the form but if that form is MDI child Activated event does not work. so after editing or add new record I don't have any event to raise to update data into grid. If I don't make grid form as MDI child Activated event work properly but that doesn't fullfill my requirement. So plz could u tell me how to solve this problem. I tried making UpdateGrid() function as public and calling this function from add or edit on close event. but it haven't update my grid. Thank you for your support. Inpreet Singh

    C# css help tutorial announcement

  • Using Resource file for collection of strings
    I Inpreet Singh

    Hi, I want to use resource files to store message box strings. I already read that I can, by defining Name = value pair in text file. like ex > Close = "Really wann quit this application". But now the problem is where should I wirte this text file and then where should I compile Resgen myResource.txt , to create myResource.resource file. Now after doing all this how should I use these Name of string in my application to call resource file. Thanx for ur support. Inpreet Singh

    C# csharp help tutorial learning

  • How to create text file for Resource file
    I Inpreet Singh

    Hi, I want to use resource files to store message box strings. Which I read that I can by defining Name = value pair in text file. like ex > Close = "Really wann quit this application". But now the problem is where should I wirte this text file and then where should I compile Resgen myResource.txt , to create myResource.resource file. Now after doing all this how should I use these Name of string in my application to call resource file. Thanx for ur support. Inpreet Singh

    C# help tutorial learning

  • Treeview structure in datagrid
    I Inpreet Singh

    Hello, My requirement is to show parent child relationship in datagrid in treeview format. Means on clicking + sign new grid should be open with thread from first one to new grid showing all child records, + sign if they have further childs. Upto that gird where no further child. I already used relationship but there parent records are shown in top portion of new grid. but this is not what required. Thanks for ur help. Inpreet Singh

    C# css help

  • Using Resource file for collection of strings
    I Inpreet Singh

    Hello, I am working in C#. Wanna use Resource files for storing message box strings in it. Then call required string using their specific names. Can anybody tell me how to create these files i tried to do the same but didn't manage to. Thanks for ur help. Inpreet Singh

    C# csharp help tutorial learning
  • Login

  • Don't have an account? Register

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