Post by Sential on Aug 22, 2015 21:34:14 GMT 10
Hi guys! I created an advanced web browser in C# + WPF. This is kinda outdated project but you can visit my Github repository. Features: - History
- Bookmarks
- Downloads
- Developer tools
- Multiprocess & multithreading
- Chrome 41 engine
- High performance
- Material Design
- Tabs
- Incognito mode
- Settings
- Find
|
|
Post by Prezence on Aug 22, 2015 22:21:08 GMT 10
Wow! I'm definitely switching to CEF. I have a two questions. Did you modify the TWBP tab system or write your own from scratch? And how did you make the tab hover animation? Impressive, but hard to read for someone not Polish
Check out our website here. Check out AirBrowse here. Follow us on GitHub here.
|
|
Post by Sential on Aug 22, 2015 23:52:34 GMT 10
I written my own Tabs from scratch. I only analized TWBP Tabs code and written from scratch. You can change language in settings. In polish is "Ustawienia > Język > English". To tabs hover animation i used Timers (I can help you with that) I have one question to you: How did you make your extensions system?
|
|
Post by Prezence on Aug 23, 2015 0:33:43 GMT 10
It's proprietary sorry. And timers okay, that makes sense I think i've tried that but timers are laggy sometimes. Thanks, nice job!
Check out our website here. Check out AirBrowse here. Follow us on GitHub here.
|
|
Post by Sential on Aug 23, 2015 0:57:46 GMT 10
Prezence you can use multithreading for the timers
|
|
Post by Prezence on Aug 23, 2015 1:00:32 GMT 10
I've written my own MicroTimer which can be up to twice as fast as the normal timer on a 1ms interval but thanks!
Check out our website here. Check out AirBrowse here. Follow us on GitHub here.
|
|
Post by alex on Aug 24, 2015 18:59:05 GMT 10
Hey, hot did you make https:// text specifically in green
|
|
Post by Imformas on Aug 24, 2015 23:54:10 GMT 10
Its done but SelectionColor/SelectionText in Richtextbox Example: IF RichTextBox1.Text.StartWith("http://") Then RichTextBox1.SelectionText = "http://" RichTextBox1.SelectedColor = Color.Green End IF
Programming language'sCSharpC++CObjective-CVBProject'sSharpMediaSharpEditYoutifygithub.com/Stephen-Fox-0
|
|
Post by ranilwallace on Aug 25, 2015 11:45:58 GMT 10
Sential how did you get the cefsharp binaries. could you give me a link?
Ranil, Lauve Tech
|
|
Post by Sential on Aug 25, 2015 19:02:10 GMT 10
Can you give me a feedback, please?
|
|