The following code works very nicely to activate an application but now how does one get rid of it. Alt F4 works only from the keys not from code.
Private Sub Command1_Click()
RetVal = Shell("C:\Program Files\HomeConnect\VidCap.exe", 1)
End Sub
Thanks...
Here is a sample that I snarfed from one of my picture programs. Slightly compressed on this small note pad but perhaps it will help.
RSH
Public Sub AllPictures()...
Peter:
Ok, that gives me some insight. I can see then why you say don't bother. There are a few reasons why I wanted to do it from code. One is that I want to be able to trigger it and not have to be present at the computer to do all the button pushing. This of course would not be the case...
Once again I pose the question as to how one dials up an ISP prior to sending an e- mail.
The Mscom control does a nice job of dialing but what I need is the link between the dialing and the actually sending of a message with the MAPI control. Somewhere one has to enter a password
and username...
Can someone give me an example of iterfacing an Mscom control with a MAPI control so that the ISP can first be dialed up and then the message sent.
73 RSH
Could someone share the code for saving an image file such as jpg or bmp to another file named by the (Save As) Common Dialog box. No problem generating the Common Dialog but having problems with SavePicture.
Thanks RSH
Thanks genomon:
Thats the way it should work. The only thing you are doing differently is saving it to a folder. I was saving mine to my own deskTop for my own use. Maybe I should jam it in a folder then save it to my desktop. We will keep trying. 73 RSH
Genomon:
Tried that too and it still didnt work. However I'm on the track of my error I think. It looks like one has to make an exe out of a form file and not out of a vbp file. Wonder if you could give me your moves when you successfully
make your exe's.
We of course use the standard...
Ok Chip:
Thats pretty much what I was beginning to suspect.
Others have said that what you do is to edit your vbp file and then make another exe. then discard the old exe.
That doesn't work either because the second time one goes back to make???exe it reads make???... Unless one starts...
Somewhere I'm missing somthing. One can make an exe file with a desktop ICON using Make??? exe under the file menu.
Now,if one wants to modify that application there is no longer a Make???exe but rather Make???... and the Desktop Icon becomes a file not an application. Where am I going wrong...
Can anyone tell me how to print a graph generated by MSChart
on real paper. PrintForm works but is limited to the vertical height of the screen. and cannot be used to print on the bottom of an 8.5 by 11 sheet
Thanks and 73
RSH
Ive been using the following code to bring the sound recorder onto the screen and it does so just fine.
Shell "c:\windows\sndrec32.exe", vbNormalFocus
The only problem is I have to get rid of the sound recorder
when shutting the program down, or with a command button because if I...
Can anyone share the code necessary to play the wav files that come with windows. That is the various clicks and pops that lend somthing to a program.
73 RSH
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.