Hi, Actually I have to complete the a project within the next two weeks. It is a big one and I donno much abt C# and .Net. So I post it so that I get the answer without wasting much time. regd I mean regarding. Sorry if I distrubed u with my posts. Karteek
karteek
Posts
-
regd treeView control -
regd treeView controlHi, I want the all the nodes in the tree to be expanded. How do I set this property? Karteek
-
regd treeView controlHi, Actually I am reading the input for the tree from a file . So I can have any type of text in the file. Karteek
-
regd treeView controlHi, I usually don't have such long strings in my control but in some case I amy get such strings. So I want this. Karteek.
-
regd treeView controlHi, I have a treeView Control. I am adding a node with text . The text is very large one. It is giveing scroll bar for the tree view but all the text is not visible (the text is very large around 1000characters). How can I change the properties to make the entire text visible. Karteek
-
regd C# classesHi, I defined a class. Now I want to define an array of classes. I don't know the size of the array. How do I define it then?? Karteek
-
regd DatagridHi, I do not know the number of coulmns in the table or name of the columns. I am dynamically reading the table data from the database. In that case how can I set the mappingname,column name etc... Is there a way to get these while reading data from database. KArteek
-
regd DatagridHi, I want to color a column in a datagrid . How do I do this? Karteek
-
regd dll'sHi, I have a dll. I want to know the functions inside the dll. I don't have documentation about it. I there any way to know that. Karteek
-
regd datagridHi, I have a datagrid . I filled the grid with values and now I want to keep check boxes beside every column header in the datagrid. I want check boxes only in each column header cell. How do I do this? Karteek.
-
regd datagridHi, I want check boxes only in the column header. Not for full column. Karteek
-
regd datagridHi, I have a datagrid and I want checkboxes along with a text beside it on each column header. How do I do this?? KArteek
-
regd painting a formHi, I have a text box on my form . I want to move the text box to the position where the user clicks. So I kept the location in variables and I am getting the coordinates of mouse click. How do I repaint the form so that the text box appears at the mouse click position. Karteek
-
regd creating libraryHi, I am a beginner to C#.How do I create a library file in C#? And how do I invoke it im my program? Karteek
-
redg DataGridHi, I will take the number as input from the user and display as many datagrids as the number is.They don't have any values for present.( Later he can select the values to be present in each datagrid.) Karteek.
-
redg DataGridHi, I want to dynamically allocate datagrids depending on the input. So I declared a datagrid array .But it is not working . Can I do this way? I tried keeping a single datagrid .It is working. Later I changed it into array keeping a loop.Now it is not working. Karteek
-
regd dialogsHI, I did not find any .If u find please tell me. What if I want to create my own one? Karteek
-
regd DataGridsHi, I want to dynamically allocate datagrids depending on the input. So I declared a datagrid array .But it is not working . Can I do this way? KArteek
-
regd dialogsHi, I want to display the tables in a database in a C# form graphically. I want to use a datagrid to fill the schema of each table. Is there any other way to represent graphically a table. Now I want to show foreign key relationships between the tables. How do I show it graphically . Then I should be able to move the tables and the relations between them also should move.. What controls should I use to get the above thing done and how to use it? Karteek
-
regd richtextbox and datagridHi, I have a richtextbox. I want to display a datagrid with values inside the richtextbox.There should be a scroll in the textbox if the datagrid size is larger than that of the textbox. How do I do this ?? Karteek