3
votes
4answers
1k views
Default font for Windows Forms application
Hello,
Everytime I create new form in my application, it uses "Microsoft Sans Serif, 8.25pt" font by default. I'm not changing it, because I know that in this case my form will pick up whatever …
3
votes
2answers
308 views
Using the Window API, how do I ensure controls retain a native appearance?
Some of the controls I've created seem to default to the old Windows 95 theme, how do I prevent this? Here's an example of a button that does not retain the Operating System's native appearance (I'm …
2
votes
3answers
347 views
.Net - Detecting the Appearance Setting (Classic or XP?)
Hey stack,
I have some UI in VB 2005 that looks great in XP Style, but goes hideous in Classic Style.
Any ideas about how to detect which mode the user is in and re-format the forms on the fly?
…
1
vote
3answers
41 views
How To Choose And Create a Icon?
Hello,
As I develop some things to my self and now I'm developing some of this applications for my friends and my family. I want to put icons on this applications, because It's takes the appearance …
1
vote
3answers
187 views
Keep Window Inactive In Appearance Even When Activated
Is there a way to keep a window inactive looking, even if it contains focus? I have two forms (A and B). After the user interacts with A, I transfer focus back to B. The result of the focus …
0
votes
0answers
30 views
Change appearance of window control
Hi,
I want to change appearance of all common controls in my application. can I do it programmatically with an easy way. I have huge code base and I don't want to modify each and every resources.
I …
0
votes
1answer
132 views
Programmatically Changing XP Appearance Settings
I am trying to silently apply very specific appearance settings for a single user with poor eyesight on an XP machine.
I can alter the settings by using the appearance tab of the display settings …
0
votes
0answers
40 views
Stange visual effect with segmented control and flip transition
I have a view which flips in using uiviewanimationtransitionflipfromleft. The view that flips in has a segmented control on it. Whilst this all works fine there is something strange happening …
0
votes
1answer
79 views
Datagridview - remove part before the first column..
hi, i was wondering if when using the datagridview control you can remove the thing that looks like a column before the 1st column. I think its used to select rows but not sure what its called. there …
0
votes
1answer
51 views
How to disable appearance change events in WPF?
In Windows Vista whenever we change the appearance from display properties, it is forcing recreation of the windows controls in our application. Is there a way we can disable this events at …
0
votes
1answer
55 views
Getting the active form caption color
How can i get the color of the caption of the active form in winforms?
(Without Api)
0
votes
2answers
130 views
Drop Down menu properties
Does anyone know if, and how I am able to change the colour of the image strip on a simple drop down in visual studio 2008? Currently with a drop down menu i have my own collectn of items, and beside …
0
votes
2answers
314 views
UISearchbar clearButton forces the keyboard to appear
I have a UISearchBar which acts as a live filter for a table view. When the keyboard is dismissed via endEditing:, the query text and the gray circular "clear" button remain. From here, if I tap the …
0
votes
1answer
42 views
Maintaining HTML Content Positioning in ENewsletters
How do I get html content to stay in relative position and format from one browser/email to another? When developing e-newsletters, the format appears differently in one email server than in another …
0
votes
2answers
98 views
IE bandobject appearing in desktop taskbar
Hi, i have created an IE bandobject (toolbar) that sits in IE and works well, however it also appears in the XP taskbar menu under toolbars. does anyone know how to prevent this behaivour?
Thanks!
