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=chandnigandhi;1706275]can any one suggest project topics in ASP.net for final year????please give some suggestions.....[/QUOTE] hi chandni some project sujjestions for you. 1. Online Shopping website 2. School Management Software 3. N.G.O. Website 4. E-Commerce Website 5. Coaching Management Software 6. Inventory System 7. Medical Store Manager 8. Payroll System 9. …
how to develop face detection application in c#? what technique to use for image comparision?
[QUOTE=chandnigandhi;1644741]how to use video files in c#???in which format we can use video files in c#???which control we can use for video files in c#???[/QUOTE] first add this two dll library: 1)Axinterop.shockwaveflashobjects.dll 2)interop.shockwaveflashobjects.dll now place control Axshockwaveflash on your form and in form's load event write [CODE] Axshockwaveflash.movie="url"; [/CODE] if …
i have to use FLV file in my project so how to implement FLV files in windows form c#???
i am making paint in c#.when i am drawing a rectangle by the below code then it is working: [CODE] namespace deniweb2 { public partial class Form1 : Form { Rectangle rect; List<Rectangle> therectangles = new List<Rectangle>(); public Form1() { InitializeComponent(); this.Cursor = System.Windows.Forms.Cursors.Cross; this.DoubleBuffered = true; } private void …
[QUOTE=chandnigandhi;1639329]code for bold,italic and underline in c# when button is pressed.....[/QUOTE] [CODE] private void button1_click(object sender,eventargs e) { textbox1.font=new font(this.font,fontstyle.underline); } [/CODE] same for line and bolditalic....
i want to draw a line in windows form in c# with the help of mouse and by clicking on line button it should allow me to draw a line on form or panel as in paint it allows us to do so and while drawing the 2nd line first …
i want to draw a line in windows form in c# with d help of mouse....by clicking on button line should b displayed on panel or form.....nd d first line should nt b disappeared..... plz rply soon.....
The End.
shrutipopat