Vb 2008 : Automate Forum Login And Thread?

Apr 4, 2010

what are the codes in Visual Basic 2008 to auto post to forums using either the webbrowser control or HTTPWebRequest method. The forum that I'm trying to automate is www.blackhatworld.com (just an example site). basically, show me how to automate the login and post a new thread with only a click of a button.

View 1 Replies


ADVERTISEMENT

VS 2008 Login Into Mysql Forum Database Then Go?

Oct 19, 2009

Im trying to make a program and i have everything done but i need to make a login bar that if the user logs in, it takes them to form10 but if they log in and they are in a special user group on the forum (VIP) they go to form11.

View 39 Replies

[2008] Forum Poster / Login / Webbrowser Type Source Code

Jan 16, 2009

One of my new year resolution was to make an automatic forum poster script , but till now i dnt have single clue of how to do that, kindly give me an direction to go with or source code of any such software.

View 3 Replies

How To Delete A Thread In The Forum

Jan 23, 2011

how? i need to delete a thread how do i delete it? i see no delete thread button

View 1 Replies

Remotely Login To A Forum?

Aug 29, 2009

I need some advise as to which options I have to go about this problem.I want to to create a simple application consisting of two text boxes.One for username Second for Password And then a submit button.What I want is when I enter user/pass and press submit.It should only give me a single message "Login Succeeded" or "Login Failed". The forum I trying to login into is : warez-bb.org What are my options to go about this?? I have considered Sockets but thats in VB6.Still,I couldnt get it to work.It doesnt even connect warez-bb on port 80.

View 2 Replies

Click Forum Login Button

Oct 30, 2010

I'm trying to make a program that will automatically log me into a forum. I have the webbrowser control and a button. the site is automatically loaded on form load. I want it to log me in using my username and password when i click the button. I tried it on [URL] to test and worked fine. But for some reason when I try it with my forum it doesn't work. My forum is SMF. It seems that the problem lies with the Login button itself.

I can easily send the username and password to the corresponding boxes but when it comes to clicking the Login button it fails. What makes that Login button different from the Login button of Yahoo other than having a different name? Below is an example of the code I was using. How can I get it to successfully click the SMF Login button?

[Code]...

View 19 Replies

Control A PC Using SMS With Internet - Automate Windows Login?

Jan 2, 2012

I am try to Develop a application that can control a PC using SMS with internet. also i turn on the PC power with a cell phone. but After i turn on the PC it will ask for username & password! I store this information on a local database (Eg:MS ACCESS). how can i get that username & password then log in to PC using a VB.NET Program?

View 1 Replies

Automate Login And Navigation To A Website Using The WebBrowser Control?

Sep 4, 2009

I am trying to automate login and navigation to a website using the WebBrowser control. I can successfully logon to the site using the wb control but after that I can't seem to get access to the newly loaded document's elements within the same routine. I check for ReadyState Complete and IsBusy but they don't seem to be working. There don't appear to be any frames being used at all so I can't figure out why this won't work. I know that the wb control is successfully logging in because I can see the page load in the wb control. However, after the page loads I try to access the HTMLDocument for the new page (after logging in) and it is either set to Nothing or it's the previous page's HTML. I've tried putting in a Sleep to wait for the page to finish before trying to access the HTMLDocument on the new page but it still doesn't work. If I create a button on my form that accesses the HTMLDocument and click it it works fine. I can't figure out how to ensure that the entire page has finished loading within my routine. I tried putting a switch into the DocumentCompleted event but that doesn't work either.

View 2 Replies

VS 2010 Creating A Login & Sign Up Forum Using Text Files?

May 9, 2012

Ok, so today I wasted a bit of time looking for ways to use a text file to save login information. Basically, there are two fields, username and password, and two buttons, sign up and log in. When you click the log in button, I want it to verify the information entered in the fields, and when you click sign up, I want it to add the information to the file. It doesn't seem that difficult, but I'm have a lot of trouble finding a way to do it. I would be very grateful if I could find assistance with this on these forums.

P.S. If it was my decision it would obviously be using a database, but for this particular program I need to be using text files.

View 3 Replies

Automate A Webpage (e.g. Retrieve Page Text, Login Website, Search, Click Button Or Hyperlink) Via WebBrowser?

Apr 11, 2009

How do I automate a web page (e.g. retrieve page text, login website, search, click button or hyperlink) via WebBrowser?

Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

View 1 Replies

Change Forum Title To Visual Basic .NET General Forum

Jun 12, 2009

it might help to change the forum name to Visual Basic .NET General Forum. or VB.NET General Forum maybe would help the vba and vb6 developers know this is not for them.

[Code]...

View 1 Replies

Web Browser Automation / Automate Button Click Automate Web Browser / Web Browser Automate Text / Button Click Html Elements

Aug 14, 2009

I am new to vb 2008, but I know how to automate some html elements. The issuse that I running into is that I cannot get my webbrowser1 to auto-click the "Gmail" button at the top left of the page or the "Show me my account" button on the righthand side of the webpage. Here is the webpage that I'm trying to auto click: url...Can someone please view the html source and give a code sample to click either button so that the page can then go on to the following page?

View 7 Replies

Insert A PICTURE Into A Forum Post - Inserting Code Into A Forum Post?

Nov 25, 2008

<edit on 10th March 2010.>

Changed thread type to QUESTION. I was then able to mark AS ANSWER the relevent post which now also immediately follows this post and so it is easier to find as suggested by forum user j2associates .

<edit> It is also my 3rd post in this thread, the 8th one up, of my posts, from the bottom ( for now ), as the forum format has changed yet again.I will leave the rest of this post( as is ) purely for historical reasons. I have been on these forums long enough to see 3 forum changes. <edit> 19th May, 2010> Link added to a video on the next line of text.

[code]....

View 1 Replies

VS 2008 Creating An Auto-forum Poster

Aug 30, 2009

I want to create an application similar to "Windows Live Writer"(that is for blogs) but this one is for forums..This application is solely for my personal use only.I would like to have a facility where I have 2 text boxes--> One for username and one for Password along with a submit button.On clicking Submit I need a msgbox to display whether Login Succeeded or Failed, and depending he should be directed to create a new post in any particular section of that forum..Consider for now,the forum I am trying to do this is, vbforums.com..Its just like OFFLINE creating and then posting..I have already created forms,BBCode Editor, GUI for this purpose and want to start with Communication coding.I tried using Http request but based on its response I dont know how to distinguish between valid user and invalid user.

View 2 Replies

VS 2008 : Save Information In Forum To A Text File?

May 21, 2009

I need to be able to know how to save information in my forum to a text file.

View 6 Replies

VB 2008 - Automate Iframe In WebBrowser Control

Mar 9, 2010

I looked all over the forum posts here and didn't see the answer to a question concerning iframes within the webbrowser control (there were similar issues however). The forum has a classifieds section that allows members to post threads daily. I have a message that I like to send once every day to a forum and decided that it would be best to achieve this programmatically. However, I noticed in the visual basic 2008 webbrowser control, that it doesn't seem to automate the iFrames within the browser using the htmlelementcollection codes.

[Code]...

View 8 Replies

VS 2008 - Using Windows Service Or Task Scheduler To Automate

Jul 16, 2009

I have an import program which I run manually everyday. I want to automate it but i'm not sure whether to make it a windows service or add it as a scheduled task. It needs to run at 11:00 and again at 16:00. Please advise

View 2 Replies

VS 2008 - Write A Script/program To Automate The Uninstall Process

Jul 26, 2011

We are currently changing our Antivirus program which involves uninstalling our current one first. That isn't a problem but we have several laptop users not in the building who might have a problem uninstalling programs.

It should be possible to write a script/program to automate the uninstall process I guess, but don't know where to start. Can someone point me in the right direction?

View 7 Replies

VS 2008 Make A Program That Will Automate A Couple Things On A Webpage

Aug 27, 2009

I would like to make a program that will automate a couple things on a webpage. Here is the things I would like to automate:

[Code]...

View 2 Replies

VS 2008 Dll Login System - Make Another Interface Window That The User Can Login In

Oct 16, 2009

I'am trying to make a login system with the dll. I want the .dll file to have the password inside of it and make another interface window that the user can login in.

View 10 Replies

VS 2008 Make Login Form That Will Login To A Website With WebBrowser Control

Feb 24, 2011

For the past couple of days I have been using Visual basic 2008 and learning it.Anyway, I am trying to make a login form that will login to a website with WebBrowser control.and I am noticing that the webbrowser is extremly slow, it takes him about 20 seconds to load a page while mozilla opens it in a moment, why is that?

View 6 Replies

VS 2008 System.Thread.Thread.Sleep Not Working?

Mar 22, 2010

Im trying to do this

[Code]...

But it will just skip to the last status (Label3.Text = "Status: Welcome")

View 7 Replies

VS 2008 Terminate A Threading.thread Using Thread.abort?

Jun 10, 2010

im trying to terminate a threading.thread using thread.abort the thread runs a download connection so is usually in the middle of socket.recieve or socket.send or socket.connect when aborting i just want to terminate the thread no matter what thread.abort raises an MDA excpetion. so i ticked it off in the debug exceptions menu. now it doesnt raise an exception, but the thread simply wont terminate. my program wont close unless i press top in the debugger.i cant pause downloads because i cant terminate the thread this code wasn't working?

Dim vT As Threading.Thread
For Each vT In clsDownloader.DownloadThreads
If Not vT Is Nothing Then
vT.Abort()

[code].....

as for the exception concerning threads being aborted from other threads being dangerous, how is it possible to send a message from a main thread to another thread to abort itself? as far as i know the only way to a abort one thread from another is to just kill it (because i dont know of ways for a thread to communicate with another).

View 2 Replies

Office Automation :: Can't Automate Excel 2007 With VB 2008 Express Edition?

Jun 19, 2009

I added the reference and the "Imports" line, and I get the folowing error on the line

Code:
Dim oApp As New Excel.Application
Dim oWB As Excel.Workbook = oApp.Workbooks.Add()
Dim oWS As Excel.Worksheet = CType(oWB.Worksheets(1), Excel.Worksheet)
COMException was unhandled

Old format or invalid type library. (Exception from HRESULT: 0x80028018 (TYPE_E_INVDATAREAD))

View 4 Replies

VS 2008 Detect Thread End In Thread Parent

Oct 7, 2010

I'm firing a thread to unzip a file. I need some way of indicating to the parent that the unzip thread has ended. I've tried raise event in the unzip thread to a sub in the parent but this runs the sub from the unzip thread. With ApartmentState set to STA, so that I could use a save dialog, this was OK until I displayed a messagebox which was hidden behind the main UI(and whatever I did I could not get it to the front).

View 11 Replies

VS 2010 Error - Cross-Thread Operation Not Valid: Control TbPlaca1 Accessed From A Thread Other Than The Thread It Was Created On

Aug 13, 2010

In one application, I need use 4 simultaneous threads.When the threads finished, I need to update the text of a TextBox.So, I create 4 Textbox, and I wanna the threads change the text to FINISHED.Each thread change one distinct TB.I use this "example"

Dim Terminados As Integer = 0
Private Sub frmEnviarMensagem_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Timer1.Enabled = True
Timer1.Start()

[code]....

The problem is, I have an error in the red lines.The error is: INVALIDOPERATIONEXCEPTION "Cross-Thread operation not valid: Control tbPlaca1 Accessed from a thread other than the thread it was created on."I don't use cross threading. Each TB only was accessed for the correspondent thread, and for the "main program".

View 3 Replies

Cross-thread Operation Not Valid: Control 'Panel1' Accessed From A Thread Other Than The Thread It Was Created On." ?

Nov 3, 2011

This is the error message I am getting:

"Cross-thread operation not valid: Control 'Panel1' accessed from a thread other than the thread it was created on." The reason I am getting this error is because I am opening up a new form and then calling these three things:

Panel1.Show()
Label1.Show()
Label2.Show()

why I get this error message because it doesn't occur normally if I open Form2 after closing Form1, it only occurs when I open Form2 after closing Form4.

View 4 Replies

Error - Cross-thread Operation Not Valid: Control 'txt1' Accessed From A Thread Other Than The Thread It Was Created On

Jul 21, 2009

I have done a program using vb2005 to display reading from my microcontroller bs2 board but have encountered some problems. My code are as follows.

Dim Stop_Rx As Boolean
Private Sub btnRead_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnRead.Click
SerialPort1.Open()

[code]....

I've encounter an error which is, (Cross-thread operation not valid: Control 'txt1' accessed from a thread other than the thread it was created on.)

View 7 Replies

Error : Cross-thread Operation Not Valid: Control 'l_users' Accessed From A Thread Other Than The Thread It Was Created On

Jun 21, 2012

When my client try to connect to server I'm getting this error : Cross-thread operation not valid: Control 'l_users' accessed from a thread other than the thread it was created on.

Private Sub _socketManager_onConnectionAccept(ByVal SocketID As String) Handles _socketManager.onConnectionAccept
l_Users.Items.Add(SocketID)
End Sub

View 3 Replies

Threading Progress Bar In .net - Thread Operation Not Valid Control 'ProgressBar1' Accessed From A Thread Other Than The Thread It Was Created On

Feb 17, 2012

Would anyone be able to help me here please. I'm fairly new to VB.net and threading so im just trying to figure out what is happening.When I debug this I am getting the error thread operation not valid: Control 'ProgressBar1' accessed from a thread other than the thread it was created on.

I'm a little lost as to why the error is occuring or how to fix it. I've had to put the progress bar in a separate thread otherwise the GUI crashes

[Code]...

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved