Click here to Skip to main content
15,899,622 members
Home / Discussions / C#
   

C#

 
GeneralOh, and Pin
Ennis Ray Lynch, Jr.22-Jun-10 8:13
Ennis Ray Lynch, Jr.22-Jun-10 8:13 
GeneralRe: Base Class Authetication ?? Pin
Not Active22-Jun-10 10:08
mentorNot Active22-Jun-10 10:08 
AnswerRe: Base Class Authetication ?? Pin
Paladin200022-Jun-10 8:10
Paladin200022-Jun-10 8:10 
GeneralRe: Base Class Authetication ?? Pin
tarun_jeet22-Jun-10 8:29
tarun_jeet22-Jun-10 8:29 
GeneralRe: Base Class Authetication ?? Pin
Luc Pattyn22-Jun-10 10:52
sitebuilderLuc Pattyn22-Jun-10 10:52 
GeneralRe: Base Class Authetication ?? Pin
Not Active22-Jun-10 15:22
mentorNot Active22-Jun-10 15:22 
QuestionClosing windows explorer Pin
teknolog12322-Jun-10 6:00
teknolog12322-Jun-10 6:00 
AnswerRe: Closing windows explorer Pin
Abhinav S22-Jun-10 6:07
Abhinav S22-Jun-10 6:07 
Found this somewhere - you can probably try it out.
I don't know if this will work though.

int myHandle;<br />
while ((myHandle = Win32.FindWindow("ExploreWClass", null)) > 0)<br />
{<br />
Win32.SendMessage(myHandle, Win32.WM_SYSCOMMAND, Win32.SC_CLOSE, 0);<br />
}


Quidquid latine dictum sit, altum videtur.


Whatever is said in Latin sounds profound.


GeneralRe: Closing windows explorer Pin
teknolog12322-Jun-10 6:26
teknolog12322-Jun-10 6:26 
GeneralRe: Closing windows explorer Pin
David Knechtges22-Jun-10 7:17
David Knechtges22-Jun-10 7:17 
GeneralRe: Closing windows explorer Pin
Daniel Grunwald22-Jun-10 9:05
Daniel Grunwald22-Jun-10 9:05 
QuestionOAuth help Pin
Etienne_12322-Jun-10 4:33
Etienne_12322-Jun-10 4:33 
QuestionInitialize array in one line / in a single statement Pin
NetQuestions22-Jun-10 2:44
NetQuestions22-Jun-10 2:44 
AnswerRe: Initialize array in one line / in a single statement Pin
sanforjackass22-Jun-10 2:51
sanforjackass22-Jun-10 2:51 
AnswerRe: Initialize array in one line / in a single statement Pin
Ennis Ray Lynch, Jr.22-Jun-10 3:06
Ennis Ray Lynch, Jr.22-Jun-10 3:06 
GeneralRe: Initialize array in one line / in a single statement Pin
Luc Pattyn22-Jun-10 3:23
sitebuilderLuc Pattyn22-Jun-10 3:23 
GeneralRe: Initialize array in one line / in a single statement Pin
Ennis Ray Lynch, Jr.22-Jun-10 3:29
Ennis Ray Lynch, Jr.22-Jun-10 3:29 
GeneralRe: Initialize array in one line / in a single statement Pin
NetQuestions22-Jun-10 3:33
NetQuestions22-Jun-10 3:33 
GeneralRe: Initialize array in one line / in a single statement Pin
Pete O'Hanlon22-Jun-10 4:19
mvePete O'Hanlon22-Jun-10 4:19 
GeneralRe: Initialize array in one line / in a single statement Pin
Luc Pattyn22-Jun-10 4:31
sitebuilderLuc Pattyn22-Jun-10 4:31 
GeneralRe: Initialize array in one line / in a single statement Pin
sidbaruah23-Jun-10 0:56
sidbaruah23-Jun-10 0:56 
AnswerRe: Initialize array in one line / in a single statement Pin
Luc Pattyn22-Jun-10 3:26
sitebuilderLuc Pattyn22-Jun-10 3:26 
AnswerRe: Initialize array in one line / in a single statement Pin
Luc Pattyn22-Jun-10 3:44
sitebuilderLuc Pattyn22-Jun-10 3:44 
AnswerRe: Initialize array in one line / in a single statement Pin
Andrew Rissing22-Jun-10 6:55
Andrew Rissing22-Jun-10 6:55 
GeneralRe: Initialize array in one line / in a single statement Pin
Luc Pattyn22-Jun-10 7:09
sitebuilderLuc Pattyn22-Jun-10 7:09 

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.