hi,
I just recently switched over to VB.Net in the midst of my coding a Diablo II-clone, and I have noticed that there is no BitBlt function, so I tried using the GDI DrawImage method.
This works fine if I am loading a bitmap from disk into a picturebox, but I cannot then copy a selected rectangle from that picturebox into another picturebox!
It says that there is no image in the previous picture box, and so it cant copy the selected portion! Is there something I;m doing wrong or should i use directdraw9 or what?
Help requested before I physically burn my copy of VB.NET
SOloKing
I just recently switched over to VB.Net in the midst of my coding a Diablo II-clone, and I have noticed that there is no BitBlt function, so I tried using the GDI DrawImage method.
This works fine if I am loading a bitmap from disk into a picturebox, but I cannot then copy a selected rectangle from that picturebox into another picturebox!
It says that there is no image in the previous picture box, and so it cant copy the selected portion! Is there something I;m doing wrong or should i use directdraw9 or what?
Help requested before I physically burn my copy of VB.NET
SOloKing