Change The Location Where Webbrowser1 Read/writes Cookies?
Dec 13, 2010
Can I Change the location where webbrowser1 read/writes cookies?
Possibly to a resource folder in my form? or a folder on my computer?
Then what should I put in "form closing" to make it delete all the cookies in this folder or location?
View 3 Replies
ADVERTISEMENT
Aug 5, 2011
How can i delete a webbrowser1 cookies? from a button press
View 1 Replies
Mar 12, 2010
I'm having hard time to get a captcha to picturebox1 using picturebox1.load because it creates a new request or something I dunno and the captcha images is not the same as i see over webbrowser1. so what I want to be able to do is use the same webbrowser1 where i see the captcha and using this webbrowser to grab the captcha image using picturebox1.load or save it to hard drive and load it after, how can I do that? when i go to captcha SRC with the current webbrowser1 I see the correct captcha image but if there is another browser it will mess it up (Cookies?)how can I save or load the captcha with same webbrowser1 to keep the cookies so i can see correct captcha image?
View 3 Replies
Sep 11, 2011
I use a webrowser control to navigate around a local page, and the page stores a few cookies. Now is it possible to set a special path for cookies location.Like Application.StartupPath & "cookies" or so
View 5 Replies
Jun 27, 2011
I am working on a program that logs into a browser based game automatically. So far, it can send packets of the username and password from textboxes. I used WireShark to see information about it and aparently after i send the username and password, it sends back a pointless packet from the location containing the session ID which I need, here is an imageSo it says that location and I need it. The packet does get sent to my browser but I have no way of pulling it up in code (that i know about) I also need to know when it wants to change cookie settings.
View 7 Replies
Feb 5, 2012
I have a simple exe that loads a page from my site in a webbrowser where users need to enter login details to get on a secure page. Now everything works ok, except I have to use php for this and yeah cookies. So, I want to know if it's possible to set a special location for the cookies, since as some members report, they clean the cookies daily and this makes my exe "forget" that they are logged in. Any way to store cookies on same location with the exe so it won't get deleted by 3rd party tools like ccleaner or so.
View 8 Replies
Aug 31, 2010
I was just wondering if it's possible to create an app that interacts with a database hosted on a web server... or is it only possible using VB.NET? Also if it is possible, is there any good documentation or tutorials I could reference?
View 2 Replies
Jul 23, 2010
How can I read all the cookies that is being transmitted from my web browser ? I used this code to read the cookies, but it doesn't show everything ?
PHP
MessageBox.Show(WebBrowser1.Document.Cookie)
This is what I get when I use that code
PHP
PREF=ID=bc3180db9efbfdcd:U=2faf96216954f746:TM=1279900614:LM=1279900621:S=CmMmem8xMzrhvm7M
How can I get everything, just like this picture?
View 2 Replies
Jan 27, 2010
I'm currently working on a project that has a simple game . I want to change the location of a label ( middle ) to another location when a key is pressed down. But there is something wrong with the first of the If statement .I've underlined "point " because it has the error.
Private Sub Space_Navigator_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown If e.KeyCode = Keys.Up Then If middle.Location = [u]Point[/u](156, 655) Then middle.Location = New Point(156, 547)
End Sub
View 2 Replies
Jun 3, 2010
How can i access to cookies from a class (in app_code folder)? "Response" and" Request" classes are not available
View 1 Replies
Sep 11, 2010
After I send a post request to a site/forum and successfully logged in,
1) How do I save/read the cookies so that when I visit other sections of the site/forum I remained logged in?
Eg. I want to login to a forum and read a thread that only forum members can read.
Also, when I log in in the web browser tool (GUI) of vb.net, the cookies seems to be saved by the browser. Those cookies are also shared by Internet Explorer browser.
2) Is there a way to get the cookies from the web browser tool or Internet Explorer so I don't have to login and read/save the cookies programmatically?
View 3 Replies
Feb 16, 2011
I'm trying to make a button that can change webbrowser1 Size so it gets maximized.
How can i do this?
View 2 Replies
Jan 16, 2010
how do i change the User_agent and User_referrer in webbrowser1 in vb.net 2008?
View 7 Replies
Feb 17, 2012
How can I force IE to accept third party cookies using an App I can just have my field techs run on their laptops?[url]...
View 1 Replies
Mar 13, 2010
1. Is it possible to change your MAC Address using VB?
2. How do I clear Internet Explorer's Cookies via VB?
View 1 Replies
Dec 30, 2011
its possible to set the webbrowser cookies as same than httprequest cookies.
Private Sub lol()
Dim request As HttpWebRequest = DirectCast(WebRequest.Create("http://login.ijji.com/postLogin.nhn"), HttpWebRequest)
request.CookieContainer = cokie
[code]...
View 11 Replies
Jun 14, 2010
I have the Context Menu Options like ( Small Font , Large Font ) based on the selection I want to change the size of the Font in the Controls,Control's Size & location(x,y,height,width). The resize of the controls should not affect the look and feel of the forms.
View 5 Replies
Jul 6, 2010
I have created a program that uses a 3rd party dll, and has been added as a reference. Is there any easy way to change where vb.net, looks for this dll file? Currently it is dropped in the same location as my main exe, but would rather it looked in the system32 directory. I have googled and tried changing the app.config file, and dont really understand AppDomain.
View 2 Replies
Feb 16, 2011
I need to read a file location from textbox2 and replace it with file from textbox 1 at button click but I'm a beginner when it comes to system command calls
View 6 Replies
Aug 9, 2010
I am trying to change a label box location with this script:
Label10.Location = New Point _
(Label10.Location.X = 262, _
Label10.Location.Y = 57)
View 6 Replies
Apr 8, 2009
I have panel1 and button1. what i want to do is setting a new location for the panel when pressing the button1.
View 3 Replies
Jul 18, 2012
I use VB2008 and database access and Crystal report.my problem : when ever I change location the database. I will always change location in my report from crystal report. It's very difficults and waste the time because I have many report. how to set up location only 1 place and impact to many report.
My VB Code :
Dim dbname1 As String = "D:AF_SoftwareDBDBAF1.mdb"
Public Strcon As String = "Provider=microsoft.jet.oledb.4.0;data source=" & dbname1 & ";jet OLEDB:Database Password=999"
make code in crystal report , if i want change drive to drive Z / or somthing else.now, i am go to the report and click change location.
View 2 Replies
Sep 24, 2009
When I tried changing the location of the group box by:
MyGroupBox.Location.Y = 200
I get an error message, "Error 1 Expression is a value and therefore cannot be the target of an assignment. "
What am I doing wrong?
View 3 Replies
Nov 15, 2009
So i want to change the location of my form so that it pops up in the lower right corner of the screen.
Form1.Show()
Form1.Location = (New Point)
View 4 Replies
Jan 10, 2011
I wanted to know is it posible to change My.Settings location.. for example, not in user folder (dont remember in witch folder, but i know it was in some users folder..), but save in application folder?Cos i write programs portable, so they work if the folder with my program is moved even to different PC..It would be a great if i could use my.settings and store in the application path..Cos i have tried to save in registry, xml file, ini file, and they all are pain in the a*s..
View 4 Replies
Aug 13, 2010
I am making a program (obviously), and when the user presses UP, DOWN, LEFT, or RIGHT I would like to move the label's location correspondingly. Here is my code so far, but it does not work:
[Code]...
View 8 Replies
Jun 21, 2010
I need to holds the common settings for all of the apps ona server (UNC path). Previously I used an ini file on the server and the application was told to look there via a command switch.
I understand that I'm trying to use .net in an old fashioned way by not packaging it for web update & delivery but that's a contraint of the architecture I need to work with.
Is there any way to force my application to use the application.exe.config file from a set location rather than the user data area that .net automatically writes it to? Even if not on a server path, then in the application directory where we can push update it?
View 3 Replies
Oct 28, 2009
can i change Form2.Location with 2 NumericUpDown controls?
View 3 Replies
Sep 16, 2009
location after I clicked the images to move them to the left side but it didn't change the image.
Here its the code:
Private Sub PictureBox1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles PictureBox1.Click
If Panel3.Visible = True Then
[Code]....
make the images changes to arrow-black2 when the images moves to location "1, 145"??
View 9 Replies
Aug 15, 2010
Inside a module I have the code:
Public frmClue2 As New frmClue
So I have a new instance of frmClue. Inside my main form I have the code:
frmClue2.Owner = frmClue
frmClue2.StartPosition = FormStartPosition.Manual
frmClue2.Location = SecondaryScreen.Bounds.Location
frmClue2.Show()
The code works except for setting the location. The location is initially set to {X = -3 Y = -3} and it will not change. I have tried to set it to new Point(1440, 0) and that does not work. One interesting thing I found was if I declared the new instance of the form locally inside my main form rather than in the module, then the initial location is set to {X = -1 Y = -1} and I can change it no problem. However anytime the code leaves the main form, the instance disappears hence why I declare it as public in the module. I used the same code to create a new instance of the main form as well and there are no problems.
View 5 Replies