Project -> References...
find the "microsoft internet controls", check it and hit ok.
Then write this code:
Dim myInetExp As New InternetExplorer
myInetExp.Navigate "siteURL"
myInetExp.Visible = True
Thats all.
Project -> <Proj.name> Properties -> Common Properties @ General.
Startup object has the forms and the sub main.
If your app consists of many projects then right click on the project that contains the startup form you want -> Set as startup project, and then clarify (shown above) the startup...
I wish the excel sheet not to be available.
Anyway...
Example: If i create a crystalreport project and compile it, the exe file will contail the report (.rpt file). I had thought of somehow to create the same interface of the excel's sheet as a crystal report. Then fill in the user data and...
andreas,
i somehow will run this code.
I'll have to run it every time so to fill the data table... so i need the excelsheet at any case. Please tell me i'm wrong
Tnx for the reply.
If it is not trouble for you or anyone else, i'd need some help on this. I've never worked with databases, or better data*
According to your post, excel's installation is not required?
Hi,
you did not understand me. :)
I want to print a page. I'll use excel to create the interface of it because it is very simple and with excel i can create a very good to_be_printed form. So my app will need this xls file to open it add data to some cells and then print it (and quit...
Hi all
I 'm about to start an app that the user will enter some text and numbers. There is also a mask that i've made with excel. The purpose of the app is: As all data are valid they will be entered in the excel sheet and printed.
This requires user to have excel installed on the pc.
Is...
Errr. ?
if/then statement is not a loop so if the expression if false it exits...
If <Expression> Then
' code for true value
Else
' code for false
End If
You can load the google.com in a webbrowser.
Before this, open its source code and find the names/ids of the textfield and the search's button.
Then do smt like:
webbrowser1.document.all("textField's name/id").Value = YourTypeInText
webbrowser1.document.all("SearchButton's Name").Click, To raise...
If the msgbox function is in the main form then the main form will and must appear, and the modal output box (messagebox) will appear. To display messages the way you want, you could create a form; frmError with labels etc.. and use it as msgbox.
Hope this helps
I'm glad that my engish is/are quite good, but i was born in greece...
I'm also glad that you say i helped a little bit while i am not a proffessional yet.
Peace
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.