hi
I like to know about portforwarding
I tried with
http://bytes.com/groups/net-c/431643...firewall#links
and also
http://www.pixvillage.com/blogs/devb...005/03/31.aspx
but in both i am getting exception
when i went to the router configuration in IE with default gateway, their i nothing found like NAT or portforwarding.
...
User Profile
Collapse
-
portforwarding via programming
-
Create Bitmap Draw on it and save it
Hi
Please tell me how to create a bitmap. Draw on it and how to save that bitmap to a bmp file.
I done following : on a button click event.
[code=cpp]
CDC* pDC = GetDC();
CDC memDC;
CBitmap newbmp;
CImage img;
CBrush brush;
brush.CreateSol idBrush(RGB(0, 0, 255));
pDC->SelectObject(& brush);
memDC.CreateCom patibleDC(pDC);
...
No activity results to display
Show More