Forum: ASP Feb 25th, 2008 |
| Replies: 1 Views: 548 Hello every one
I want to creat web page for text chatting and life video transfering
(i.e display users web cam or any camera attached)
If any person have an idea , links or books I will... |
Forum: C++ Dec 21st, 2007 |
| Replies: 4 Views: 25,820 how can I move the drawen object using the mouse from his place to onther please |
Forum: C# Nov 23rd, 2007 |
| Replies: 6 Views: 2,353 Sorry could you give me more details in how can use this line |
Forum: C# Nov 22nd, 2007 |
| Replies: 6 Views: 2,353 I debug but when save give image empty with background yellow what can I do |
Forum: C# Nov 21st, 2007 |
| Replies: 6 Views: 2,353 I draw using this code which I find it easy when I save just give ayellow background bmp image what's the problem if any one have an idea how to save please tell me
using System.Drawing.Drawing2D;... |
Forum: C# Nov 21st, 2007 |
| Replies: 1 Views: 15,304 If u draw in the form how can u save it please |
Forum: C# Nov 19th, 2007 |
| Replies: 4 Views: 1,035 this is the code I wrote it about allow the user to draw lines and polygons not rectange but in this code all figures are continue the code is:
using System;
using System.Drawing;
using... |
Forum: C# Nov 19th, 2007 |
| Replies: 3 Views: 11,075 what if we want to draw rectangle using mouse and how can we move it please |
Forum: C# Nov 19th, 2007 |
| Replies: 4 Views: 1,035 I have a tsak which is let the user draw any number of rectangles in a panel and if he want to move one of them use the mouse How can I do that please the problem faces me:
1. How let him draw... |