Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
AnswerRe: Move to next column in datagridview using a button Pin
nelsonpaixao15-Oct-08 14:08
nelsonpaixao15-Oct-08 14:08 
QuestionChecking DateTimePicker date is => today's date? Pin
kanchoette15-Oct-08 1:15
kanchoette15-Oct-08 1:15 
AnswerRe: Checking DateTimePicker date is => today's date? Pin
Ashfield15-Oct-08 1:22
Ashfield15-Oct-08 1:22 
AnswerRe: Checking DateTimePicker date is => today's date? Pin
Giorgi Dalakishvili15-Oct-08 1:24
mentorGiorgi Dalakishvili15-Oct-08 1:24 
AnswerRe: Checking DateTimePicker date is => today's date? Pin
HemJoshi15-Oct-08 3:33
HemJoshi15-Oct-08 3:33 
AnswerRe: Checking DateTimePicker date is => today's date? Pin
mark_w_15-Oct-08 5:46
mark_w_15-Oct-08 5:46 
QuestionPut App in System Tray Not Working Pin
#realJSOP15-Oct-08 0:26
professional#realJSOP15-Oct-08 0:26 
AnswerRe: Put App in System Tray Not Working Pin
Simon P Stevens15-Oct-08 0:49
Simon P Stevens15-Oct-08 0:49 
Sorry, I haven't got a good answer for you, but I have a guess.

Firstly, your code works fine for me. (XP[x86], VS2008,.net3.5).

My guess is that the systray is probably a 64 bit app. You can't mix 32 bit and 64 bit processes, so if your .net app is a 32 bit app, then it won't be able to communicate with the systray.

Try changing your build settings to directly target x64.

(By default, .net assemblies are language agnostic, meaning they run as x64 on 64bit systems and x86 on 32 bit systems. So possibly the systray is a 32 bit app, in which case, change your settings to directly target x86)

Does this solve anything?

Simon

GeneralRe: Put App in System Tray Not Working Pin
#realJSOP15-Oct-08 0:59
professional#realJSOP15-Oct-08 0:59 
GeneralRe: Put App in System Tray Not Working Pin
Simon P Stevens15-Oct-08 1:13
Simon P Stevens15-Oct-08 1:13 
GeneralRe: Put App in System Tray Not Working Pin
#realJSOP15-Oct-08 2:34
professional#realJSOP15-Oct-08 2:34 
AnswerRe: Put App in System Tray Not Working Pin
Giorgi Dalakishvili15-Oct-08 1:04
mentorGiorgi Dalakishvili15-Oct-08 1:04 
GeneralRe: Put App in System Tray Not Working Pin
#realJSOP15-Oct-08 2:32
professional#realJSOP15-Oct-08 2:32 
GeneralRe: Put App in System Tray Not Working Pin
Giorgi Dalakishvili15-Oct-08 2:36
mentorGiorgi Dalakishvili15-Oct-08 2:36 
GeneralRe: Put App in System Tray Not Working Pin
#realJSOP15-Oct-08 2:41
professional#realJSOP15-Oct-08 2:41 
GeneralRe: Put App in System Tray Not Working Pin
#realJSOP15-Oct-08 6:56
professional#realJSOP15-Oct-08 6:56 
GeneralRe: Put App in System Tray Not Working Pin
Giorgi Dalakishvili15-Oct-08 7:07
mentorGiorgi Dalakishvili15-Oct-08 7:07 
QuestionCrystal report data Pin
Maddie from Dartford15-Oct-08 0:26
Maddie from Dartford15-Oct-08 0:26 
AnswerRe: Crystal report data Pin
Muhammad Shahid Farooq15-Oct-08 4:33
professionalMuhammad Shahid Farooq15-Oct-08 4:33 
AnswerRe: Crystal report data Pin
nelsonpaixao16-Oct-08 13:21
nelsonpaixao16-Oct-08 13:21 
QuestionTreeView mix combobox Pin
drcmomo15-Oct-08 0:23
drcmomo15-Oct-08 0:23 
Questionarray Pin
arkiboys14-Oct-08 23:57
arkiboys14-Oct-08 23:57 
AnswerRe: array Pin
Giorgi Dalakishvili15-Oct-08 0:07
mentorGiorgi Dalakishvili15-Oct-08 0:07 
AnswerRe: array Pin
Pete O'Hanlon15-Oct-08 0:11
mvePete O'Hanlon15-Oct-08 0:11 
GeneralRe: array Pin
J4amieC15-Oct-08 0:13
J4amieC15-Oct-08 0:13 

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.