Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RSH
  • Order by date
  1. RSH

    Closing an Application in VB

    Thanks for the input. Ill give it a try. 73 RSH
  2. RSH

    Closing an Application in VB

    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...
  3. RSH

    Common Dialog Control

    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()...
  4. RSH

    Dialing ISP

    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...
  5. RSH

    Dialing ISP

    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...
  6. RSH

    Dialing ISP

    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
  7. RSH

    (Save As) Common Dialog Box

    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
  8. RSH

    Modifying a Compiled program

    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
  9. RSH

    Modifying a Compiled program

    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...
  10. RSH

    Modifying a Compiled program

    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...
  11. RSH

    Modifying a Compiled program

    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...
  12. RSH

    Printing MSChart

    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
  13. RSH

    Unloading the SoundRecorder

    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...
  14. RSH

    Recording Wave Files

    Need VB Code to audio (wav files). This could either use the multimedia control or preferrably not. Playing is not a problem.
  15. RSH

    Playing Wav files

    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
  16. RSH

    Anybody got simple 'Print What is on Form1' Code

    Crystals: Yes that is my favorite way to print a form. Sure saves a lot of code. You can also hide undesireables like Command buttons. 73 RSH
  17. RSH

    Ascii Nos.

    Can anyone pass along the code necessary to send Ascii control numbers out the comport. Comport works fine for keyboard characters but somthing is needed to send the ascii numbers that are above and below the keyboard. Perhaps Chr$ or some such...
  18. RSH

    Serial Input into Visual Basic

    DavidBa: I have been fighting this same problem for some time, and the info that I have gleaned is that this feature is not useable with the learning edition which I am using. We can bring the telephone Icon to the list of objects but it wont play. Instead we get the message to the effect that...
  19. RSH

    About the com. port

    Thanks Gnibbles: Will look into that site ,though using a plug in should not be necessary and certainly not easy with this laptop. Now a further response to STEVE. I successfully navigated to the controls directory on the VB CD but found only 8 files with names which meant nothing to me...
  20. RSH

    About the com. port

    Thanks Steve: Ill look into the above. I assume then from what you say that the trouble is not in the fact that I am using the learning edition of VB.,and that one should really be able to access the comport with this edition. 73 RSH

Part and Inventory Search

Back
Top