visual-styles Questions

1

INTRODUCTION: I am creating tab control with child dialog boxes as pages. I have Visual Styles enabled via #pragma comment. I have also called InitCommonControlsEx and #pragma comment( lib, "com...
Bentwood asked 23/11, 2014 at 3:55

1

Solved

I am trying to use a TSaveDialog in Delphi XE6: if not SaveDialog1.Execute(0) then Exit; The call immediately returns false, without displaying any dialog. I traced it down to the act of creati...
Sober asked 17/12, 2015 at 20:17

1

Solved

I've got no experience in C++ and Win API so sorry if this question is nooby. I've got DLL where I create some components, MessageBox for example. I added pragma comment to enable visual styles and...
Giannagianni asked 12/8, 2014 at 14:43

3

Solved

I am programming strictly in C and WinAPI, no C++ or C#. I am a beginner and just learning to draw controls etc. The thing is that when I create Windows or other controls like Command Buttons, they...
Logorrhea asked 14/4, 2011 at 12:17

5

Solved

I am trying to make a radio button control with a transparent background using only Win32 when themes are enabled. The reason for doing this is to allow a radio button to be placed over an image an...
Lytic asked 7/9, 2011 at 12:11

1

Solved

How i can render text like this(simple listview)? Trying the code like this renders no ellipsis: TextRenderer.DrawText(_listGraphics, anItem.Text, GetItemFont(anItem), textRec, Color.FromKno...
Morry asked 8/7, 2013 at 7:42

2

Solved

Microsoft's visual styles for winforms have always befuddled me. I am trying to have a Panel sit next to a TreeView and just have the same VisualStyle border. As you can see, the TreeView borde...
Montsaintmichel asked 20/8, 2011 at 14:21

3

Solved

According to the docs: "If you want your application to use ComCtl32.dll version 6, you must add an application manifest or compiler directive to specify that version 6 should be used if it is ava...
Floury asked 29/11, 2010 at 21:57

1

Using C# winforms, i want to create custom controls that looks like the real ones. There are a lot of classes that can be used to draw controls that looks like the real ones: ControlPaint, VisualS...
Katiekatina asked 14/8, 2010 at 16:17

2

Solved

I want to draw a custom TabControl with custom functionality. To do this, i inherited the Panel class and overrided OnPaint method to draw with TabRenderer class. The problem is that TabRenderer ...
Freida asked 5/4, 2010 at 10:58
1

© 2022 - 2024 — McMap. All rights reserved.