I had an old VB program that I pulled into VS2005 (VB.Net) to see if I could
get anything useful out of the upgrade wizard. Well the program did not have
a Sub Main, so I added that to a module and tried to set that as the startup
object. But now I have this error:
Error 1 'Sub Main' is dec...
more >>
Hi,
Due to Windows Vista, I realized that I must port my project from VS2003 to
VS2005 ( and MSDE to SQL Express). Haven't had a look at VS2005 yet, but can
anyone shed light on the issue, is it generally colossal, or just a few
clicks on a upgrade wizard ?
Thanks,
Petri...
more >>
Hi to all,
Here i hav 4 images in my folder,all the images are smaller in
size,and my program is wen i click the button,all the images are stored
on either picturebox or imageviewer i.e all 4 images are shown in one
picturebox.
Wen i click another button 4 save the entire image as a single ...
more >>
I know it seams stupid but i have to do this because many people don't have
..net framework 2.0 in portugal and this is an aplication to launch from cd
I have this code i'd like to reproduce in VB6 i tried the shell() command
but it's not enough, could anyone help me?
"
Dim MyProgName As ...
more >>