No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
[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 …
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??
[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 …
I cant understand the lineno 54. what is its purpose. comboBox1.Items.AddRange(students);
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 …
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) …
[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??
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.
The End.
qauaan