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.
sir ano ano po ba mga kailangan na programs para gumana ang gui na pinoprogram ko, yun po bang nasa openvpn lang na folder?
 
sir ano ano po ba mga kailangan na programs para gumana ang gui na pinoprogram ko, yun po bang nasa openvpn lang na folder?

yap yang openvpn lang ^_^ isa isahin mo lang ang mga page.. wag kang lalaktaw sigurado matututunan mo :clap::clap:
 
ayaw pa din gumana ng connect button ko, sir shadow send ko po sa inyo full codes ko, ayaw talaga e, yung nga po palang openvpns.exe ganun po talga yun. yun po talaga name ng app.
 
hahaha bro sabi ko openvpn.exe lang


@ gh1l

bro ganito gawin mo

dim proto as string

Private Sub protocombo_click()
proto = protocombo.text + servercombo.text
end sub

Private Sub servercombo_click()
proto = protocombo.text + servercombo.text
end sub

so kapag nagsama ang proto at server mo ganito siya

udpserver1
tcpserver1
udpserver2
tcpserver2

sa command button

if proto = "udpserver1" then

shell etc..

end if



^_^ gets mo?


ok boss ..salamat boss
 
matanung q lang anu vb6 ba gamit nyo?pareparehas lang ba ang standard,enterfrise at professional edition??
 
sir itatanong ko lang po, dapat ba ang code ng connect ko ay yung nasa .ovpn ko?
 
mga ka sb share q lang itong napulot q sa google pampaganda ng mga buttons i add nyo nalng po sa components nyo

attachment.php
 

Attachments

  • untitled.bmp
    226 KB · Views: 177
matanung q lang anu vb6 ba gamit nyo?pareparehas lang ba ang standard,enterfrise at professional edition??

enterprise ung sa akin... ok nman po xa.... cguro may pagkakaiba din ata bawat edition di ko lang masabi kac ung ibang edtion di ko pa nagagamit.... ^_^
 
yan ang problema.. kailangan nung ocx para magamit yan :) paano kung wala yun? :weep:

wla ba kayong package and deployment wizard? mag-enterprise nalng kasi kayo.:dance::dance::dance:

pano ngapla yung sa modem? pra hnd na gagamit ng dashboard?:clap::clap::clap:

:thanks:
 
wow maganda yun kung meron na pang modem para di na gagamit ng dashboard.

Ask ko lang po, ang code po ba ng connect yung nasa .ovpn na file?
 
wla ba kayong package and deployment wizard? mag-enterprise nalng kasi kayo.:dance::dance::dance:

pano ngapla yung sa modem? pra hnd na gagamit ng dashboard?:clap::clap::clap:

:thanks:

tinatry ko po kac iregister ung ocx files... ayaw mag reg sa window7 ie naka enterprise nman ung vb6 ko.... pag enterprise ba meron na ung magandang buttons?
 
pwede kaya akong matuto nito kahit hinde ako programmer? any tips sa mga baguhan na gaya ko who wants to learn this! :p
 
pwede kaya akong matuto nito kahit hinde ako programmer? any tips sa mga baguhan na gaya ko who wants to learn this! :p

yap... amgsimula ka sa firstpage... matutu2 ka po nito kahit di ka programmer....
 
pa help naman po mga ka SB.. ayaw lumabas ng logs ko eto codes ko



Private Sub Command1_Click()
Shell App.Path & "\openvpn test.ovpn", vbHide
End Sub

Private Sub Text1_Change()

End Sub

Private Sub Timer1_Timer()
Dim textline As String
txtlog.Text = ""
Open App.Path & "\connectionlog.txt" For Input Lock Read As #1
Do Until EOF(1)
Line Input #1, textline
txtlog.Text = txtlog.Text & textline & vbNewLine
Loop
Close #1
txtlog.SelStart = Len(txtlog.Text)
End Sub

Private Sub Username_Change()

End Sub


1-6.jpg



TRY U lagay sa connect command button na timer1.enabled=true dagdagan u ang codes..
 
Sino want sa GUI na maychat para sa mga client ,, naga gwa ako,,send u lang ang source code ng previous VPN nyo,, add nyo lang me sa yahoo [email protected]:lol:

hahaha natawa naman ako dito... bakit namin kailangan ishare pa yung source code ng GUI namin? KUNG pwede mo naman ishare na lang dito yang chat na sinasabi mo DIBA? :rofl::rofl::rofl::clap::clap:
 
Status
Not open for further replies.
Back
Top Bottom