Click here to Skip to main content
16,005,178 members
Home / Discussions / C#
   

C#

 
Questionset CurrentRow in a DataGridView Pin
jmaalouly18-Oct-07 23:29
jmaalouly18-Oct-07 23:29 
AnswerRe: set CurrentRow in a DataGridView Pin
leppie19-Oct-07 5:05
leppie19-Oct-07 5:05 
QuestionToolStripMenuItems from SQL Pin
hobbsieoz18-Oct-07 23:18
hobbsieoz18-Oct-07 23:18 
AnswerRe: ToolStripMenuItems from SQL Pin
Jacky Yiu19-Oct-07 0:00
Jacky Yiu19-Oct-07 0:00 
GeneralRe: ToolStripMenuItems from SQL Pin
hobbsieoz19-Oct-07 0:02
hobbsieoz19-Oct-07 0:02 
AnswerRe: ToolStripMenuItems from SQL Pin
Jacky Yiu23-Oct-07 16:34
Jacky Yiu23-Oct-07 16:34 
QuestionC# 64-bit DLL? Pin
George_George18-Oct-07 23:15
George_George18-Oct-07 23:15 
AnswerRe: C# 64-bit DLL? Pin
martin_hughes19-Oct-07 0:14
martin_hughes19-Oct-07 0:14 
I had the same questions, and got some great advice in the .Net forum which was:

1. Yes you can choose to target x86 and x64 processors individually. Doing so requires that you have two builds. Alternatively, you can choose the Any CPU option, which will run on both.

2. From: http://blogs.msdn.com/tolong/archive/2007/03/21/use-visual-studio-to-build-64-bit-application.aspx[^]

To configure your projects target on 64-bit platform, you can utilize the configuration manager on visual studio.
Here are the steps:
1. Go to Build menu
2. Select Configuration Manager
3. In the Active solution platform list, select the 64-bit platform for the solution to target.
4. If you do not see the option, select New
5. In the New Solution Platform dialog box, select the 64-bit platform for the solution to target.
6. Now the build of the project will be optimized for 64-bit platforms.


Me: Can you see the "up" arrow?
User:Errr...ummm....no.
Me: Can you see an arrow that points upwards?
User: Oh yes, I see it now!

-Excerpt from a support call taken by me, 08/31/2007

Questionnextline Pin
zeeShan anSari18-Oct-07 23:00
zeeShan anSari18-Oct-07 23:00 
AnswerRe: nextline Pin
Eduard Keilholz18-Oct-07 23:05
Eduard Keilholz18-Oct-07 23:05 
AnswerRe: nextline Pin
Guffa18-Oct-07 23:09
Guffa18-Oct-07 23:09 
GeneralRe: nextline Pin
zeeShan anSari18-Oct-07 23:15
zeeShan anSari18-Oct-07 23:15 
GeneralRe: nextline Pin
zeeShan anSari18-Oct-07 23:18
zeeShan anSari18-Oct-07 23:18 
GeneralRe: nextline Pin
Colin Angus Mackay18-Oct-07 23:24
Colin Angus Mackay18-Oct-07 23:24 
GeneralRe: nextline Pin
zeeShan anSari18-Oct-07 23:38
zeeShan anSari18-Oct-07 23:38 
QuestionPrinting in C# [modified] Pin
Maddie from Dartford18-Oct-07 22:59
Maddie from Dartford18-Oct-07 22:59 
AnswerRe: Printing in C# Pin
Abhijit Jana18-Oct-07 23:59
professionalAbhijit Jana18-Oct-07 23:59 
GeneralRe: Printing in C# Pin
Maddie from Dartford19-Oct-07 0:32
Maddie from Dartford19-Oct-07 0:32 
QuestionPrevent to removing row from DataTable Pin
El'Cachubrey18-Oct-07 21:37
El'Cachubrey18-Oct-07 21:37 
AnswerRe: Prevent to removing row from DataTable Pin
il_masacratore18-Oct-07 22:50
il_masacratore18-Oct-07 22:50 
QuestionGet files from rar-span Pin
Johan Martensson18-Oct-07 21:19
Johan Martensson18-Oct-07 21:19 
AnswerRe: Get files from rar-span Pin
leppie19-Oct-07 4:57
leppie19-Oct-07 4:57 
Question[Message Deleted] Pin
Trustapple18-Oct-07 21:01
Trustapple18-Oct-07 21:01 
AnswerRe: accessibilty Pin
stancrm18-Oct-07 21:14
stancrm18-Oct-07 21:14 
AnswerRe: accessibilty Pin
Nouman Bhatti18-Oct-07 21:17
Nouman Bhatti18-Oct-07 21:17 

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.