Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached

8 Posted Topics

Member Avatar for serkan sendur

[QUOTE=serkan sendur;940260]i found this fucking thing : [CODE]foreach (PropertyInfo p in typeof(Color).GetProperties()) { Color c = new Color(); if (p.PropertyType == typeof(Color)) { ListViewItem lvi = new ListViewItem(p.Name); lvi.ForeColor =(Color) p.GetValue(c,null); listView1.Items.Add(lvi); } }[/CODE] Project is attached[/QUOTE] Sir can u explain the ur code that how its work especially what …

Member Avatar for Mauricio Feijo
0
1K
Member Avatar for qauaan

I want to Event Syncing on user's fan pages on their behalfs. For this first i confirmed that user has the admin rights for given page. I google but I can't figure out that how i checked that user has the admin rights for given page. Any one has idea??

0
72
Member Avatar for RAHUL JOSHI

[QUOTE=RAHUL JOSHI;277268]Hi All, I am Working in C#.Net Technology (Window Based Application).My Problem is that ,I Want to display a Image in DataGridView cell.Iam able to display different Images In different cell of particular Column,But my problem is that Iam getting the image of a Exact Size.What I wan is …

Member Avatar for Padma Prajapati
0
292
Member Avatar for Ramy Mahrous

I cant understand the lineno 54. what is its purpose. comboBox1.Items.AddRange(students);

Member Avatar for Ramy Mahrous
0
2K
Member Avatar for qauaan

I select Multiple images from file and show their thumbnails in the panel. here is code i write for this:: [CODE] //files is string type array Containing the image Location //left, top, picWidth, picHeight are int variables. foreach(string file in files) { Bitmap bit = new Bitmap(file); ratio = (double)bit.Width …

Member Avatar for sknake
0
329
Member Avatar for qauaan

I want to select the pictures (They are select during program is running) and show them on the form. for that i take a panel on the form and populate the panel with pictureboxes.i write the following code for that but it is very time consuming: [code=csharp] if(openDialoge1.ShowDialog() == DialogResult.OK) …

Member Avatar for qauaan
0
292
Member Avatar for qauaan

[B]ColrMatrix[/B] is fast way to change the image. but the color matrix apply on whole image. is there any way to apply color matrix only a part of image rather than whole image??

Member Avatar for ddanbe
0
93
Member Avatar for Al-Saeed

I use ulead mediaStudio. now ulead is purchased by Coral so it may be comes with the name of coral ulead mediaStudio. coral mainly promote and enhanced coral ulead videoStudio. which is another movee editing software. but i like mediaStudio.

Member Avatar for qauaan
0
182

The End.