Click here to Skip to main content
15,910,872 members
Home / Discussions / C#
   

C#

 
QuestionScreenshot after WebBrowser Navigates Pin
VengefulSakhmet30-Jul-09 8:30
VengefulSakhmet30-Jul-09 8:30 
AnswerRe: Screenshot after WebBrowser Navigates Pin
0x3c030-Jul-09 9:12
0x3c030-Jul-09 9:12 
GeneralRe: Screenshot after WebBrowser Navigates Pin
VengefulSakhmet4-Aug-09 5:22
VengefulSakhmet4-Aug-09 5:22 
QuestionCreating a updater that will download and update installation files Pin
steve_rm30-Jul-09 7:54
steve_rm30-Jul-09 7:54 
AnswerRe: Creating a updater that will download and update installation files Pin
Henry Minute30-Jul-09 8:20
Henry Minute30-Jul-09 8:20 
AnswerRe: Creating a updater that will download and update installation files Pin
Giorgi Dalakishvili30-Jul-09 8:49
mentorGiorgi Dalakishvili30-Jul-09 8:49 
QuestionAdding a Win32 resource file into VC#.NET Pin
alleyes30-Jul-09 7:13
professionalalleyes30-Jul-09 7:13 
AnswerRe: Adding a Win32 resource file into VC#.NET Pin
Dave Kreskowiak30-Jul-09 9:30
mveDave Kreskowiak30-Jul-09 9:30 
Al_S wrote:
Is there a way I can incorporate this into a VC# project without having to learn to do this from scratch?


Nope. It's not usable in it's current form. This file just sets up macros for the compiler. Whenever the compiler finds "VER_FILEVERSION" in the code, it gets replaced with "C14ROM_Major, C14ROM_Minor, C14ROM_Ver, C14ROM_Build". And so on down the line for each #define. You'd have to write equivilent C# code to do something similar. C# doesn't support macros like C/C++ does.

Oh, there's also an icon resource defined, which is easy enough to add to your project as long as you have the .ico file. You do have the .ico file, correct?


A guide to posting questions on CodeProject[^]



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




GeneralRe: Adding a Win32 resource file into VC#.NET Pin
alleyes30-Jul-09 9:43
professionalalleyes30-Jul-09 9:43 
QuestionInitialize a protocol in a BBS Pin
bigjoe11a30-Jul-09 7:05
bigjoe11a30-Jul-09 7:05 
Questionloading machine names from a txt file... Pin
partialdata30-Jul-09 6:25
partialdata30-Jul-09 6:25 
AnswerRe: loading machine names from a txt file... Pin
Abhijit Jana30-Jul-09 8:21
professionalAbhijit Jana30-Jul-09 8:21 
GeneralRe: loading machine names from a txt file... Pin
partialdata30-Jul-09 9:00
partialdata30-Jul-09 9:00 
AnswerRe: loading machine names from a txt file... Pin
CoderForEver30-Jul-09 9:08
CoderForEver30-Jul-09 9:08 
GeneralRe: loading machine names from a txt file... Pin
partialdata30-Jul-09 9:12
partialdata30-Jul-09 9:12 
GeneralRe: loading machine names from a txt file... Pin
CoderForEver30-Jul-09 9:32
CoderForEver30-Jul-09 9:32 
GeneralRe: loading machine names from a txt file... Pin
partialdata30-Jul-09 9:41
partialdata30-Jul-09 9:41 
AnswerRe: loading machine names from a txt file... Pin
Alan N30-Jul-09 10:22
Alan N30-Jul-09 10:22 
GeneralRe: loading machine names from a txt file... Pin
partialdata31-Jul-09 5:19
partialdata31-Jul-09 5:19 
GeneralRe: loading machine names from a txt file... Pin
Alan N31-Jul-09 5:55
Alan N31-Jul-09 5:55 
GeneralRe: loading machine names from a txt file... Pin
partialdata31-Jul-09 6:53
partialdata31-Jul-09 6:53 
GeneralRe: loading machine names from a txt file... Pin
partialdata31-Jul-09 7:56
partialdata31-Jul-09 7:56 
GeneralRe: loading machine names from a txt file... Pin
Alan N31-Jul-09 9:43
Alan N31-Jul-09 9:43 
GeneralRe: loading machine names from a txt file... Pin
partialdata31-Jul-09 9:58
partialdata31-Jul-09 9:58 
AnswerRe: loading machine names from a txt file... Pin
Alan N31-Jul-09 12:10
Alan N31-Jul-09 12:10 

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.