• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[RELEASE] PBLauncher 2015 - By Dwlic Dev FREE

Newbie Spellweaver
Joined
Jun 21, 2015
Messages
69
Reaction score
15
Hi :D
Developing a finished PBLauncher to Point Blank (98%)


It's missing:
FTP connection
Auto-Update


New function added:
Open PBConfig by PBLauncher

If anyone knows put Auto-Update, please contact me on Skype: maycongames.1

.:prints and Download Below:.

Dwlic - [RELEASE] PBLauncher 2015 - By Dwlic Dev FREE - RaGEZONE Forums


Dwlic - [RELEASE] PBLauncher 2015 - By Dwlic Dev FREE - RaGEZONE Forums


Dwlic - [RELEASE] PBLauncher 2015 - By Dwlic Dev FREE - RaGEZONE Forums




Credits:
Dwlic Dev (Launcher + New Style WEB)
Oz-Network (WEB)
 
Last edited:
Newbie Spellweaver
Joined
Oct 20, 2013
Messages
44
Reaction score
1
Re: PBLauncher 2015 - By Dwlic Dev FREE

I was able to do an update only for lwsi_En.sif but I'm more and is not necessary)

Loading.PNG - [RELEASE] PBLauncher 2015 - By Dwlic Dev FREE - RaGEZONE Forums
Something like this)
Launcher.PNG - [RELEASE] PBLauncher 2015 - By Dwlic Dev FREE - RaGEZONE Forums
Code:
Dim WithEvents wc As New System.Net.WebClient 'Создаем событие, вызываемое WebClient

    Private Sub ButtonDownload_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ButtonDownload.Click
        wc.DownloadFileAsync(New Uri("http://urbanside-pb.esy.es/lwsi_En.sif"), "Config/lwsi_En.sif")
    End Sub


    Private Sub wc_DownloadFileCompleted(ByVal sender As Object, ByVal e As System.ComponentModel.AsyncCompletedEventArgs) Handles wc.DownloadFileCompleted
        ProgressBar1.Value = 100 'Загрузки завершены
    End Sub


    Private Sub wc_DownloadProgressChanged(ByVal sender As Object, ByVal e As System.Net.DownloadProgressChangedEventArgs) Handles wc.DownloadProgressChanged
        ProgressBar1.Value = e.ProgressPercentage 'Показываем прогресс скачивания
    End Sub
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 21, 2015
Messages
69
Reaction score
15
Re: PBLauncher 2015 - By Dwlic Dev FREE

I was able to do an update only for lwsi_En.sif but I'm more and is not necessary)

View attachment 153199
Something like this)
View attachment 153200
Code:
Dim WithEvents wc As New System.Net.WebClient 'Создаем событие, вызываемое WebClient

    Private Sub ButtonDownload_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ButtonDownload.Click
        wc.DownloadFileAsync(New Uri("http://urbanside-pb.esy.es/lwsi_En.sif"), "Config/lwsi_En.sif")
    End Sub


    Private Sub wc_DownloadFileCompleted(ByVal sender As Object, ByVal e As System.ComponentModel.AsyncCompletedEventArgs) Handles wc.DownloadFileCompleted
        ProgressBar1.Value = 100 'Загрузки завершены
    End Sub


    Private Sub wc_DownloadProgressChanged(ByVal sender As Object, ByVal e As System.Net.DownloadProgressChangedEventArgs) Handles wc.DownloadProgressChanged
        ProgressBar1.Value = e.ProgressPercentage 'Показываем прогресс скачивания
    End Sub

Thanks man
 
Newbie Spellweaver
Joined
Jun 8, 2015
Messages
44
Reaction score
19
Re: PBLauncher 2015 - By Dwlic Dev FREE

omg my launcher, what not credits?
 
Newbie Spellweaver
Joined
Jun 21, 2015
Messages
69
Reaction score
15
Re: PBLauncher 2015 - By Dwlic Dev FREE

omg my launcher, what not credits?
only has the button and the website of your launcher and I even changed the style, since put their claims, oh and the button
 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
Re: PBLauncher 2015 - By Dwlic Dev FREE

only has the button and the website of your launcher and I even changed the style, since put their claims, oh and the button
Even if you change other's their work you should give proper credits.
 
Newbie Spellweaver
Joined
Jun 21, 2015
Messages
69
Reaction score
15
Re: PBLauncher 2015 - By Dwlic Dev FREE

Even if you change other's their work you should give proper credits.
I know it just had forgotten to put the credits of Oz-Network, excuse
 
Newbie Spellweaver
Joined
Dec 25, 2014
Messages
74
Reaction score
11
Re: PBLauncher 2015 - By Dwlic Dev FREE

omg my launcher, what not credits?

I say this because, All of the servers, point blank Russian programmers had created.The sequel to the author's names have been changed and deleted.
 
Newbie Spellweaver
Joined
Jan 31, 2016
Messages
22
Reaction score
0
Hi :D
Developing a finished PBLauncher to Point Blank (98%)


It's missing:
FTP connection
Auto-Update


New function added:
Open PBConfig by PBLauncher

If anyone knows put Auto-Update, please contact me on Skype: maycongames.1

.:prints and Download Below:.

Dwlic - [RELEASE] PBLauncher 2015 - By Dwlic Dev FREE - RaGEZONE Forums


Dwlic - [RELEASE] PBLauncher 2015 - By Dwlic Dev FREE - RaGEZONE Forums


Dwlic - [RELEASE] PBLauncher 2015 - By Dwlic Dev FREE - RaGEZONE Forums




Credits:
Dwlic Dev (Launcher + New Style WEB)
Oz-Network (WEB)

Could you help me to understand this, is that hash or what ?

Dwlic - [RELEASE] PBLauncher 2015 - By Dwlic Dev FREE - RaGEZONE Forums
 
Back
Top