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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by foxygeek

  1. foxygeek

    WebBrowser Control VB .Net 2003

    I'm using the WebBrowser Control to load html template with data at run time. How do i save the what is display into a html file? I tried to use: WebBrowser.ExecWB(SHDocVw.OLECMDID.OLECMDID_SAVEAS, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DODEFAULT) and this just saved the html template with no...
  2. foxygeek

    Crystal Reports Deployment with windows vb .net app

    I was able to figure this out and thought i would post my solution in case anybody else would have this question. I downloaded the msi for crystal reports 10 the crystaldescions website. http://support.businessobjects.com/communityCS/FilesAndUpdates/cr10_net_server_install.zip.asp Then i...
  3. foxygeek

    Crystal Reports Deployment with windows vb .net app

    Ok I know how to use the setup and deployment package to include the merge modules for crystal reports and use that to install. But what i need to know is exactly where and what happens to those files from the merge modules. Where i'm at they use there own install app that was created in house...
  4. foxygeek

    Don't want print dialog box to appear with crystal report

    Thank you i just figure out the method to use. CrystalReports.PrintToPrinter(1, True, 0, 0) I think this is what you were talking about. Thank you again.
  5. foxygeek

    Don't want print dialog box to appear with crystal report

    I have a vb .net application with a report in crystal reports 10. I need to be able to print the report with out printdialog box to appear. Is there a way to do this.
  6. foxygeek

    How to get the enter key to go to next line instead of cell below

    Was that my problem this whole time. As soon as i took that line out it work fine, just like i wanted it to. Thank you very much for all your help. You are wonderful. Is there any type of point system in this forum so i can give you some points for being so prompt in all your help.
  7. foxygeek

    How to get the enter key to go to next line instead of cell below

    When you say you weren't able to recreate the problem what did you mean. Did you mean that when you hit the enter key on a regular datagrid while editing the cell you didn't move to the next cell. On thing that i found out with that the code i got from the other site is you don't need to do the...
  8. foxygeek

    How to get the enter key to go to next line instead of cell below

    The only thing with Datagrids is that when keyup, keydown, and keypress are used it doesn't not fired when the enter key is press so by looking on forums and such i found you need to created a class that inherits the datagrid and overrided the function ProcesscmdKey. i have done this but nothing...
  9. foxygeek

    How to get the enter key to go to next line instead of cell below

    Ok i'm not really sure how to use that, but i found an FAQ on another website and had the same question. But i think the code was in C++ or C# so i tried to translate it into VB .net but the enter button is still moving to the next cell. HERE is the FAQ: 5.34 How can I prevent the Enter key...
  10. foxygeek

    How to get the enter key to go to next line instead of cell below

    I know how to caputre keys pressed but what do you mean by "set the control key to report as being down". Are you referring to SendKey. I created a class that extends the datagrid control and i override the ProccessCmdKey function, this is how i use my autocomplete function. But i just don't...
  11. foxygeek

    How to get the enter key to go to next line instead of cell below

    Hello i am working with a multiple datagrids and i have also created and autocomplete that works great with textboxes. It works great with datagridtextboxes as well but my problem is when they hit enter to go to a new line or accept the autocomplete word or phrase, it will take them to the next...
  12. foxygeek

    I neep some help in creating something in VB. Net that is like sound

    does this just play sound or does it record as well, I really need something that records via a microphone like SoundRecorder does? Thank you for you fast reply
  13. foxygeek

    I neep some help in creating something in VB. Net that is like sound

    I have be researching this for on and off for a couple of weeks and everything i find is for hand helds. I orginally used vb .net to open sound recorder to record dictation. But i guess that was way to many steps. What is needed in something i can use in my windows form in vb .net so i can...
  14. foxygeek

    Microsoft Speech SDK 5.1 vb .net windows form

    i'm trying to use this for dication, i have downloaded the sdk and i am able to run the vb 6.0 app that comes with the download fine, i tried to convert it viusal basic .net but the RecoContext_Recognition does not get fired. Does any one know how to get this to work. Please help. This is my...
  15. foxygeek

    I need to find a way to automate MS Paint(so like it) in my vb .net

    I need to figure out a way to create a little app that will allow a user to create shapes and then save the image. Right now i am able to create an image in a picturebox but i'm am not able to save the new image. Please help

Part and Inventory Search

Back
Top