Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~6K People Reached
Favorite Forums
Favorite Tags
c x 8
c++ x 1
Member Avatar for karthi_selva

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

Member Avatar for gerard4143
0
125
Member Avatar for karthi_selva

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 …

Member Avatar for karthi_selva
0
165
Member Avatar for karthi_selva

hi, int i=1; printf("%x",-1<<1); what is an output? how is it works? please any one explain it.

Member Avatar for karthi_selva
0
95
Member Avatar for LevyDee

I got the whole static binding and dynamic binding on runtime if a function is declared virtual in the base class, but if you do something like this... [code] class base { public: void print() { cout << "base" << endl; } }; class derived : public base { public: …

Member Avatar for AkashL
0
107
Member Avatar for karthi_selva

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 …

Member Avatar for mhorton
0
98
Member Avatar for Gaurav arora

Hi all, Iwant to know is there any way to add a new column in datagrid depending upon the value of a combobox. I have columns in a table whose names are same as combobox's items names. I need to add that column in datagrid which value is selected by …

Member Avatar for Geekitygeek
0
244
Member Avatar for Abhishek_Boga

Hi, im not getting of how to vies the data in the database when user select the cndidate id from combobox and the data should be shown in the datagridview. let me know the source code of the problem.. Regards, Abhishek

Member Avatar for skc23
0
3K
Member Avatar for karthi_selva

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 …

Member Avatar for LizR
0
99
Member Avatar for karthi_selva

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

Member Avatar for LizR
0
136
Member Avatar for karthi_selva

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 …

Member Avatar for karthi_selva
0
192
Member Avatar for karthi_selva

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 …

Member Avatar for karthi_selva
0
124
Member Avatar for karthi_selva

hi, i am new to .net. i like to add the datagridview into the datagridview. please share ur ideas,

Member Avatar for LizR
0
167
Member Avatar for karthi_selva

hi, i am new to .net. i like to add the datagridview into the datagridview. please share ur ideas,

Member Avatar for LizR
0
75
Member Avatar for karthi_selva

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 …

Member Avatar for Ramy Mahrous
0
383
Member Avatar for karthi_selva

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 …

Member Avatar for LizR
0
92
Member Avatar for karthi_selva

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 …

Member Avatar for Ramy Mahrous
0
89
Member Avatar for karthi_selva

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 …

Member Avatar for Ramy Mahrous
0
418
Member Avatar for karthi_selva

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 …

Member Avatar for metalla_nz
0
137
Member Avatar for karthi_selva

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 …

Member Avatar for LizR
0
153
Member Avatar for karthi_selva

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

Member Avatar for karthi_selva
0
168
Member Avatar for karthi_selva

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 …

Member Avatar for karthi_selva
0
114
Member Avatar for karthi_selva

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

Member Avatar for karthi_selva
0
170
Member Avatar for karthi_selva

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

Member Avatar for LizR
0
74
Member Avatar for karthi_selva

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

Member Avatar for LizR
0
91
Member Avatar for karthi_selva

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 …

Member Avatar for LizR
0
69
Member Avatar for karthi_selva

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

Member Avatar for LizR
0
94