November 5th, 2009 08:52 PM
so where do i go back and add the data base to?
November 5th, 2009 07:43 PM
i have this solution that i'm suppose to make an installer of, but because it calls a datebase and the database is not within the solution therefore it was not included in the installer.
and my...
November 5th, 2009 07:34 PM
November 5th, 2009 02:10 AM
But there is a need for me to loop it.
its like this.. when the form shows up. it will have to detect the input to see if its right or wrong and loop to the next randomise picture.
after 5...
November 4th, 2009 07:12 PM
the links shows how to call individual files only
i can get there, but how do i loop it after calling the file?
November 3rd, 2009 01:07 AM
HI i need some help in using a picturebox to call pictures out of the resource folder and loop it
previously i have coded:
Me.PictureBox1.Image = Image.FromFile(Application.StartupPath +...
October 1st, 2009 01:57 AM
hmmmm...
this is part of my code
i wanna add that by pressing Ctrl -Z (ChrW(26)) it will call another form and closes the current form
If e.KeyChar <> ChrW(13) And e.KeyChar <> "0"...
September 30th, 2009 09:42 PM
hmmm... to SHUJA ALI there is no Ctrl + T in the ASCII site that u've shown me...
cant make out much.
perhaps u could show me how i should write my code let say i wanna press Ctrl + B to do...
September 30th, 2009 03:04 AM
i need some help in understanding shortcut button code as well as writing them
i have created a button on a form that refuses to operate . the codes are right
its enabled, visible. mouse not...