Click here to Skip to main content
15,890,185 members
Home / Discussions / Windows Forms
   

Windows Forms

 
Questionwinforms higher dpi Pin
nmahesh7-Aug-07 17:15
nmahesh7-Aug-07 17:15 
Questionmouse events on tray icon Pin
dona jain7-Aug-07 1:19
dona jain7-Aug-07 1:19 
AnswerRe: mouse events on tray icon Pin
Craster7-Aug-07 23:58
Craster7-Aug-07 23:58 
QuestionRegarding datagridview Pin
atulagarwal566-Aug-07 22:30
atulagarwal566-Aug-07 22:30 
QuestionScrollBar in Windows Forms C# 2005 Pin
Elizma6-Aug-07 21:14
Elizma6-Aug-07 21:14 
AnswerRe: ScrollBar in Windows Forms C# 2005 Pin
Richard Blythe8-Aug-07 4:47
Richard Blythe8-Aug-07 4:47 
QuestionVSTO Outlook Addin with a winform Pin
pnslcs6-Aug-07 17:15
pnslcs6-Aug-07 17:15 
AnswerRe: VSTO Outlook Addin with a winform Pin
tker7-Aug-07 20:54
tker7-Aug-07 20:54 
Hi Patrick,

Try setting caspol on the machine you install to so your VSTO dlls have full trust permission. If they don't that will prevent them running. This is automatically set on development machines. VSTO by default suppresses error messages (though there is a setting you can type at the command line to change that - you'll have to google it, something like VSTOSUPPRESSERRORS = false, though that's wrong) so it's hard to tell what's going on - you can always put try{}catches{} around your code then display a message box or log to the event log, but often if something just doesn't happen it is a caspol issue due to the security model of the VSTO architecture. If you have any further questions please ask away.

Regards,

Toby

Toby
GeneralRe: VSTO Outlook Addin with a winform Pin
pnslcs8-Aug-07 11:22
pnslcs8-Aug-07 11:22 
GeneralRe: VSTO Outlook Addin with a winform [modified] Pin
tker8-Aug-07 14:15
tker8-Aug-07 14:15 
GeneralRe: VSTO Outlook Addin with a winform Pin
pnslcs9-Aug-07 3:25
pnslcs9-Aug-07 3:25 
GeneralRe: VSTO Outlook Addin with a winform Pin
tker9-Aug-07 14:30
tker9-Aug-07 14:30 
AnswerRe: VSTO Outlook Addin with a winform Pin
pnslcs10-Aug-07 2:38
pnslcs10-Aug-07 2:38 
QuestionNested MDI forms Pin
Aamir Dharani5-Aug-07 23:51
Aamir Dharani5-Aug-07 23:51 
AnswerRe: Nested MDI forms Pin
Dave Kreskowiak6-Aug-07 5:19
mveDave Kreskowiak6-Aug-07 5:19 
Questiontest Pin
ellllllllie3-Aug-07 5:20
ellllllllie3-Aug-07 5:20 
Questiontray icon Pin
dona jain3-Aug-07 3:40
dona jain3-Aug-07 3:40 
AnswerRe: tray icon Pin
Luc Pattyn3-Aug-07 5:31
sitebuilderLuc Pattyn3-Aug-07 5:31 
GeneralRe: tray icon Pin
dona jain3-Aug-07 19:40
dona jain3-Aug-07 19:40 
AnswerRe: tray icon Pin
Christian Graus3-Aug-07 14:54
protectorChristian Graus3-Aug-07 14:54 
QuestionClock on Windows Form? Pin
chand103-Aug-07 0:48
chand103-Aug-07 0:48 
AnswerRe: Clock on Windows Form? Pin
Luc Pattyn3-Aug-07 1:13
sitebuilderLuc Pattyn3-Aug-07 1:13 
AnswerRe: Clock on Windows Form? Pin
originSH3-Aug-07 2:24
originSH3-Aug-07 2:24 
JokeRe: Clock on Windows Form? Pin
Luc Pattyn3-Aug-07 5:33
sitebuilderLuc Pattyn3-Aug-07 5:33 
QuestionDialog box query Pin
dona jain2-Aug-07 2:54
dona jain2-Aug-07 2:54 

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.