Click here to Skip to main content
15,921,716 members
Home / Discussions / C#
   

C#

 
GeneralRe: Converting FontSize into float-value Pin
Christian Graus14-Feb-08 23:16
protectorChristian Graus14-Feb-08 23:16 
GeneralRe: Converting FontSize into float-value Pin
Brutus14-Feb-08 23:45
Brutus14-Feb-08 23:45 
GeneralRe: Converting FontSize into float-value Pin
Mircea Puiu15-Feb-08 0:23
Mircea Puiu15-Feb-08 0:23 
GeneralRe: Converting FontSize into float-value Pin
Brutus15-Feb-08 0:42
Brutus15-Feb-08 0:42 
GeneralRe: Converting FontSize into float-value Pin
Mircea Puiu15-Feb-08 1:41
Mircea Puiu15-Feb-08 1:41 
GeneralRe: Converting FontSize into float-value Pin
Brutus15-Feb-08 2:07
Brutus15-Feb-08 2:07 
GeneralP/Invoke problem in migrating 32 bit to 64bit application! Pin
TaiZhong14-Feb-08 21:50
TaiZhong14-Feb-08 21:50 
GeneralRe: P/Invoke problem in migrating 32 bit to 64bit application! Pin
Mike Dimmick15-Feb-08 0:25
Mike Dimmick15-Feb-08 0:25 
You cannot load 32-bit DLLs in a 64-bit process.

If you want to run your .NET program on a 64-bit machine but cannot provide 64-bit versions of native DLLs it uses, you should force it to run in a 32-bit process. (You will obviously lose the address-space benefits of running in a 64-bit process.) To do this, change the Platform Target property on the Build tab of Project Properties from 'Any CPU' (the default) to 'x86'.

You may want to consider generating a separate configuration for your project. Go to Build, Configuration Manager and in the Active Solution Platform drop-list, select <New...>. Then select 'x86' from the 'select new platform' drop-list and click OK.


DoEvents: Generating unexpected recursion since 1991

GeneralEquivalent to call in c#.net Pin
pekhaleyogesh14-Feb-08 21:43
pekhaleyogesh14-Feb-08 21:43 
GeneralRe: Equivalent to call in c#.net Pin
Christian Graus14-Feb-08 21:46
protectorChristian Graus14-Feb-08 21:46 
GeneralRe: Equivalent to call in c#.net Pin
pekhaleyogesh14-Feb-08 21:53
pekhaleyogesh14-Feb-08 21:53 
GeneralRe: Equivalent to call in c#.net Pin
Roger Alsing14-Feb-08 21:59
Roger Alsing14-Feb-08 21:59 
GeneralRe: Equivalent to call in c#.net Pin
pekhaleyogesh15-Feb-08 1:07
pekhaleyogesh15-Feb-08 1:07 
GeneralRe: Equivalent to call in c#.net Pin
N a v a n e e t h14-Feb-08 21:46
N a v a n e e t h14-Feb-08 21:46 
GeneralCasting and performance Pin
N a v a n e e t h14-Feb-08 21:33
N a v a n e e t h14-Feb-08 21:33 
Generalprogress help Pin
abcomp0114-Feb-08 21:03
abcomp0114-Feb-08 21:03 
GeneralRe: progress help Pin
Christian Graus14-Feb-08 21:47
protectorChristian Graus14-Feb-08 21:47 
Questionstarting and stopping the sql server programaticaly Pin
Sonia Gupta14-Feb-08 19:42
Sonia Gupta14-Feb-08 19:42 
GeneralRe: starting and stopping the sql server programaticaly Pin
Giorgi Dalakishvili14-Feb-08 20:21
mentorGiorgi Dalakishvili14-Feb-08 20:21 
QuestionRe: starting and stopping the sql server programaticaly Pin
Sonia Gupta14-Feb-08 21:37
Sonia Gupta14-Feb-08 21:37 
GeneralRe: starting and stopping the sql server programaticaly Pin
N a v a n e e t h14-Feb-08 21:52
N a v a n e e t h14-Feb-08 21:52 
QuestionRe: starting and stopping the sql server programaticaly Pin
Sonia Gupta14-Feb-08 22:19
Sonia Gupta14-Feb-08 22:19 
GeneralRe: starting and stopping the sql server programaticaly Pin
Martin#14-Feb-08 22:37
Martin#14-Feb-08 22:37 
QuestionRe: starting and stopping the sql server programaticaly Pin
Sonia Gupta14-Feb-08 22:41
Sonia Gupta14-Feb-08 22:41 
GeneralRe: starting and stopping the sql server programaticaly Pin
DaveyM6914-Feb-08 22:55
professionalDaveyM6914-Feb-08 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.