Click here to Skip to main content
15,905,420 members
Home / Discussions / C#
   

C#

 
GeneralRe: Remoting ? Pin
led mike22-Jan-08 5:03
led mike22-Jan-08 5:03 
GeneralRe: Remoting ? Pin
Eike Mueller22-Jan-08 21:16
Eike Mueller22-Jan-08 21:16 
GeneralRe: Remoting ? Pin
led mike23-Jan-08 5:46
led mike23-Jan-08 5:46 
Generalstartup a WinForm program by code Pin
jason_mf17-Jan-08 19:58
jason_mf17-Jan-08 19:58 
GeneralRe: startup a WinForm program by code Pin
Adeel Chaudhry17-Jan-08 20:01
Adeel Chaudhry17-Jan-08 20:01 
GeneralRe: startup a WinForm program by code Pin
jason_mf17-Jan-08 20:09
jason_mf17-Jan-08 20:09 
GeneralRe: startup a WinForm program by code Pin
Adeel Chaudhry17-Jan-08 20:17
Adeel Chaudhry17-Jan-08 20:17 
GeneralRe: startup a WinForm program by code Pin
jason_mf17-Jan-08 20:22
jason_mf17-Jan-08 20:22 
GeneralRe: startup a WinForm program by code Pin
Adeel Chaudhry17-Jan-08 20:24
Adeel Chaudhry17-Jan-08 20:24 
GeneralRe: startup a WinForm program by code Pin
jason_mf17-Jan-08 20:30
jason_mf17-Jan-08 20:30 
GeneralRe: startup a WinForm program by code Pin
Adeel Chaudhry17-Jan-08 20:35
Adeel Chaudhry17-Jan-08 20:35 
GeneralRe: startup a WinForm program by code Pin
jason_mf17-Jan-08 20:55
jason_mf17-Jan-08 20:55 
QuestionExcel sheet Problem Pin
rishi.kasnia17-Jan-08 19:23
rishi.kasnia17-Jan-08 19:23 
GeneralRe: Excel sheet Problem Pin
Paul Conrad19-Jan-08 7:24
professionalPaul Conrad19-Jan-08 7:24 
GeneralMS Word embed in a form Pin
swjam17-Jan-08 15:10
swjam17-Jan-08 15:10 
GeneralRe: MS Word embed in a form Pin
Adeel Chaudhry17-Jan-08 20:16
Adeel Chaudhry17-Jan-08 20:16 
GeneralTHANKS A LOT!! Pin
pascalx17-Jan-08 14:11
pascalx17-Jan-08 14:11 
GeneralRe: THANKS A LOT!! Pin
Justin Perez17-Jan-08 15:04
Justin Perez17-Jan-08 15:04 
GeneralRe: THANKS A LOT!! Pin
DavidNohejl18-Jan-08 2:17
DavidNohejl18-Jan-08 2:17 
GeneralRe: THANKS A LOT!! Pin
Paul Conrad19-Jan-08 7:25
professionalPaul Conrad19-Jan-08 7:25 
GeneralRe: THANKS A LOT!! Pin
Kayess Tech20-Jan-08 9:19
professionalKayess Tech20-Jan-08 9:19 
GeneralManifest File Issues Pin
Xarzu17-Jan-08 14:03
Xarzu17-Jan-08 14:03 
Does anyone know how to declare Manifest Files in the Visual Studio IDE for C#?

I followed the steps outlined here for including a manifest file:
http://support.microsoft.com/kb/944276


The executable runs from the command line after I include the manifest file. But when I open up the debugger and try to run the program through the IDE, it has the same problem as if it does not recognize the manifest file linked to it.

The way I link the manifest file to the executable is by first building the executable and then I close the project. Then I open the executable as a separate file and then I attach the manifest file as a resource to the executable.

The executable can run then, by running it from an explorer window (command line) but if I open the project again, it will not work.

I will see if I can find how this is supposed to work.
Questionhow to open a file Pin
pascalx17-Jan-08 13:51
pascalx17-Jan-08 13:51 
AnswerRe: how to open a file Pin
Anthony Mushrow17-Jan-08 13:55
professionalAnthony Mushrow17-Jan-08 13:55 
AnswerRe: how to open a file Pin
Justin Perez17-Jan-08 13:55
Justin Perez17-Jan-08 13: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.