English 中文(简体)
利用视觉演播室编制作一部不用于窗户的单
原标题:Using the visual studio wpf editor to create an gui not for windows gui

It s quite hard to explain in question title, however what I want to achieve is this:

I would like to use XAML (and possibly the visual editor) to create GUIs that won t be rendered on "MS Windows GUI" but on Bitmaps (the bitmap class from System.Drawing, not files).

This because I would like to create an easy way to "print" over the G19 small screen that it has.

I already built a library that allows me to easily fill the screen with Bitmap images. Now I would like to take the step further, allowing people with visual studio to make applet faster and easier by creating them with wpf editor.

Obviusly I need to build all components (TextBlocks, Progressbars and Images), but that s not a problem.

我需要遵循一些准则,并提出一些建议,因为我不知道从何时开始,在Xaml档案中完全取代标签(如用户Control)的情况。

我无需与gui进行 mo变/板的互动,因为处理屏幕Ill使用为此目的建造的一些钥匙。

关于我从哪一开始就应该开始建造这一东西的任何建议? 我是否需要继承MarkupExtension等级? 如果可能的话,我需要一些与教员的联系(显然我将根据我的需要调整这些辅导)。

是否可做这样的事情?

感谢任何建议

最佳回答
问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签