Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# / WPF Job Offer in Tampa, FL Pin
Dave Kreskowiak2-Mar-11 10:28
mveDave Kreskowiak2-Mar-11 10:28 
GeneralRe: C# / WPF Job Offer in Tampa, FL Pin
Azad Giordano Ratzki2-Mar-11 10:47
professionalAzad Giordano Ratzki2-Mar-11 10:47 
GeneralRe: C# / WPF Job Offer in Tampa, FL Pin
Dave Kreskowiak2-Mar-11 12:49
mveDave Kreskowiak2-Mar-11 12:49 
GeneralRe: C# / WPF Job Offer in Tampa, FL Pin
HimanshuJoshi2-Mar-11 6:49
HimanshuJoshi2-Mar-11 6:49 
QuestionRecord desktop video with AviWriter Pin
Meryeme2-Mar-11 2:46
Meryeme2-Mar-11 2:46 
AnswerRe: Record desktop video with AviWriter Pin
Richard MacCutchan2-Mar-11 3:13
mveRichard MacCutchan2-Mar-11 3:13 
GeneralRe: Record desktop video with AviWriter Pin
Meryeme2-Mar-11 3:22
Meryeme2-Mar-11 3:22 
AnswerRe: Record desktop video with AviWriter Pin
Sandeep Mewara2-Mar-11 3:16
mveSandeep Mewara2-Mar-11 3:16 
GeneralRe: Record desktop video with AviWriter Pin
Meryeme2-Mar-11 3:30
Meryeme2-Mar-11 3:30 
GeneralRe: Record desktop video with AviWriter Pin
Sandeep Mewara2-Mar-11 3:33
mveSandeep Mewara2-Mar-11 3:33 
Questiongetting data from internet Pin
Fred 342-Mar-11 2:36
Fred 342-Mar-11 2:36 
AnswerRe: getting data from internet Pin
OriginalGriff2-Mar-11 2:47
mveOriginalGriff2-Mar-11 2:47 
AnswerRe: getting data from internet Pin
pankajupadhyay292-Mar-11 5:14
professionalpankajupadhyay292-Mar-11 5:14 
GeneralRe: getting data from internet Pin
Cardon Fry2-Mar-11 7:33
Cardon Fry2-Mar-11 7:33 
AnswerRe: getting data from internet Pin
Bernhard Hiller2-Mar-11 23:07
Bernhard Hiller2-Mar-11 23:07 
QuestionHow can I use 3D modules(Such as DirectX or OpenGL)in my programming... Pin
hamidhesar2-Mar-11 0:37
hamidhesar2-Mar-11 0:37 
AnswerRe: How can I use 3D modules(Such as DirectX or OpenGL)in my programming... Pin
Pete O'Hanlon2-Mar-11 1:05
mvePete O'Hanlon2-Mar-11 1:05 
QuestionProblem in sending sms from pc to mobile through AT commands [modified] Pin
aeman1-Mar-11 23:27
aeman1-Mar-11 23:27 
AnswerRe: Problem in sending sms from pc to mobile through AT commands Pin
Thomas Krojer1-Mar-11 23:33
Thomas Krojer1-Mar-11 23:33 
QuestionAppDomain.CurrentDomain.SetData(SOME_SECRET_KEY, PrivateKey) [modified] Pin
devvvy1-Mar-11 22:53
devvvy1-Mar-11 22:53 
QuestionAssembly.GetExecutingAssembly - can we get "Key" which signed the assembly? Pin
devvvy1-Mar-11 22:49
devvvy1-Mar-11 22:49 
AnswerRe: Assembly.GetExecutingAssembly - can we get "Key" which signed the assembly? Pin
Keith Barrow1-Mar-11 23:23
professionalKeith Barrow1-Mar-11 23:23 
You can't get the key that signed the assembly. If you could, you'd be able to create your own "fake" assembly and sign it with the key, making it look legitimate. Obviously, this would be a security hole.
You can get the public key as per this article on Stack Overflow.: http://stackoverflow.com/questions/809934/assembly-loadfrom-using-evidence-overload-to-verify-strong-name-signature[^]

GeneralRe: Assembly.GetExecutingAssembly - can we get "Key" which signed the assembly? [modified] Pin
devvvy2-Mar-11 16:08
devvvy2-Mar-11 16:08 
QuestionHow to block read / write operation of cd/dvd [modified] Pin
Aisha sharma1-Mar-11 22:24
Aisha sharma1-Mar-11 22:24 
AnswerRe: How to block read / write operation of cd/dvd Pin
Keith Barrow1-Mar-11 22:55
professionalKeith Barrow1-Mar-11 22:55 

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.