C
C#2y ago
DETICEK

❔ my browser in VS

I made browser in VS using c# but when I go in youtube I get notification I use old verison of browser. How can i fix that?
3 Replies
DETICEK
DETICEK2y ago
Instructables
How to Create a Web Browser in C# Visual Studio
How to Create a Web Browser in C# Visual Studio: Hi, In this tutorial i will show you "How to create a Web Browser in C# Visual Studio" Here i am using visual studio 2010 and windows 8 pro 64-bit. The source code is available for download.
DETICEK
DETICEK2y ago
how can i fix that? do you have batter ideas how to make web browser? a ok tx
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
✅ Sharing a Func alias between filesHi all, I've currently got the following at the top of 2 different files: ```cs using MyFunc = Fun❔ Is there a way to access a prop with the help of a string.Is there a way to access a prop with the help of a string. Like you do in JS like this ``myObject["p✅ httpclient get download stream in blazori have this code to download a file from remote source (about 100 MB). ``` HttpRequestMessage reques❔ ILogger is never enabledAny idea what's going on here? https://github.com/dotnet/runtime/issues/80336 ``` using Microsoft.❔ is it possible to make cursor smooth caret animation in a textbox in vs?I just wanted to know because I'm making a web browser and I saw cursor smooth caret animation and I❔ Hi i need wpf helpim following this article https://wpf-tutorial.com/xaml/events-in-xaml/ and i want to know why doesn❔ Is a generic with a where clause equivalent to passing the same type through as a parameterIs there any difference between the following 2 methods? public void DoSomething<T>(T value) where ❔ Only one compilation unit can have top level statements err simple explanationwhen I create another cs file in the same folder I get this error, I just want to know how can I mak✅ 3 objects inheritance thing + force call base.DoThing();So I want to make Class3 inheriting Class2 inheriting abstract Class1, to have Class1's function. Ve❔ How do i assign or change Z order of a button? (Dock buttons)I'm trying to make a list of buttons appear, and dock them top down to a grid in C#. As with most t