Click here to Skip to main content
15,925,602 members
Home / Discussions / C#
   

C#

 
QuestionTurn an array or arraylist into a text file? Pin
gigahertz20515-Sep-08 17:19
gigahertz20515-Sep-08 17:19 
AnswerRe: Turn an array or arraylist into a text file? Pin
N a v a n e e t h15-Sep-08 17:24
N a v a n e e t h15-Sep-08 17:24 
QuestionHow Do I Force Out ToolTips on DataGridViewCells? Pin
That Asian Guy15-Sep-08 16:57
That Asian Guy15-Sep-08 16:57 
Questionprinting using RDLC questions Pin
Jassim Rahma15-Sep-08 16:14
Jassim Rahma15-Sep-08 16:14 
AnswerRe: printing using RDLC questions Pin
Jassim Rahma16-Sep-08 22:54
Jassim Rahma16-Sep-08 22:54 
GeneralRe: printing using RDLC questions Pin
Jassim Rahma21-Sep-08 0:48
Jassim Rahma21-Sep-08 0:48 
AnswerRe: printing using RDLC questions Pin
Naji El Kotob26-Oct-09 4:01
Naji El Kotob26-Oct-09 4:01 
Questionclasses advice needed Pin
nelsonpaixao15-Sep-08 13:02
nelsonpaixao15-Sep-08 13:02 
AnswerRe: classes advice needed Pin
DaveyM6915-Sep-08 13:25
professionalDaveyM6915-Sep-08 13:25 
Questionconnection to database (from c#) Pin
nelsonpaixao15-Sep-08 12:54
nelsonpaixao15-Sep-08 12:54 
AnswerRe: connection to database (from c#) Pin
Paul Conrad15-Sep-08 13:58
professionalPaul Conrad15-Sep-08 13:58 
QuestionGetting Shell Tray Info In C#? Pin
Abydosgater15-Sep-08 11:58
Abydosgater15-Sep-08 11:58 
AnswerRe: Getting Shell Tray Info In C#? Pin
Giorgi Dalakishvili16-Sep-08 0:16
mentorGiorgi Dalakishvili16-Sep-08 0:16 
GeneralRe: Getting Shell Tray Info In C#? Pin
Abydosgater16-Sep-08 1:04
Abydosgater16-Sep-08 1:04 
GeneralRe: Getting Shell Tray Info In C#? Pin
Giorgi Dalakishvili16-Sep-08 1:10
mentorGiorgi Dalakishvili16-Sep-08 1:10 
GeneralRe: Getting Shell Tray Info In C#? Pin
Abydosgater16-Sep-08 7:43
Abydosgater16-Sep-08 7:43 
GeneralRe: Getting Shell Tray Info In C#? Pin
Giorgi Dalakishvili16-Sep-08 7:56
mentorGiorgi Dalakishvili16-Sep-08 7:56 
GeneralRe: Getting Shell Tray Info In C#? Pin
Abydosgater16-Sep-08 10:21
Abydosgater16-Sep-08 10:21 
GeneralRe: Getting Shell Tray Info In C#? Pin
Giorgi Dalakishvili16-Sep-08 10:34
mentorGiorgi Dalakishvili16-Sep-08 10:34 
GeneralRe: Getting Shell Tray Info In C#? Pin
Abydosgater20-Sep-08 10:22
Abydosgater20-Sep-08 10:22 
GeneralRe: Getting Shell Tray Info In C#? Pin
Giorgi Dalakishvili20-Sep-08 10:33
mentorGiorgi Dalakishvili20-Sep-08 10:33 
Usually you get this exception when the signature of method you imported is incorrect. Have you looked at the source code of my articles to see how to declare FindWindow method? You can also find P/Invoke definitions here: P/Invoke[^] or you can use an addin for Visual Studio that generates signature - Redgate has one.

Giorgi Dalakishvili

#region signature
my articles

My blog[^]
#endregion

GeneralRe: Getting Shell Tray Info In C#? Pin
Abydosgater20-Sep-08 11:31
Abydosgater20-Sep-08 11:31 
GeneralRe: Getting Shell Tray Info In C#? Pin
Giorgi Dalakishvili20-Sep-08 11:37
mentorGiorgi Dalakishvili20-Sep-08 11:37 
GeneralRe: Getting Shell Tray Info In C#? Pin
Abydosgater20-Sep-08 12:07
Abydosgater20-Sep-08 12:07 
GeneralRe: Getting Shell Tray Info In C#? Pin
Giorgi Dalakishvili21-Sep-08 3:03
mentorGiorgi Dalakishvili21-Sep-08 3:03 

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.