Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
vb 2008 software outputs software too?
#1
in visual basic 2008 I know it has its own project exe file, this is not my case?

when you open a file like a pdf file, you can some how turn it into an exe file? You can't just use filter in the savefiledialog box to make this happen, so what do I need for this project? a built in vb converter? lol

this is to make a form appear before the pdf appears?

this is a validation form for users to insert there user keys before the ebook opens.

I have a website connecting to a vb software, the software does not work, so I am creating a new one, if god could help me lol

any ideas?
#2
Lol, well what it sounds like you are trying to do is show a form before opening a .pdf file. This is really simple to do.

Simply show the form, and after the validation code is entered, a button is pressed... And to open a pdf file with this button, simply use the code.
Code:
Process.start("C:\PDFFILEGOESHERE.pdf")
My Blog | My Setup | My Videos | Have a wonderful day.


Possibly Related Threads…
Thread Author Replies Views Last Post
  VB 2008 VS vb 2010 Emerogork 5 22,447 11-14-2013, 02:19 PM
Last Post: brandonio21
  Report generation in VB 2008 vijayraj34 0 8,252 03-04-2013, 11:37 AM
Last Post: vijayraj34
  My next software release Your suggestions? Gamester699 3 13,624 09-12-2012, 04:19 AM
Last Post: Macatone
  How to create a software like lockNote Himansh 0 5,767 03-22-2012, 11:49 PM
Last Post: Himansh
  "Find The Real You" Software Vinwarez 6 20,727 03-21-2012, 07:59 AM
Last Post: Vinwarez

Forum Jump:


Users browsing this thread: 1 Guest(s)