Click here to Skip to main content
15,904,023 members
Home / Discussions / C#
   

C#

 
GeneralRe: Send EMail with zip file/rar file Pin
EliottA12-Jul-09 3:38
EliottA12-Jul-09 3:38 
AnswerRe: Send EMail with zip file/rar file Pin
sandeshmms13-Jul-10 22:17
sandeshmms13-Jul-10 22:17 
AnswerRe: Send EMail with zip file/rar file Pin
Jimut Baran19-Nov-12 2:37
Jimut Baran19-Nov-12 2:37 
QuestionApplication Updates Pin
Baeltazor11-Jul-09 23:59
Baeltazor11-Jul-09 23:59 
AnswerRe: Application Updates Pin
EliottA12-Jul-09 3:40
EliottA12-Jul-09 3:40 
AnswerRe: Application Updates Pin
Not Active12-Jul-09 4:20
mentorNot Active12-Jul-09 4:20 
GeneralRe: Application Updates Pin
Baeltazor12-Jul-09 8:37
Baeltazor12-Jul-09 8:37 
Question[Urgent] How to detect a timezone observes DST time or not ( .Net Framework 2.0) Pin
senorAli3311-Jul-09 23:29
senorAli3311-Jul-09 23:29 
AnswerRe: [Urgent] How to detect a timezone observes DST time or not Pin
OriginalGriff12-Jul-09 0:12
mveOriginalGriff12-Jul-09 0:12 
GeneralRe: [Urgent] How to detect a timezone observes DST time or not Pin
senorAli3312-Jul-09 0:29
senorAli3312-Jul-09 0:29 
GeneralRe: [Urgent] How to detect a timezone observes DST time or not Pin
dan!sh 12-Jul-09 0:54
professional dan!sh 12-Jul-09 0:54 
GeneralRe: [Urgent] How to detect a timezone observes DST time or not Pin
senorAli3312-Jul-09 2:43
senorAli3312-Jul-09 2:43 
GeneralRe: [Urgent] How to detect a timezone observes DST time or not Pin
dan!sh 12-Jul-09 2:50
professional dan!sh 12-Jul-09 2:50 
GeneralRe: [Urgent] How to detect a timezone observes DST time or not Pin
senorAli3312-Jul-09 3:08
senorAli3312-Jul-09 3:08 
QuestionHow to set title for fixed rows in DataGridView object? Pin
pascal.schwartz11-Jul-09 20:18
pascal.schwartz11-Jul-09 20:18 
AnswerRe: How to set title for fixed rows in DataGridView object? Pin
pascal.schwartz11-Jul-09 21:32
pascal.schwartz11-Jul-09 21:32 
RantIMAPI v2 Pin
Jacob Dixon11-Jul-09 18:49
Jacob Dixon11-Jul-09 18:49 
Questionimport user32.dll in c# [modified] Pin
Vivek Vijayan11-Jul-09 16:54
Vivek Vijayan11-Jul-09 16:54 
AnswerRe: import user32.dll in c# Pin
PIEBALDconsult11-Jul-09 17:54
mvePIEBALDconsult11-Jul-09 17:54 
GeneralRe: import user32.dll in c# Pin
Vivek Vijayan11-Jul-09 18:09
Vivek Vijayan11-Jul-09 18:09 
GeneralRe: import user32.dll in c# Pin
PIEBALDconsult11-Jul-09 18:21
mvePIEBALDconsult11-Jul-09 18:21 
AnswerRe: import user32.dll in c# Pin
dan!sh 11-Jul-09 22:21
professional dan!sh 11-Jul-09 22:21 
1. Put a breakpoint at the line: if(condition).
2. Run your code.
3. When the breakpoint is hit, press F10. If the control goes to line:SendKeys.Send("^{ESC}");
Then the start menu will be displayed.
4. If control does not goes to that line, then condition is false and hence the start menu will not be displayed.


There is no need to import User32 for this. SendKeys is a class in System.Windows.Forms namespace.
GeneralRe: import user32.dll in c# Pin
Vivek Vijayan11-Jul-09 23:09
Vivek Vijayan11-Jul-09 23:09 
GeneralRe: import user32.dll in c# Pin
dan!sh 11-Jul-09 23:41
professional dan!sh 11-Jul-09 23:41 
AnswerRe: import user32.dll in c# [modified] Pin
Lino Chacko12-Jul-09 6:12
Lino Chacko12-Jul-09 6:12 

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.