Click here to Skip to main content
16,018,653 members
Home / Discussions / C#
   

C#

 
GeneralRe: PropertyGrid Pin
stancrm21-Feb-08 22:05
stancrm21-Feb-08 22:05 
GeneralRe: PropertyGrid Pin
phannon8621-Feb-08 22:19
professionalphannon8621-Feb-08 22:19 
GeneralRe: PropertyGrid Pin
Pete O'Hanlon21-Feb-08 22:51
mvePete O'Hanlon21-Feb-08 22:51 
GeneralRe: PropertyGrid Pin
visualhint27-Feb-08 15:05
visualhint27-Feb-08 15:05 
GeneralListView item Pin
Maddie from Dartford21-Feb-08 20:57
Maddie from Dartford21-Feb-08 20:57 
GeneralRe: ListView item Pin
phannon8621-Feb-08 22:10
professionalphannon8621-Feb-08 22:10 
QuestionHow to save a text in a image format Pin
D i x y21-Feb-08 20:56
D i x y21-Feb-08 20:56 
AnswerRe: How to save a text in a image format Pin
Guffa21-Feb-08 21:11
Guffa21-Feb-08 21:11 
Use the DrawToBitmap method of the form to draw the form on a Bitmap object. You can then use the Save method of the Bitmap object to save it in the file format you like.

If you want less than the entire form, put the controls in a Panel, and use the DrawToBitmap method of the Panel.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: How to save a text in a image format Pin
D i x y21-Feb-08 21:18
D i x y21-Feb-08 21:18 
GeneralRe: How to save a text in a image format Pin
Guffa21-Feb-08 22:08
Guffa21-Feb-08 22:08 
AnswerRe: How to save a text in a image format Pin
MoustafaS21-Feb-08 21:14
MoustafaS21-Feb-08 21:14 
QuestionError: Update application block (UAB) :The requested URL does not exist on the server. Pin
Robert Wang198321-Feb-08 20:53
Robert Wang198321-Feb-08 20:53 
GeneralRe: Error: Update application block (UAB) :The requested URL does not exist on the server. Pin
Robert Wang198321-Feb-08 21:43
Robert Wang198321-Feb-08 21:43 
GeneralRe: Error: Update application block (UAB) :The requested URL does not exist on the server. Pin
Mike Dimmick22-Feb-08 1:58
Mike Dimmick22-Feb-08 1:58 
GeneralRe: Error: Update application block (UAB) :The requested URL does not exist on the server. Pin
Robert Wang198324-Feb-08 22:58
Robert Wang198324-Feb-08 22:58 
QuestionWhere to find an OCR API? Pin
nirfun21-Feb-08 20:36
nirfun21-Feb-08 20:36 
AnswerRe: Where to find an OCR API? Pin
Christian Graus21-Feb-08 20:40
protectorChristian Graus21-Feb-08 20:40 
GeneralRe: Where to find an OCR API? Pin
nirfun21-Feb-08 21:11
nirfun21-Feb-08 21:11 
GeneralRe: Where to find an OCR API? Pin
Christian Graus21-Feb-08 23:23
protectorChristian Graus21-Feb-08 23:23 
AnswerRe: Where to find an OCR API? Pin
DaveyM6921-Feb-08 23:45
professionalDaveyM6921-Feb-08 23:45 
GeneralDatagridView Checkbox Pin
Xerox421-Feb-08 19:35
professionalXerox421-Feb-08 19:35 
QuestionC# -> C++ call issue Pin
Jais Joy21-Feb-08 19:20
Jais Joy21-Feb-08 19:20 
GeneralRe: C# -> C++ call issue Pin
Christian Graus21-Feb-08 19:34
protectorChristian Graus21-Feb-08 19:34 
Generalresize control by code Pin
jason_mf21-Feb-08 19:15
jason_mf21-Feb-08 19:15 
GeneralRe: resize control by code Pin
Christian Graus21-Feb-08 19:19
protectorChristian Graus21-Feb-08 19:19 

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.