Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: Control in front of another one at all times Pin
fdsfsa76f7sa613-Sep-10 9:20
fdsfsa76f7sa613-Sep-10 9:20 
GeneralRe: Control in front of another one at all times Pin
Luc Pattyn13-Sep-10 9:25
sitebuilderLuc Pattyn13-Sep-10 9:25 
GeneralRe: Control in front of another one at all times Pin
fdsfsa76f7sa613-Sep-10 10:56
fdsfsa76f7sa613-Sep-10 10:56 
GeneralRe: Control in front of another one at all times Pin
Luc Pattyn13-Sep-10 11:20
sitebuilderLuc Pattyn13-Sep-10 11:20 
Questionhow to list all the form name except mdi name Pin
Tridip Bhattacharjee12-Sep-10 22:10
professionalTridip Bhattacharjee12-Sep-10 22:10 
AnswerRe: how to list all the form name except mdi name Pin
Pete O'Hanlon12-Sep-10 22:15
mvePete O'Hanlon12-Sep-10 22:15 
Questioninstalling font programtically Pin
mobasher12-Sep-10 21:34
mobasher12-Sep-10 21:34 
AnswerRe: installing font programtically Pin
Luc Pattyn13-Sep-10 2:21
sitebuilderLuc Pattyn13-Sep-10 2:21 
The modern way of thinking is a single app should not be allowed to perform actions that (could) have effects on other apps, so Vista/Windows7 will not allow you to add or remove fonts. If you must, the UAC will kick in.

If you need the extra font(s) inside your app only, there probably is a solution based on System.Drawing.Text.PrivateFontCollection class. You'll have to Google for details and examples. And I expect it may not work for printing, I don't really know.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


GeneralRe: installing font programtically Pin
mobasher14-Sep-10 19:51
mobasher14-Sep-10 19:51 
QuestionDDL or CLR Trigger sample ? Pin
Mohammad Dayyan12-Sep-10 20:44
Mohammad Dayyan12-Sep-10 20:44 
AnswerRe: DDL or CLR Trigger sample ? Pin
Pete O'Hanlon13-Sep-10 0:27
mvePete O'Hanlon13-Sep-10 0:27 
QuestionRe: DDL or CLR Trigger sample ? Pin
Elfman_NE9-Dec-10 9:02
Elfman_NE9-Dec-10 9:02 
QuestionTime Difference Calculation In C# Pin
Sanket.Patil12-Sep-10 17:50
Sanket.Patil12-Sep-10 17:50 
AnswerRe: Time Difference Calculation In C# Pin
Peter_in_278012-Sep-10 18:00
professionalPeter_in_278012-Sep-10 18:00 
GeneralRe: Time Difference Calculation In C# Pin
Sanket.Patil12-Sep-10 18:14
Sanket.Patil12-Sep-10 18:14 
GeneralRe: Time Difference Calculation In C# Pin
Peter_in_278012-Sep-10 18:22
professionalPeter_in_278012-Sep-10 18:22 
AnswerRe: Time Difference Calculation In C# Pin
Abhinav S12-Sep-10 18:25
Abhinav S12-Sep-10 18:25 
GeneralRe: Time Difference Calculation In C# Pin
Sanket.Patil12-Sep-10 19:33
Sanket.Patil12-Sep-10 19:33 
AnswerRe: Time Difference Calculation In C# Pin
Mycroft Holmes12-Sep-10 19:52
professionalMycroft Holmes12-Sep-10 19:52 
AnswerRe: Time Difference Calculation In C# Pin
J4amieC12-Sep-10 23:25
J4amieC12-Sep-10 23:25 
AnswerRe: Time Difference Calculation In C# Pin
Luc Pattyn13-Sep-10 2:36
sitebuilderLuc Pattyn13-Sep-10 2:36 
QuestionHow to represent this type of data in a c# app? Pin
stephen.darling12-Sep-10 11:37
stephen.darling12-Sep-10 11:37 
AnswerRe: How to represent this type of data in a c# app? Pin
Luc Pattyn12-Sep-10 11:57
sitebuilderLuc Pattyn12-Sep-10 11:57 
AnswerRe: How to represent this type of data in a c# app? Pin
Keith Barrow12-Sep-10 12:04
professionalKeith Barrow12-Sep-10 12:04 
AnswerRe: How to represent this type of data in a c# app? Pin
PIEBALDconsult12-Sep-10 12:36
mvePIEBALDconsult12-Sep-10 12:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.