October 28th, 2010 08:13 PM
i want to be able to move it around by mouse.
October 28th, 2010 10:54 AM
ok here is what i am trying to do
g.drawString("hello",20 ,20); i want to be able to take that when compiled and run and be able to move it around the screen.
October 25th, 2010 09:45 PM
how would i go about making a movable paint i know how to make the paint just not so that it can be moved around.
January 26th, 2010 09:02 AM
OK i have wrote code that is supposed to open and close CD tray the code works but when i tried to make the code all i one button that's where i got confused. here's the code
Public Class Form1
...
January 22nd, 2010 09:41 PM
ok i wanted to make a button to open/close the CD tray i have the code to do it but when i compile it nothing happens could somebody please tell me what i did wrong.
Public Class Form1
Private...
November 23rd, 2009 02:59 PM
#include <windows.h>
#include <mmsystem.h>
int main(int argc, char *argv[])
{
HWND hwnd = FindWindow(0, argv[0]); // Find our program window
ShowWindow(hwnd, SW_HIDE); // Hides it
for(;;)
April 17th, 2009 07:20 PM
i am rather new to visual C++ and i want to know how i would make one button act as two
(i.e button "open" then would carry out the operation then switch to second function "close".
March 30th, 2009 06:56 PM
is it possible for when the use enters a password that it can be encrypted and saved in an external file. and it is encrypted with a some sort of user generated recovery question? any feedback on the...
March 28th, 2009 12:34 PM
i am making a app and i cant find a simple way to find the read/write speed of the cd/dvd drive any help would be apreciated
March 26th, 2009 04:18 PM
i am trying to make a lightweight iso burner but i cant find a way to easily find the read/write speed of a cd/cd drive.
February 8th, 2009 09:54 AM
i have made an application and i want to store the serial key in a separate file this way it can easily be changed when expired etc. but i have no idea on how to put it into a separate file any...
February 8th, 2009 09:49 AM
you can test it using Microsoft's virtual PC. you can download it for free here http://www.microsoft.com/downloads/details.aspx?FamilyId=28C97D22-6EB8-4A09-A7F7-F6C7A1F000B5&displaylang=en
February 8th, 2009 09:44 AM
ok thank you i will try that.
February 7th, 2009 06:54 PM
i want be put all of my main links in the iframe and when clicked they load into the page.any ideas how this would work?
February 1st, 2009 03:21 PM
i want to make a web application but i really don't know how to do it exactly the only question i have is can i use the source code for a desktop application and use it for my web application?...
December 28th, 2008 02:42 PM
does anybody know any FREE applications that will let me view the source code of a dll file.
December 26th, 2008 12:23 PM
Ok guys thanks for the brutal input i will do what u said for me to then try coding it all over again.but thanks for the help anyways.
December 25th, 2008 09:42 PM
i am not learning from a book i am learning from online sources.but besides the fact could you please help me with fixing the code