Search results for query: *

  1. martinandrovich

    Question Dynamically edit embedded files/resources

    Hey guys, I'm having quite an itch here. My goal is to somehow edit an embedded file/resource (text) during run-time; or after, as long as it's attached to the same EXE. I need this for a project I'm working on, and the point is to have an EXE file that can be transferred (mail, USB etc.)...
  2. martinandrovich

    DirectX Free Hand Drawing

    Hello forum, I wonder, if there is any way I can use DirectX to do Free Hand Drawing on a PictureBox or etc? I need to use some hardware accelerated graphics, to quickly paint on the PictureBox. A "simple" GDI+ Drawing isn't fast enough for me :( Any suggestions?
  3. martinandrovich

    Question Faster Paint Software

    Hello forum, I have created a paint program, which I use with a SmartBoard to draw on. But when I draw, it reacts much slower than a usual Paint Program (MSPaint). I have a PictureBox which I draw on,to capture the mouse path. Every time the mouse is moved, the path is added to the "mousePath"...
  4. martinandrovich

    Question Add new page as image (?)

    Hello dear forum, My question is a bit hard to explain, but I will try my best: Imagine a have a painting program with a PictureBox, which I can paint on. I would like to have the ability to press "Next Page", and the program shall store my current image/page as "Page#" (where # is the...
  5. martinandrovich

    Question Parallel Port Interface

    Hello dear Forum, I have a problem interfacing with the Parallel Port. I have tried using the "inpout32.dll" to communicate with the port, but it didn't work for me. I have used another program (coded in C++), and I have successfully read the S-port-data - and that's what I mainly need the...
Back
Top