Click here to Skip to main content
15,888,816 members
Home / Discussions / C#
   

C#

 
Questiontlbexp.exe Pin
satsumatable30-Dec-09 17:40
satsumatable30-Dec-09 17:40 
GeneralRe: tlbexp.exe [modified] Pin
Abhinav S30-Dec-09 19:34
Abhinav S30-Dec-09 19:34 
GeneralRe: tlbexp.exe Pin
satsumatable30-Dec-09 19:36
satsumatable30-Dec-09 19:36 
GeneralRe: tlbexp.exe Pin
Abhinav S30-Dec-09 21:13
Abhinav S30-Dec-09 21:13 
Questionerror while resizing uploaded image Pin
uglyeyes30-Dec-09 15:32
uglyeyes30-Dec-09 15:32 
AnswerRe: error while resizing uploaded image Pin
J a a n s30-Dec-09 19:45
professionalJ a a n s30-Dec-09 19:45 
QuestionWindows 7 SDK code Pin
Sir Dot Net30-Dec-09 14:46
Sir Dot Net30-Dec-09 14:46 
AnswerRe: Windows 7 SDK code Pin
Dave Kreskowiak30-Dec-09 16:38
mveDave Kreskowiak30-Dec-09 16:38 
You don't have to do anything unless you start using functions that are specific to Windows 7. The Windows SDK is cumulative, meaning that each revision builds on the last one to add support for features in the new O/S. It does NOT mean that the SDK is specific to that version of Windows.

If you're going to use functions that only work on Windows 7, then you've going to have to include code that checks to see if it is running on Windows 7 before it uses those functions.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




QuestionA Couple of Questions Pin
Steven857930-Dec-09 14:37
Steven857930-Dec-09 14:37 
AnswerRe: A Couple of Questions Pin
Abhinav S30-Dec-09 16:29
Abhinav S30-Dec-09 16:29 
AnswerRe: A Couple of Questions Pin
petercrab30-Dec-09 18:28
petercrab30-Dec-09 18:28 
GeneralRe: A Couple of Questions Pin
Steven857930-Dec-09 19:34
Steven857930-Dec-09 19:34 
GeneralRe: A Couple of Questions Pin
ely_bob31-Dec-09 9:02
professionalely_bob31-Dec-09 9:02 
Questionsingle instance using C# and WinAPI Pin
Jassim Rahma30-Dec-09 10:47
Jassim Rahma30-Dec-09 10:47 
AnswerRe: single instance using C# and WinAPI Pin
Jimmanuel30-Dec-09 10:54
Jimmanuel30-Dec-09 10:54 
AnswerRe: single instance using C# and WinAPI Pin
DaveyM6931-Dec-09 1:43
professionalDaveyM6931-Dec-09 1:43 
QuestionC# test if number exists in array and if not put it in Pin
Wheels01230-Dec-09 8:28
Wheels01230-Dec-09 8:28 
AnswerRe: C# test if number exists in array and if not put it in PinPopular
harold aptroot30-Dec-09 8:47
harold aptroot30-Dec-09 8:47 
GeneralRe: C# test if number exists in array and if not put it in Pin
Wheels01230-Dec-09 9:10
Wheels01230-Dec-09 9:10 
GeneralRe: C# test if number exists in array and if not put it in Pin
harold aptroot30-Dec-09 9:12
harold aptroot30-Dec-09 9:12 
GeneralRe: C# test if number exists in array and if not put it in Pin
harold aptroot30-Dec-09 9:10
harold aptroot30-Dec-09 9:10 
GeneralRe: C# test if number exists in array and if not put it in Pin
Luc Pattyn30-Dec-09 9:32
sitebuilderLuc Pattyn30-Dec-09 9:32 
AnswerRe: C# test if number exists in array and if not put it in PinPopular
Luc Pattyn30-Dec-09 8:47
sitebuilderLuc Pattyn30-Dec-09 8:47 
GeneralRe: C# test if number exists in array and if not put it in Pin
Wheels01230-Dec-09 8:58
Wheels01230-Dec-09 8:58 
GeneralRe: C# test if number exists in array and if not put it in Pin
Luc Pattyn30-Dec-09 9:12
sitebuilderLuc Pattyn30-Dec-09 9: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.