Forum: C Oct 17th, 2006 |
| Replies: 4 Views: 2,064 Hi again.
I was wrong. I thought I had it, but I can't figure out how to convert this code (as I'm not using MFC):
for (int i = Cnt-1; i>=0; --i)
{
vCtlPt[i] = (LDPoint( ... |
Forum: C Oct 17th, 2006 |
| Replies: 4 Views: 2,064 Thanks! I got everything to work. |
Forum: C Oct 17th, 2006 |
| Replies: 4 Views: 2,064 Can someone tell me how I can draw a diagonal or slanted oval on my form? I know DrawEllipse draws circles that are either straight vertical or straight horizontal.... |
Forum: C++ Oct 12th, 2006 |
| Replies: 6 Views: 4,563 I don't see that control in my Toolbox. |
Forum: C++ Oct 12th, 2006 |
| Replies: 6 Views: 4,563 Hi peoples,
Can someone tell me how I can play an avi file using C++ and VS2005? I'm designing a C++ Windows Forms Application project.
Thanks in advance. |
Forum: C++ Oct 2nd, 2006 |
| Replies: 1 Views: 3,236 Folks,
I need to write a small application that runs on a Windows Mobile 5 based device. All I need it to do is listen to a port and return whatever it sees. I have searched all over and can't... |
Forum: C Sep 27th, 2006 |
| Replies: 1 Views: 8,536 Hi folks.
I'm new to the board and I sincerely apologize if this has been posted time and again. I did search but couldn't find an answer.
I am starting to program for the Symbian OS (never... |