Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[Simple]Tut how to make VPN GUI [VB 6 + OPENVPN Commands] ]

Status
Not open for further replies.
Help nmn ... kung pnu gumawa ng splash dun sa mga VPN ... please give full detail for instructions ...
 
tol pagtulungan nalang natin bigay ko sayo mga detail ng dl...wala po maglalabas na yan about splash screen pagsave nalang naman na ang problema...




:dance:Ym [email protected]:dance:
 
pa help naman po.. coding para sa pag add, edit and delete server.. sa GUI
 
hello i'm from indonesia

i want to ask,

My log is always blinking every 2 seconds, how to remove blink it, like openvpn gui im using vb.net 2010

Private Sub TimerLog_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TimerLog.Tick
myLogs.Text = ""
Dim line(10000) As String
Dim TestfileX As String = Application.StartupPath & "\data\log.txt"
Dim log_ctr As Integer
Dim last_log As Integer
FileOpen(1, TestfileX, OpenMode.Input, OpenAccess.Read, OpenShare.LockRead)
Do Until EOF(1)
line(log_ctr) = LineInput(1)
log_ctr = log_ctr + 1
Loop
FileClose(1)
If last_log <> log_ctr Then
For n = last_log To log_ctr - 1
myLogs.SelectionStart = Len(myLogs.Text)
myLogs.SelectedText = line(n) & vbCrLf
myLogs.ScrollToCaret()
Next
last_log = log_ctr
End If
End Sub

sorry for my bad english :D
 
bakit po kaya nag eexit pag nag run or nag save ako ng exe.

gamit ko ay portable vb6.

salamat

EDIT: win7 32 po gamit ko OS
 
Last edited:
Hahahhahhaaha,,,ngayon proven and tested na di hamak mas marami ang mabait dto sa symbianize...good work ts, keep on sharing:salute:
 
@ boss shadow


pre pwd ko ba makita codes mo dun sa upload/download and speed? dko kc makuhakuha yung attach file naman ni boss mp3sniff ddeleted na.

kung pwd lng thnks :pray:
 
Status
Not open for further replies.
Back
Top Bottom