Run A Application On Website?
Mar 25, 2011
I'm constructing a temporary website at [URL]. I would like to know if I can run an application from Visual Basic 2008 Express Edition on my website. It is a Table design from DataGridView which I can run successfully from my desktop but I want to upload for use on my website.
[Code]...
View 13 Replies
ADVERTISEMENT
Oct 21, 2009
I am not sure if it proper forum for this question. anyone explain how to run a easy VB.net program in a website.I know there are other programming tools for this purpose but I'd like to use VB.net.
View 3 Replies
Sep 14, 2009
i have made an application in visual studio 2008 (Visual Basic) what i need help doing is i have a website i would like them to login to. On my windows form i have a TextBox1 and a TextBox2, how can i have it where they can log into the site via these textboxs?
View 2 Replies
Jan 25, 2012
I want to develop an application from which i can login into the website and send SMSs from it,i want to login to this website url...i have limited knowledge of vb.net and java,
View 3 Replies
May 16, 2012
I'm designing a site that I'll be uploading content to from my VB.net program. I've also set up the stuff so you can upload content from one of the pages:
[Code]...
View 1 Replies
Feb 19, 2012
how to put my Vb.NEt program in a website so people can use it from the website and they don't have to download it
View 1 Replies
Jul 16, 2010
I have a Class file which is written in C#, I want to use this class in my Web Application which solution is in vb.netf I place this C# class file either in root folder or App_Code folder, it does not allow me to create object, show syntax error, and intellesence is not working for this object.
View 8 Replies
Dec 13, 2009
This website "[url]..." contains currency exchange rate, and it's useful to my desktop application " bill system " .the question is: How to get data from this website to my desktop application textboxes ?
View 4 Replies
Apr 19, 2010
how to send a file from my application to my website if my computer happens to be connected to the internet. It's an FTP site. I used Visual Web Developer 2008 to build my site. I obviously have to do some digging of my own but maybe someone can tell me a few things to point me in the right direction.
View 1 Replies
May 8, 2009
Is it possible to do this so I can embed a VB .NET application in a website. Or is this something which is more suitable for doing in a WPF broswer application?
View 1 Replies
Feb 8, 2012
I am writing an app which gets information from a website. Basically I load the webpage into a webbrowser control and parse the document text for what I need.
My problem is: I have a German version of windows. The webpage returned has the German version of the webpage. I require the English version but there is no way of specifying the language in the URL, so it must be picking up the default language of my operating system. How can I override this, is there a property of the Webbrowser control which I can set?
View 1 Replies
Aug 18, 2009
After converting a Asp.net website to web application, I receive 'Type MyNameSpace.MyMaster is not defined' error on pages that use the MasterType directive.
eg In the aspx file <%@ MasterType VirtualPath="~/MyMaster.master" %> In the designer.vb file the following code is generated and has the error described above:
Public Shadows ReadOnly Property Master() As MyNameSpace.MyMaster
Get
Return CType(MyBase.Master, MyNameSpace.MyMaster)
End Get
End Property
[Code]...
View 2 Replies
Feb 1, 2010
I've a created a website using asp.net (vb). For data I used ms access. I am developing a window application in vb.net using visual studio 2005. Now how can I access and use my website's ms access database in my window application.
View 11 Replies
Apr 25, 2012
How I can fill application or website with password and username ?for exambel how to fill yahoo messenger with
View 9 Replies
Jun 3, 2010
How would I make a Visual Basic application talk to a web server? Someone will press something on the site and I want the application to display the information that the web site passes along to it.
View 2 Replies
Aug 11, 2009
I need to somehow send data from a website (On different computer from application) to my application. How would I go about this?
View 5 Replies
Jun 8, 2010
I would like to create a VB .Net Windows form application which logs onto a website and then retrieves some data. Currently when i navigate to the website it presents a dialog box to enter my details into. So in short how could i do this, what namespace would i need to look at?
View 3 Replies
Jun 14, 2010
Is there any code to download entire website to my start path of application?
View 14 Replies
Nov 1, 2009
I was wondering how I could make an application that searches a certain website for a specific string. Or, if I could, list the search results in a listbox. Reason for: I wan't to make an application that searches serial websites for certain serials. Like 'Craagle'.
View 2 Replies
Nov 15, 2010
I am new in programming.i want to learn programming as i can so I want to Application that can fill website registration form. my target website i
View 6 Replies
May 27, 2011
how to send a file to any website using http protocol in vb.net windows application?
View 3 Replies
May 27, 2011
How to send a file to any website using http protocol in vb.net windows application
View 1 Replies
Feb 11, 2010
I am trying to write a small application that simply monitors my web site watching for specific hyperlink text to appear. I have been searching around and trying different approaches for a few days and have to accept defeat on this.Basically I need to be able to type in part of a hyperlink or the actual text of the hyperlink into a textbox to be watched for. When it is seen it opens the link in a new window.
Dim theElementCollection As HtmlElementCollection
theElementCollection = WebBrowser1.Document.GetElementsByTagName("a")
For Each curElement As HtmlElement In theElementCollection
[code]....
View 1 Replies
Feb 19, 2010
What Im making is like a face book and tagged login from my app
1. I have Combobox with 3 urls in there ( Facebook.com Tagged.com and Bebo.com )
2. I have a Form2 with webbrowser
3. I have a Button when clicked it should open up my form 2 and preview of the website which I selected in my combobox in form1
All I'm trying to do is when I select lets say facebook in my form 1 and click load it should open up my form 2 with facebook website in it.[code]Now when I click my button in form 1 it will load Form2 ( named Explorer1) but my form2 is not showing me facebook or tagged page for some reason
View 13 Replies
Feb 26, 2011
i'm creating a website that allows people to upload images to the website in a folder called images on the Site. But I don't know how to upload a file and I'v searched everywhere Please Note: In this Website were not Using the asp:fileupload, were developing our own interface
View 1 Replies
Apr 6, 2009
What I want is: To scan a website every 15 mins or so, (craigslist in this case), and email myself any new posts that come up. I know I need to use WebClient, but I never used that before. Another question would be how to only email when a new post is up and not receive the same email every 15 mins.
View 2 Replies
Jan 25, 2011
I have a ASP.NET 2.0 website created in C# that acts as a completely independent site and I am looking to integrate this into an existing ASP.NET 2.0 website created in VB.NET. Unfortunately I just don't know much about the server management side of ASP.NET yet so too much I'm unaware of when it comes to IIS configuration etc. Does anyone have any advice as to how I can go about integrating this? Basically I want to host it in a subdirectory from root so when you hit example.com/myindependantsite/ it will pull up my C# site.
One possible solution I came across mentioned just dropping the project folder into the root directory and setting up that directory as an application virtual directory in IIS? A few other random questions were small things like would my application relative links (~/for-example.aspx) stay relative to my root subdirectory if it's made into an application virtual directory? Just trying to get this running on their site but like I said it's completely independent so want to preserve my websites environment.
View 4 Replies
Sep 9, 2011
I want to create a program to fetch information from a website (that's fine). However, you need to be logged in to get this information. I just want two simple textbox controls that I would type my username and password into and hit submit and the information would be returned to me so I can use it. (I don't want to use a webbrowser control)
View 2 Replies
Dec 9, 2009
I have a program that needs to obtain a page's XML Source and then it reads and graphs data from it. I have built the program around just one sample of the xml but now i would like the program to get the xml source every time it loads/press a button ext... But i'm not sure where to start on getting the XML page source of a website.
View 19 Replies
May 2, 2011
I want to create a program that uses IPHlpApi.dll to get the tcp/ip of all connections. It successfully gets the local address and port, the remote address and port, and the status. Now I want to get the website title or url. So far I use this
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code]....
View 2 Replies