Questions tagged as '.net-assembly'

0
answers

What would be an implementation for MagSetImageScalingCallback using the Magnification API?

I'd like to implement this code in my VS C # project, I did a brief search here, but no impelmentation was found. Here is Windows Magnification API .NET is what I want to do, but in this does not have an implementation of MagSetImageScalingCal...
asked by 01.09.2018 / 15:46
1
answer

How to fill INPI data in a .NET project

My question is somewhat conceptual. My company registered the software at INPI and received the protocol data, etc. How do I populate this data on my system? I noticed that in the AssemblyInfo.cs file I have fields that allow me...
asked by 02.06.2017 / 00:17
1
answer

Increasing the AssemblyVersion

I'm creating an update solution for an application that I have and I needed the Assembly version When putting a * in the assembly. [assembly: AssemblyVersion("1.0.0.*")] It started incrementing automatically, however the shape you are in...
asked by 02.04.2014 / 21:02
1
answer

Assembly! insert characters and print the reverse

Hello, I'm a beginner in Assembly. I need to make a program that receives two characters and prints the inverse. Example: You receive: A B View: B A Someone can help me     
asked by 18.08.2018 / 15:41