Click here to Skip to main content
15,887,175 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to get Number of copies the jobs related Pin
stancrm6-Sep-09 18:06
stancrm6-Sep-09 18:06 
QuestionAdding a new Row to the DataGridView programmatically (DataGridView.AllowUserToAddRow = false) and then Cancel adding by press ESC [modified] Pin
alladeen6-Sep-09 11:26
alladeen6-Sep-09 11:26 
AnswerRe: Adding a new Row to the DataGridView programmatically (DataGridView.AllowUserToAddRow = false) and then Cancel adding by press ESC Pin
Mycroft Holmes6-Sep-09 16:54
professionalMycroft Holmes6-Sep-09 16:54 
GeneralRe: Adding a new Row to the DataGridView programmatically (DataGridView.AllowUserToAddRow = false) and then Cancel adding by press ESC Pin
alladeen6-Sep-09 17:13
alladeen6-Sep-09 17:13 
GeneralRe: Adding a new Row to the DataGridView programmatically (DataGridView.AllowUserToAddRow = false) and then Cancel adding by press ESC Pin
Mycroft Holmes6-Sep-09 17:39
professionalMycroft Holmes6-Sep-09 17:39 
GeneralRe: Adding a new Row to the DataGridView programmatically (DataGridView.AllowUserToAddRow = false) and then Cancel adding by press ESC Pin
alladeen6-Sep-09 17:56
alladeen6-Sep-09 17:56 
GeneralRe: Adding a new Row to the DataGridView programmatically (DataGridView.AllowUserToAddRow = false) and then Cancel adding by press ESC Pin
Mycroft Holmes6-Sep-09 18:09
professionalMycroft Holmes6-Sep-09 18:09 
QuestionOne solution, few projects and one exe without dlls Pin
dexter.wrocek6-Sep-09 9:37
dexter.wrocek6-Sep-09 9:37 
Hi, I'm wondering how to compile entire solution in one exe without any other dll files. There are a few possibilities:
1. Copy all files from dll projects into exe project (yah).
2. Compile all normally with dlls and use ILMerge (doesn't support NET frameworks higher than 2.0) or some shareware software to make it one exe (also you can use Thinstall) quite expensive...
3. Use resources, but managing is very annoying.

but... Is there any possibility to add an external existing dll project (my project) and compile it with other windows forms application (exe) and get only one exe file without dll files? Copying files from dll project is not desirable, because I want to have a possibility to modify dll and get those files synchronized...

Any suggestions?
AnswerRe: One solution, few projects and one exe without dlls Pin
Christian Graus6-Sep-09 11:02
protectorChristian Graus6-Sep-09 11:02 
AnswerRe: One solution, few projects and one exe without dlls Pin
Abhishek Sur6-Sep-09 11:08
professionalAbhishek Sur6-Sep-09 11:08 
GeneralRe: One solution, few projects and one exe without dlls Pin
Mycroft Holmes6-Sep-09 16:57
professionalMycroft Holmes6-Sep-09 16:57 
GeneralRe: One solution, few projects and one exe without dlls Pin
Christian Graus6-Sep-09 17:05
protectorChristian Graus6-Sep-09 17:05 
Questioncontrolling the mouse programatically. Pin
asizo6-Sep-09 6:55
asizo6-Sep-09 6:55 
AnswerRe: controlling the mouse programatically. Pin
Wamuti6-Sep-09 7:53
Wamuti6-Sep-09 7:53 
Questioncreate & delete dynamic rows which containa textboxes & buttons on clicking dynamicaly generated buttuns. Pin
ambiguity_solver6-Sep-09 6:40
ambiguity_solver6-Sep-09 6:40 
AnswerRe: create & delete dynamic rows which containa textboxes & buttons on clicking dynamicaly generated buttuns. Pin
Christian Graus6-Sep-09 12:44
protectorChristian Graus6-Sep-09 12:44 
GeneralRe: create & delete dynamic rows which containa textboxes & buttons on clicking dynamicaly generated buttuns. Pin
ambiguity_solver7-Sep-09 19:15
ambiguity_solver7-Sep-09 19:15 
QuestionBits and Bitmask - how to write? Pin
Daniel Leykauf6-Sep-09 6:30
Daniel Leykauf6-Sep-09 6:30 
AnswerRe: Bits and Bitmask - how to write? Pin
harold aptroot6-Sep-09 7:14
harold aptroot6-Sep-09 7:14 
GeneralRe: Bits and Bitmask - how to write? Pin
Daniel Leykauf6-Sep-09 9:29
Daniel Leykauf6-Sep-09 9:29 
GeneralRe: Bits and Bitmask - how to write? Pin
harold aptroot6-Sep-09 9:53
harold aptroot6-Sep-09 9:53 
GeneralRe: Bits and Bitmask - how to write? [modified] Pin
Daniel Leykauf6-Sep-09 10:19
Daniel Leykauf6-Sep-09 10:19 
AnswerRe: Bits and Bitmask - how to write? Pin
Luc Pattyn6-Sep-09 7:16
sitebuilderLuc Pattyn6-Sep-09 7:16 
QuestionRDLC C# Report shows only record...but datasource containts more then 100 records [modified] Pin
xodeblack6-Sep-09 5:40
xodeblack6-Sep-09 5:40 
AnswerRe: RDLC C# Report shows only record...but datasource containts more then 100 records Pin
Abhishek Sur6-Sep-09 10:59
professionalAbhishek Sur6-Sep-09 10:59 

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.