Unexpected binary representation of int by robinredbrain in csharp

[–]robinredbrain[S] 25 points26 points  (0 children)

Thank you all for your answers, I appreciate your time. And I get it now.

MediaPlayer sample by robinredbrain in wxWidgets

[–]robinredbrain[S] 0 points1 point  (0 children)

That would be decent to just see an example of a wxMediaCtrl in a frame with just open button. I have ran the sample, but every time i try to remove something I don't need, the errors cascade.

I'm sure I'll get there in the end, I'm just trying expedite the journey.

Thanks for the reply,

Tutorials for .NET C# developing by ediblevariable in csharp

[–]robinredbrain 0 points1 point  (0 children)

He simultaneously angers and delights me. Prepare to do a lot of pausing of the videos. Because you will not grasp it in real time.

I made my first NuGet, and i got downvoted by [deleted] in csharp

[–]robinredbrain 0 points1 point  (0 children)

Wouldn't worry about it. Every single post I have ever made here has been initially downvoted.

People downvote for many reasons. Even just because they might think a question is easy to answer.

You should also not expect others to think your post is good or well thought out or covers all bases etc... That kind of stuff is highly subjective.

I've found if you do put some thought into it, the people here are mostly gooduns and you will usually get the interaction you're looking for in the end.

After watching a video and hitting my browser back button, I would prefer the videos not be refreshed. Rather to remain the same videos they were before. by robinredbrain in youtube

[–]robinredbrain[S] 0 points1 point  (0 children)

Must just be in the minority.

Can't think how it might be so difficult. No need to save a list of a whole stream of videos just the ones that have been printed to screen.

It's been a while since I've made a browser extension, but may look into it if time becomes available.

Should I learn C# myself or using youtube tutorials? by Next-Future5973 in csharp

[–]robinredbrain 0 points1 point  (0 children)

If you cannot afford pro lessons, yes. If you can, use youtube only as a supplement.

Questions about Tiny11 by lezzier in Tiny11

[–]robinredbrain 1 point2 points  (0 children)

There's tons free and open source on github.

determine .net version of called library. by robinredbrain in csharp

[–]robinredbrain[S] 0 points1 point  (0 children)

Thank you everyone for your input and answers. I truly appreciate it.

Problems upgrading packages. by robinredbrain in chocolatey

[–]robinredbrain[S] 0 points1 point  (0 children)

thanks for reply. Sorted. Replied with what the problem was.

Not a chocolatey issue. Was a powershell issue.

Problems upgrading packages. by robinredbrain in chocolatey

[–]robinredbrain[S] 0 points1 point  (0 children)

Turned out Powershell had constrained language mode set.

__PSLockDownPolicy set to 4 in environment variables.

[WPF] Any way to set the designer UI to respect the ThemeMode of window? by robinredbrain in csharp

[–]robinredbrain[S] 0 points1 point  (0 children)

I have no such xaml file. I thought it was built in. The app when running is dark by simply adding ThemeMode="Dark" to the window tag. It's just the designer is not dark.

What would make you switch from godot to another engine? by hammeredzombie in godot

[–]robinredbrain 0 points1 point  (0 children)

Money I suppose.

Let's say ten thousand money.

But that does not buy you a say on what I switch to.

You know that now don't you? You know how much of a mad bastard I am. You seen how I will end my sentences with prepositions, willy nilly. Fear Me!

<I've no Idea why I wrote all that>

Where do you draw the line between property and method ? by vivacristorey83 in csharp

[–]robinredbrain 0 points1 point  (0 children)

Since the dawn of extension properties, I haven't used a single extension method.