Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for uDevv

Hello there, is there anyone good with Regex? I have some old tool that is gathering proxies from hidemyass website, but its not working anymore. So if there is anyone who could help me out?

Member Avatar for Reverend Jim
0
90
Member Avatar for uDevv

I'm getting this error: `The calling thread cannot access this object because a different thread owns it` On this part of code: Private Sub loginWorker_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles loginworker.DoWork Try eFunctions._ValiAcc(My.Settings.adress, tbuser.Text, tbuser.Text & tbpwd.Password, eResult) Catch ex As Exception MsgBox(ex.Message, MsgBoxStyle.Critical, "Error!") End Try …

Member Avatar for Reverend Jim
0
269
Member Avatar for uDevv

Hey guys, what am i missing here: Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Using sqlConn As New SqlClient.SqlConnection(sqlConnString) sqlConn.Open() sqlConn.Close() End Using End Sub Public Property ServerName() As String = "myip" Public Property DatabaseName() As String = "mytable" Public Property Login() As String = "sa" Public …

Member Avatar for oussama_1
0
177
Member Avatar for uDevv

So i have small problem. Idk how to explain so we will go like this. I have 2 projects. 1. MyLib its compiled .dll 2. MyApp its compiled .exe Okay now Mylib has form, and MyApp has form. So there are 2 forms. Mylib form is login form with 2 …

Member Avatar for tinstaafl
0
240
Member Avatar for babyluxe03

can someone help me to identify what is wrong with my code? i recheck and recode it many times as possible but still cant figure out the one error. it doesnt run.

Member Avatar for babyluxe03
0
242
Member Avatar for Hazuan Nazri

Hello, can somenone help me solve this problem? i try this code to insert my data into microssoft access 2013 database but when i insert, a new row is created with no data, someone can help me? this is my code for my save button, only date can insert. acsconn.Open() …

Member Avatar for Hazuan Nazri
0
259
Member Avatar for uDevv

Hello everyone. So I have started working on login system, yeah yet another mysql login system, boring right? Well, i made it 'little advanced' not quite like adding mysql data library make username box and pw and ta da I want to share with you my login system.. No no …

Member Avatar for uDevv
0
181