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