- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
26 Posted Topics
Hi, i am new to pthread area. i like to pass the dynamic argument into the thread function. example [CODE]function(void *value) { printf("%s",(char *)value); }[/CODE] here i like to pass dynamic argument when thread is running. so is it possible in pthread? please share your ideas... | |
hi, i would like to evaluate some value in C. ex [code] #define OK 1 int main() { char *ptr; ptr=(char *)fun(); if(*ptr) printf("SUCCESS"); } [/code] here fun() returns char * and stored in ptr. i would like to check weather ptr is OK or not, i do't like to … | |
hi, int i=1; printf("%x",-1<<1); what is an output? how is it works? please any one explain it. | |
Re: in real life. if you want to update some software. you must install some packages. that real software's base class and functions are installed in your system. when will you update the packages contains the derived class and functions. so that time the derived class have a same function and … | |
hi , i have an doubt in c#. i have not much knowledge in C#, i do't know how create the dynamic object for the class using C#. i have two class member class Operation class different member are have same operations. so i do't know how to create the … | |
Re: hi, i am new to .net. i like to add the datagridview into the datagridview. please share ur ideas, | |
Re: hi, thank you. this one is i needed, please marked this thread as solved | |
hi. i am new to .net. i am facing some problem in my coding. i maintain the information in link list, i like to show it in datagridview. if there is any direct mapping from link list to datagridview. otherwise i like to add link list information in to datagridview … | |
hi, i need to add the information into the datagridview manually. i searched in google and books. they fill the datagridview by using Datasource method. but i need to add at compile time please share ur ideas....... | |
hi, i am doing a project using C#. i haven't much knowledge in C#. i stored some information in Dataset like named as (Table). i do't know how to collect the data from dataset(like Table) using DML (query). i do't know about the connection information. please kindly provide the notes … | |
hi, P1 c1 c2 p2 c3 c4 (pls consider this is treeview: P1,P2--Parent, c1,c2,c3,c4---Child nodes) task is , when i select the item from treeview. i like to show in the datagrid view. if user selects one parent item from treeview. i like show in datagrid view that entire parent … | |
hi, i am new to .net. i like to add the datagridview into the datagridview. please share ur ideas, | |
hi, i am new to .net. i like to add the datagridview into the datagridview. please share ur ideas, | |
hi, i am doing some windows application program using .net. i show the information in treeview. when user selects the data from treeview. i like to show in datagrid view. i do't know any direct mapping is present or not. if present please share ur ideas. (now currently i m … | |
hi, i am doing some windows application program using .net. i show the information in treeview. when user selects the data from treeview. i like to show in datagrid view. i do't know any direct mapping is present or not. if present please share ur ideas. (now currently i m … | |
hi, i am new to .net. i doing a project in C#. i maintain the information in linked list. i like to show that information in the treeview. if there is any possible for direct mappings in treeview. (currently i travel the link list and add the information in tree … | |
hi, i am doing the project in .net. i m using linq in my project i using vs2005 and installed the linq. i am able to run the linq only in LinqconsoleApplication. but i need to run in normal console application. ie i like to create one class file and … | |
hi, i am new to .net i need to refer the external file to my C# object ie i wrote the one program like class program { public string getname(string name) { return name; } } the next program class test { like that } in the second program i … | |
hi. any body know how to install linq in visual studio 2005. i installed Linq preview 2006 in this order VS2005 -> vs(sp)1 -> linq preview 2006. still i am not able to use ObjectDumper(), ToQuerable() etc... in my coding. how is it activate in my system. i am new … | |
hi, i am doing a project using C#. in my project, i stroed the database information into the dataset. i do't know how to collect the data from dataset using query. i know collect data from dataset using datarow method, but task is collect data from dataset by using query. … | |
hi, i am doing a project in C#. i have not much knowledge in C#. i displayed items in listview with icon format. task is:::when i click the right and left button on icon, i like to show some data to user. ( ex in desktop we use right click … | |
hi, i am doing a project in C#, i have not much knowledge in c#. the task is display the icon inside the form. i searched in google. still i am not getting information. if anybody know please send ur details. Thanks & Regards, Karthikeyan S | |
hi, i am doing a project using C#, i do't know how to creat the table during runtime. i want to display the datas in the table in windows form. if anybody know please send the details to me Regards, Karthikeyan S | |
Hi, i created run time treeview. i do't know how to collects the datas from that treeview. please send the syntax to me. i am searched in google but i m not get any relevant information. Regards, Karthikeyan S | |
hi, i am created the view at run time using the following code TreeView myTreeView = new TreeView(); myTreeView.Location = new Point(0,0); myTreeView.Size = new Size(100,200); this.Controls.Add(myTreeView); //now that it's on the form, you can add nodes to it myTreeView.Nodes.Add(new TreeNode("something"); but runtime the tree view not displayed in the … | |
hi, i am doing a project using C#, i don't know how to creat the table at run time using C#. if u know please send ur information or codes or notes. Regards, Karthikeyan S |
The End.