Click here to Skip to main content
15,890,123 members
Home / Discussions / C#
   

C#

 
GeneralRe: my app icon lost, in setup application in vs2005. Pin
Skippums22-Jan-08 7:06
Skippums22-Jan-08 7:06 
GeneralRe: my app icon lost, in setup application in vs2005. Pin
hdv21222-Jan-08 7:20
hdv21222-Jan-08 7:20 
GeneralRe: my app icon lost, in setup application in vs2005. Pin
Skippums22-Jan-08 7:27
Skippums22-Jan-08 7:27 
GeneralRe: my app icon lost, in setup application in vs2005. Pin
hdv21222-Jan-08 7:30
hdv21222-Jan-08 7:30 
GeneralRe: my app icon lost, in setup application in vs2005. Pin
Skippums22-Jan-08 7:39
Skippums22-Jan-08 7:39 
GeneralReflection error for System.Version property Pin
hairy_hats22-Jan-08 5:46
hairy_hats22-Jan-08 5:46 
Generalpicturebox dilemma Pin
damianrda22-Jan-08 5:43
damianrda22-Jan-08 5:43 
GeneralRe: picturebox dilemma Pin
Luc Pattyn22-Jan-08 7:21
sitebuilderLuc Pattyn22-Jan-08 7:21 
There is no dilemma, whenever you are not sure a PictureBox can do what you want, well it can't.

what magic is it you expect a PictureBox to offer? it is a rather stupid Control, often not worth
the trouble. If you need more than just show a single Image, forget about a PictureBox, and
paint/draw whatever it is you need on your Form or on a Panel directly.

Yes, that takes GDI+ to do it, but then you get what you want, without disappointments.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


Generalwrite into .csv Pin
arkiboys22-Jan-08 5:41
arkiboys22-Jan-08 5:41 
GeneralRe: write into .csv Pin
Justin Perez22-Jan-08 5:50
Justin Perez22-Jan-08 5:50 
GeneralRe: write into .csv Pin
arkiboys22-Jan-08 5:57
arkiboys22-Jan-08 5:57 
GeneralRe: write into .csv Pin
Jimmanuel22-Jan-08 7:24
Jimmanuel22-Jan-08 7:24 
GeneralRe: write into .csv Pin
arkiboys22-Jan-08 21:36
arkiboys22-Jan-08 21:36 
GeneralRe: write into .csv Pin
PIEBALDconsult22-Jan-08 7:45
mvePIEBALDconsult22-Jan-08 7:45 
GeneralInvoking Private OR INternal Methods Pin
pencilcake22-Jan-08 5:22
pencilcake22-Jan-08 5:22 
GeneralRe: Invoking Private OR INternal Methods Pin
Skippums22-Jan-08 7:15
Skippums22-Jan-08 7:15 
GeneralRe: Invoking Private OR INternal Methods Pin
pencilcake22-Jan-08 12:32
pencilcake22-Jan-08 12:32 
GeneralRe: Invoking Private OR INternal Methods Pin
Skippums22-Jan-08 15:06
Skippums22-Jan-08 15:06 
GeneralRe: Invoking Private OR INternal Methods Pin
PIEBALDconsult23-Jan-08 3:13
mvePIEBALDconsult23-Jan-08 3:13 
GeneralRe: Invoking Private OR INternal Methods Pin
PIEBALDconsult22-Jan-08 7:50
mvePIEBALDconsult22-Jan-08 7:50 
QuestionMouseDown Event in a DataGridView Pin
Jpeters422-Jan-08 5:02
Jpeters422-Jan-08 5:02 
GeneralRe-Compile Pin
jchigg200022-Jan-08 3:56
jchigg200022-Jan-08 3:56 
AnswerRe: Re-Compile Pin
coolestCoder22-Jan-08 4:00
coolestCoder22-Jan-08 4:00 
GeneralSMTP server port Pin
TheJudeDude22-Jan-08 3:25
TheJudeDude22-Jan-08 3:25 
AnswerRe: SMTP server port Pin
coolestCoder22-Jan-08 3:53
coolestCoder22-Jan-08 3:53 

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.