Click here to Skip to main content
15,912,756 members
Home / Discussions / C#
   

C#

 
GeneralRe: exception when serialize binary entity framework objects Pin
karmjit9-Feb-12 23:23
karmjit9-Feb-12 23:23 
GeneralRe: exception when serialize binary entity framework objects Pin
Giorgi Nistor9-Feb-12 23:58
Giorgi Nistor9-Feb-12 23:58 
GeneralRe: exception when serialize binary entity framework objects Pin
Giorgi Nistor10-Feb-12 0:14
Giorgi Nistor10-Feb-12 0:14 
GeneralRe: exception when serialize binary entity framework objects Pin
BobJanova10-Feb-12 0:27
BobJanova10-Feb-12 0:27 
GeneralRe: exception when serialize binary entity framework objects Pin
Giorgi Nistor10-Feb-12 0:45
Giorgi Nistor10-Feb-12 0:45 
QuestionExport to PDF Chinese in pixels Pin
Rchiu2hk9-Feb-12 15:10
Rchiu2hk9-Feb-12 15:10 
AnswerRe: Export to PDF Chinese in pixels Pin
Richard MacCutchan9-Feb-12 22:17
mveRichard MacCutchan9-Feb-12 22:17 
AnswerRe: Export to PDF Chinese in pixels Pin
Rchiu2hk12-Feb-12 15:59
Rchiu2hk12-Feb-12 15:59 
AnswerLoop while mouse or key is down Pin
DerecL9-Feb-12 12:13
DerecL9-Feb-12 12:13 
GeneralRe: Loop while mouse or key is down Pin
Richard Andrew x649-Feb-12 12:17
professionalRichard Andrew x649-Feb-12 12:17 
GeneralRe: Loop while mouse or key is down Pin
BillWoodruff9-Feb-12 19:41
professionalBillWoodruff9-Feb-12 19:41 
GeneralRe: Loop while mouse or key is down Pin
Pete O'Hanlon9-Feb-12 12:18
mvePete O'Hanlon9-Feb-12 12:18 
GeneralRe: Loop while mouse or key is down Pin
raven198529-Feb-12 13:04
raven198529-Feb-12 13:04 
GeneralRe: Loop while mouse or key is down Pin
BillWoodruff9-Feb-12 19:42
professionalBillWoodruff9-Feb-12 19:42 
GeneralRe: Loop while mouse or key is down Pin
V.9-Feb-12 22:52
professionalV.9-Feb-12 22:52 
GeneralRe: Loop while mouse or key is down Pin
BillWoodruff9-Feb-12 20:09
professionalBillWoodruff9-Feb-12 20:09 
GeneralRe: Loop while mouse or key is down Pin
Luc Pattyn9-Feb-12 23:32
sitebuilderLuc Pattyn9-Feb-12 23:32 
GeneralRe: Loop while mouse or key is down Pin
BobJanova10-Feb-12 0:22
BobJanova10-Feb-12 0:22 
GeneralRe: Loop while mouse or key is down Pin
Marcus_211-Feb-12 8:52
Marcus_211-Feb-12 8:52 
GeneralRe: Loop while mouse or key is down Pin
BobJanova9-Feb-12 22:06
BobJanova9-Feb-12 22:06 
QuestionTaskbar Icon (not tray icon) picturebox replace? Pin
Thomas von Smolinski9-Feb-12 10:26
Thomas von Smolinski9-Feb-12 10:26 
AnswerRe: Taskbar Icon (not tray icon) picturebox replace? Pin
Luc Pattyn9-Feb-12 10:57
sitebuilderLuc Pattyn9-Feb-12 10:57 
What is shown in the taskbar is one of the icons belonging to your application, there is no PictureBox involved here. You can switch icons any time you like, I'm not sure how fast Windows will pick it up though.

And then you must be careful, an ICO file typically contains icons at several sizes; which icon from your ICO file is being shown on the taskbar may well depend on the Windows version you use and maybe also some Windows settings (e.g. since Vista, Windows can stack together the icons of similar processes; since Win7 Windows can show a progress bar on top of the app's taskbar button).

I'm afraid you will need to experiment a lot.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

Fed up by FireFox memory leaks I switched to Opera and now CP doesn't perform its paste magic, so links will not be offered. Sorry.

AnswerRe: Taskbar Icon (not tray icon) picturebox replace? Pin
DaveyM699-Feb-12 11:28
professionalDaveyM699-Feb-12 11:28 
AnswerRe: Taskbar Icon (not tray icon) picturebox replace? Pin
BobJanova10-Feb-12 4:21
BobJanova10-Feb-12 4:21 
GeneralRe: Taskbar Icon (not tray icon) picturebox replace? Pin
Thomas von Smolinski10-Feb-12 15:07
Thomas von Smolinski10-Feb-12 15:07 

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.